LTL
2.0.x
|
This is the complete list of members for ltl::AscFile, including all inherited members.
AscFile(const string &fname, const char delim=0, const string &comment="#") | ltl::AscFile | |
AscFile(const string &fname, const int b, int e=-1, const char delim=0, const string &comment="#") | ltl::AscFile | |
begin_ | ltl::AscFile | protected |
close() | ltl::AscFile | inline |
cols() | ltl::AscFile | |
cols_ | ltl::AscFile | protected |
comment_ | ltl::AscFile | protected |
countCols__() | ltl::AscFile | protected |
countRows__() | ltl::AscFile | protected |
currline_ | ltl::AscFile | protected |
delim_ | ltl::AscFile | protected |
end_ | ltl::AscFile | protected |
eof__() | ltl::AscFile | protected |
filename_ | ltl::AscFile | protected |
getHeader(vector< string > &, bool keepcs=false) | ltl::AscFile | |
getNextColumn__(char *&str) | ltl::AscFile | protected |
in_ | ltl::AscFile | protected |
readCols__(int first=0, int last=0, const int start=1, int nrows=-1) | ltl::AscFile | protected |
readColumn(const int col, T &cont, const int start=1, int nrows=-1) | ltl::AscFile | |
readColumn(const int col, vector< T > &cont, const int start=1, int nrows=-1) | ltl::AscFile | |
readColumn(const int col, T *&cont, const int start=1, int nrows=-1) | ltl::AscFile | |
readColumn(const int col, vector< string > &cont, const int start, int nrows) | ltl::AscFile | |
readColumnFromLine__(const int col, const string &line) | ltl::AscFile | protected |
readDoubleColumn(const int col, const int start=1, int nrows=-1) | ltl::AscFile | |
readDoubleColumns(const int first=0, const int last=0, const int start=1, int nrows=-1) | ltl::AscFile | |
readFloatCols__(int first=0, int last=0, const int start=1, int nrows=-1) | ltl::AscFile | protected |
readFloatColumn(const int col, const int start=1, int nrows=-1) | ltl::AscFile | |
readFloatColumns(const int first=0, const int last=0, const int start=1, int nrows=-1) | ltl::AscFile | |
readFloatColumns(const int *cols, const int ncols, const int start=1, int nrows=-1) | ltl::AscFile | |
readIntCols__(int first=0, int last=0, const int start=1, int nrows=-1) | ltl::AscFile | protected |
readIntColumn(const int col, const int start=1, int nrows=-1) | ltl::AscFile | |
readIntColumns(const int first=0, const int last=0, const int start=1, int nrows=-1) | ltl::AscFile | |
readLongLongColumn(const int col, const int start=1, int nrows=-1) | ltl::AscFile | |
readLongLongColumns(const int first=0, const int last=0, const int start=1, int nrows=-1) | ltl::AscFile | |
readNextLine(string &buf) | ltl::AscFile | inline |
readNextLine__(string &buf) | ltl::AscFile | protected |
readSingleCol__(const int col, const int start=1, int nrows=-1) | ltl::AscFile | protected |
readSingleFloatCol__(const int col, const int start=1, int nrows=-1) | ltl::AscFile | protected |
readSingleIntCol__(const int col, const int start=1, int nrows=-1) | ltl::AscFile | protected |
replaceColumn(const int col, const T &cont, ostream &os) | ltl::AscFile | |
replaceColumns(const int col1, const int col2, const T &cont, ostream &os) | ltl::AscFile | |
replaceColumnsInLine__(const int col1, const int col2, string &line, const string &rep) | ltl::AscFile | protected |
rewind() | ltl::AscFile | inline |
rewind__() | ltl::AscFile | protected |
rows() | ltl::AscFile | |
rows_ | ltl::AscFile | protected |
~AscFile() | ltl::AscFile | virtual |