#include <cxxtls/scripttableviewer.h>
#include <ctype.h>
#include <cxxtls/viewermanager.h>
#include <algorithm>
#include <iostream>
#include <fstream>
#include <cxxtls/strtool.h>
#include <cxxtls/file.h>
#include <portable_io.h>
#include <cxxtls/fmtd.h>
Go to the source code of this file.
Namespaces | |
namespace | cxxtls |
The namespace that encapsulates most of the functionality in the CXX toolkit. | |
Functions | |
static void | appendParm (string &output, string const &input, bool atEnd=true) |
static void | parseReturnedCells (string const &cellList, vector< pair< size_t, size_t > > &returnData) |
Variables | |
char const * | discardErrors = " 2>/dev/null" |