CheckAccepted(string name, string value, string accepted, string delimiter) const | Talos::ExtStream | [protected] |
Close() | Talos::ExtStream | |
comments_ | Talos::ExtStream | [protected] |
ConfigStream() | Talos::ConfigStream | |
ConfigStream(string file_name, string comments="#%", string delimiters=" \t:=|\n,;\r\x0D\x0A", string markup_tags="<>$") | Talos::ConfigStream | |
ConfigStreams (defined in Talos::ConfigStream) | Talos::ConfigStream | [friend] |
delimiters_ | Talos::ExtStream | [protected] |
Discard(string line) const | Talos::ExtStream | |
ExtStream() | Talos::ExtStream | |
ExtStream(string file_name, string comments="#%", string delimiters=" \t:=|\n,;\r\x0D\x0A") | Talos::ExtStream | |
file_name_ | Talos::ExtStream | [protected] |
Find(string element) | Talos::ConfigStream | |
FindFromBeginning(string element) | Talos::ConfigStream | |
GetComments() const | Talos::ExtStream | |
GetDelimiters() const | Talos::ExtStream | |
GetElement() | Talos::ConfigStream | [virtual] |
Talos::ExtStream::GetElement(T &element) | Talos::ExtStream | |
GetFileName() const | Talos::ExtStream | |
GetFullLine() | Talos::ExtStream | |
GetFullLine(string &line) | Talos::ExtStream | |
GetLine() | Talos::ConfigStream | [virtual] |
GetLine(string &line) | Talos::ConfigStream | [virtual] |
GetMarkupTags() const | Talos::ConfigStream | |
GetNumber() | Talos::ExtStream | |
GetNumber(T &number) | Talos::ExtStream | |
GetRawElement(T &element) | Talos::ExtStream | |
GetSection() const | Talos::ConfigStream | |
GetValue(string name) | Talos::ExtStream | |
GetValue(string name, T &value) | Talos::ExtStream | |
GetValue(string name, int &value) | Talos::ExtStream | |
GetValue(string name, T min, T max, T &value) | Talos::ExtStream | |
GetValue(string name, string constraints, T &value) | Talos::ExtStream | |
GetValue(string name, string &value) | Talos::ExtStream | |
GetValue(string name, string accepted, string &value, string delimiter) | Talos::ExtStream | |
GetValue(string name, bool &value) | Talos::ExtStream | |
IsEmpty() | Talos::ConfigStream | |
markup_tags_ (defined in Talos::ConfigStream) | Talos::ConfigStream | [protected] |
NoSection() | Talos::ConfigStream | |
Open(string file_name, openmode mode=in) | Talos::ExtStream | |
PeekElement() | Talos::ExtStream | |
PeekElement(T &element) | Talos::ExtStream | |
PeekFullLine() | Talos::ExtStream | |
PeekFullLine(streampos &position) | Talos::ExtStream | |
PeekFullLine(string &line) | Talos::ExtStream | |
PeekLine() | Talos::ExtStream | [virtual] |
PeekLine(streampos &position) | Talos::ExtStream | [virtual] |
PeekLine(string &line) | Talos::ExtStream | [virtual] |
PeekNumber() | Talos::ExtStream | |
PeekNumber(T &number) | Talos::ExtStream | |
PeekValue(string name) | Talos::ExtStream | |
PeekValue(string name, T &value) | Talos::ExtStream | |
PeekValue(string name, T min, T max, T &value) | Talos::ExtStream | |
PeekValue(string name, string constraints, T &value) | Talos::ExtStream | |
PeekValue(string name, string &value) | Talos::ExtStream | |
PeekValue(string name, string accepted, string &value, string delimiter) | Talos::ExtStream | |
PeekValue(string name, bool &value) | Talos::ExtStream | |
RemoveDelimiters(const string &str) const | Talos::ExtStream | |
Rewind() | Talos::ExtStream | |
searching_ | Talos::ExtStream | [protected] |
section_ (defined in Talos::ConfigStream) | Talos::ConfigStream | [protected] |
SetComments(string comments) | Talos::ExtStream | |
SetDelimiters(string delimiters) | Talos::ExtStream | |
SetMarkupTags(string markup_tags) | Talos::ConfigStream | |
SetSection(string section) | Talos::ConfigStream | |
Skip() | Talos::ExtStream | |
SkipDelimiters() | Talos::ExtStream | |
SkipDiscarded() | Talos::ExtStream | |
SkipElements(int nb) | Talos::ExtStream | |
SkipFullLines(int nb) | Talos::ExtStream | |
SkipLines(int nb) | Talos::ExtStream | |
SkipNumbers(int nb) | Talos::ExtStream | |
~ExtStream() | Talos::ExtStream | [virtual] |