![]() |
|
PhoenixFileParser
1.5.1
Set of tools to ease file parsing
|
This is the complete list of members for DicoValue, including all inherited members.
| copyDicoValue(const DicoValue &other) | DicoValue | protected |
| DicoValue() | DicoValue | |
| DicoValue(const DicoValue &other) | DicoValue | |
| errorAt(PFileParser &parser, bool &isRunning, const PString &errorMsg) | DicoValue | private |
| fromString(const PString &content) | DicoValue | |
| getElementInVecWhere(const PString &key, const PString &value) const | DicoValue | |
| getKey() const | DicoValue | |
| getKey() | DicoValue | |
| getMap(const PString &key) const | DicoValue | |
| getMap(const PVecString &vecKey) const | DicoValue | |
| getMap(const PString &key) | DicoValue | |
| getMapChild() const | DicoValue | |
| getMapChild() | DicoValue | |
| getString() const | DicoValue | |
| getValue() const | DicoValue | |
| getValue() const | DicoValue | |
| getValue() | DicoValue | |
| getVecChild() const | DicoValue | |
| getVecChild() | DicoValue | |
| hasKey() const | DicoValue | |
| hasMap() const | DicoValue | |
| hasVec() const | DicoValue | |
| isKeyExist(const PString &key) const | DicoValue | |
| load(const PPath &fileName) | DicoValue | |
| loadParser(PFileParser &parser) | DicoValue | private |
| operator=(const DicoValue &other) | DicoValue | |
| p_key | DicoValue | private |
| p_mapChild | DicoValue | private |
| p_value | DicoValue | private |
| p_vecChild | DicoValue | private |
| parseDicoValue(PFileParser &parser, bool &isRunning) | DicoValue | private |
| parseList(PFileParser &parser, bool &isRunning) | DicoValue | private |
| parseListOrMap(PFileParser &parser, bool &isRunning) | DicoValue | private |
| parseString(PString &parsedString, PFileParser &parser) | DicoValue | private |
| print() const | DicoValue | |
| save(const PPath &fileName, const PString &valueDecorator="", PString baseIndentation="\t", PString baseNewLine="\n") const | DicoValue | |
| saveRecurse(const PString &indentation, const PString &valueDecorator, PString baseIndentation, PString baseNewLine, bool isInList=false) const | DicoValue | private |
| setKey(const PString &key) | DicoValue | |
| setMapChild(const std::map< PString, DicoValue > &mapChild) | DicoValue | |
| setValue(const PString &value) | DicoValue | |
| setVecChild(const std::vector< DicoValue > &vecChild) | DicoValue | |
| toString(const PString &valueDecorator="", PString baseIndentation="\t", PString baseNewLine="\n") const | DicoValue | |
| ~DicoValue() | DicoValue | virtual |