|
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 | |
| get_file_location() | XMLWriter | inline |
| header(int dimension, string input) | XMLWriter | |
| hierarchy | XMLWriter | private |
| index_loc | XMLWriter | private |
| index_ts | XMLWriter | private |
| load(Archive &ar) | XMLWriter | inline |
| openbranch(string name, vector< pair< string, string >> attributes) | XMLWriter | |
| openbranch(string name) | XMLWriter | inline |
| quote(string a) | XMLWriter | inlineprivate |
| remainer | XMLWriter | private |
| save(Archive &ar) const | XMLWriter | inline |
| 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, std::optional< size_t > restart_location={}) | XMLWriter | inline |