NDDEM
|
This is the complete list of members for XMLWriter, including all inherited members.
close() | XMLWriter | |
closebranch() | XMLWriter | |
emergencyclose() | XMLWriter | |
encodebase64f(ostream &out, vector< double > &val) | XMLWriter | private |
encodebase64f_end(ostream &out) | XMLWriter | inlineprivate |
fic | XMLWriter | |
header(int dimension, string input) | XMLWriter | |
hierarchy | XMLWriter | private |
index | XMLWriter | private |
openbranch(string name, vector< pair< string, string >> attributes) | XMLWriter | |
openbranch(string name) | XMLWriter | inline |
quote(string a) | XMLWriter | inlineprivate |
remainer | XMLWriter | private |
smallbranch(string name, T value) | XMLWriter | |
smallbranch(string name, vector< pair< string, string >> attributes, T value) | XMLWriter | |
startTS(double ts) | XMLWriter | |
state | XMLWriter | private |
stopTS() | XMLWriter | |
writeArray(string name, vector< vector< double >> *x, int beg, int length, ArrayType t, EncodingType te=EncodingType::ascii) | XMLWriter | |
writeArray(string name, std::vector< std::vector< double > > *x, ArrayType t, EncodingType te=EncodingType::ascii) | XMLWriter | |
writeArray(string name, std::vector< double > *x, ArrayType t, EncodingType te=EncodingType::ascii) | XMLWriter | |
writeTs(double ts, tuple< string, vector< vector< double >> *, ArrayType > a) | XMLWriter | |
XMLWriter(string path) | XMLWriter | inline |