Relacs  0.9.8
TableKey Member List

This is the complete list of members for TableKey, including all inherited members.

add(const Options &opts, int selectflag=0)TableKey
addNumber(const string &name, const string &unit="", const string &format="", int flags=0, double value=0.0)TableKey
addNumber(const string &name, const string &unit, const string &format, double value, int flags=0)TableKey
addText(const string &name, const string &format="", int flags=0, const string &value="")TableKey
addText(const string &name, const string &format, const string &value, int flags=0)TableKey
addText(const string &name, int width, int flags=0, const string &value="")TableKey
addText(const string &name, int width, const string &value, int flags=0)TableKey
clear(void)TableKey
column(const string &pattern) const TableKey
columns(void) const TableKey
comment(void) const TableKey
dataStart(void) const TableKey
empty(void) const TableKey
erase(int column)TableKey
erase(const string &pattern)TableKey
format(int column) const TableKey
format(const string &pattern) const TableKey
formatWidth(int column) const TableKey
formatWidth(const string &pattern) const TableKey
insert(const Options &opts, const string &atname="")TableKey
insert(const Options &opts, int selectflag, const string &atname="")TableKey
insertNumber(const string &name, const string &atname="", const string &unit="", const string &format="", int flags=0)TableKey
insertSection(const string &name, const string &atname="", int flags=0)TableKey
insertText(const string &name, const string &atname="", const string &format="", int flags=0)TableKey
insertText(const string &name, const string &atname, int width, int flags=0)TableKey
isNumber(int column) const TableKey
isNumber(const string &pattern) const TableKey
isText(int column) const TableKey
isText(const string &pattern) const TableKey
keyStart(void) const TableKey
level(void) const TableKey
loadKey(const StrQueue &sq)TableKey
missing(void) const TableKey
name(int column) const TableKey
name(const string &pattern) const TableKey
newSection(int level, const string &name, int flags=0)TableKey
newSection(const string &name, int flags=0)TableKey
newSection(int level, const Options &opt, int selectmask=0, const string &name="", int flag=0)TableKey
newSection(const Options &opt, int selectmask=0, const string &name="", int flag=0)TableKey
newSubSection(const string &name, int flags=0)TableKey
newSubSection(const Options &opt, int selectmask=0, const string &name="", int flag=0)TableKey
newSubSubSection(const string &name, int flags=0)TableKey
newSubSubSection(const Options &opt, int selectmask=0, const string &name="", int flag=0)TableKey
operator()(const string &pattern) const TableKeyinline
operator<<(ostream &str, const TableKey &tk)TableKeyfriend
operator[](int i) const TableKey
operator[](int i)TableKey
operator[](const string &pattern) const TableKey
operator[](const string &pattern)TableKey
resetSaveColumn(void)TableKey
save(ostream &str, double v, int c=-1) const TableKey
save(ostream &str, const T *v, int n, int c=-1) const TableKey
save(ostream &str, const vector< double > &vec, int c=-1) const TableKeyinline
save(ostream &str, const vector< float > &vec, int c=-1) const TableKeyinline
save(ostream &str, const Array< T > &vec, int c=-1) const TableKey
save(ostream &str, const vector< vector< T > > &v, int r, int c=0) const TableKey
save(ostream &str, const vector< Array< T > > &v, int r, int c=0) const TableKey
save(ostream &str, const TableData &table, int r, int c=-1) const TableKey
save(ostream &str, const TableData &table, int r, int cbegin, int cend, int c=-1) const TableKey
save(ostream &str, const TableData &table) const TableKey
save(ostream &str, const char *text, int c=-1) const TableKey
save(ostream &str, const string &text, int c=-1) const TableKey
save(ostream &str, const Parameter &param, int c=-1) const TableKey
saveColumn(void) const TableKeyinline
saveData(ostream &str)TableKey
saveData(ostream &str, int from, int to)TableKey
saveKey(ostream &str, bool key=true, bool num=true, bool units=true, int flags=0) const TableKey
saveKeyHTML(ostream &str, bool num=true, bool units=true, int flags=0) const TableKey
saveKeyLaTeX(ostream &str, bool num=true, bool units=true, int flags=0) const TableKey
saveMetaData(ostream &str, const string &start="") const TableKey
saveSkip(void) const TableKeyinline
sectionName(int column, int level=1) const TableKey
sectionName(const string &pattern, int level=1) const TableKey
separator(void) const TableKey
setComment(const string &comment)TableKey
setDataStart(const string &start)TableKey
setFormat(int column, const string &format)TableKey
setFormat(const string &pattern, const string &format)TableKey
setInteger(const string &name, long number, const string &unit="")TableKey
setKeyStart(const string &start)TableKey
setMissing(const string &missing)TableKey
setName(int column, const string &name)TableKey
setName(const string &pattern, const string &name)TableKey
setNumber(const string &name, double number, const string &unit="")TableKey
setSaveColumn(int col)TableKey
setSectionName(int column, const string &section, int level=1)TableKey
setSectionName(const string &pattern, const string &section, int level=1)TableKey
setSeparator(const string &separator)TableKey
setText(const string &name, const string &text)TableKey
setUnit(int column, const string &unit)TableKey
setUnit(const string &pattern, const string &unit)TableKey
subSection(int column, int level=1) const TableKey
subSection(int column, int level=1)TableKey
subSection(const string &pattern, int level=1) const TableKey
subSection(const string &pattern, int level=1)TableKey
TableKey(void)TableKey
TableKey(const TableKey &key)TableKey
TableKey(const Options &o)TableKey
unit(int column) const TableKey
unit(const string &pattern) const TableKey
~TableKey(void)TableKey