#include <read.h>
Public Types | |
| typedef std::map< std::string, bool > | AttributeSet |
Public Member Functions | |
| int | parse (const AttributeSet &, std::istream &) |
| void | reset () |
| bool | haveAllRequired (const AttributeSet &) const |
| const std::string & | getInput () const |
| const std::string & | getValue (const std::string &key) const |
| const std::string & | getValue (const std::string &key, const std::string def) const |
| const std::string | getParsedString () const |
Definition at line 41 of file read.h.
| typedef std::map<std::string,bool> Reader::AttributeSet |
| int Reader::parse | ( | const AttributeSet & | , | |
| std::istream & | ||||
| ) |
| bool Reader::haveAllRequired | ( | const AttributeSet & | ) | const |
| const std::string& Reader::getInput | ( | ) | const [inline] |
| const std::string& Reader::getValue | ( | const std::string & | key | ) | const [inline] |
| const std::string& Reader::getValue | ( | const std::string & | key, | |
| const std::string | def | |||
| ) | const [inline] |
1.5.1