PhoenixFileParser  1.0.0
Set of tools to ease file parsing
Loading...
Searching...
No Matches
DicoValue Member List

This is the complete list of members for DicoValue, including all inherited members.

copyDicoValue(const DicoValue &other)DicoValueprotected
DicoValue()DicoValue
DicoValue(const DicoValue &other)DicoValue
errorAt(PFileParser &parser, bool &isRunning, const PString &errorMsg)DicoValueprivate
fromString(const PString &content)DicoValue
getElementInVecWhere(const PString &key, const PString &value) constDicoValue
getKey() constDicoValue
getKey()DicoValue
getMap(const PString &key) constDicoValue
getMap(const PVecString &vecKey) constDicoValue
getMap(const PString &key)DicoValue
getMapChild() constDicoValue
getMapChild()DicoValue
getString() constDicoValue
getValue() constDicoValue
getValue() constDicoValue
getValue()DicoValue
getVecChild() constDicoValue
getVecChild()DicoValue
hasKey() constDicoValue
hasMap() constDicoValue
hasVec() constDicoValue
isKeyExist(const PString &key) constDicoValue
load(const PPath &fileName)DicoValue
loadParser(PFileParser &parser)DicoValueprivate
operator=(const DicoValue &other)DicoValue
p_keyDicoValueprivate
p_mapChildDicoValueprivate
p_valueDicoValueprivate
p_vecChildDicoValueprivate
parseDicoValue(PFileParser &parser, bool &isRunning)DicoValueprivate
parseList(PFileParser &parser, bool &isRunning)DicoValueprivate
parseListOrMap(PFileParser &parser, bool &isRunning)DicoValueprivate
parseString(PString &parsedString, PFileParser &parser)DicoValueprivate
print() constDicoValue
save(const PPath &fileName, const PString &valueDecorator="", PString baseIndentation="\t", PString baseNewLine="\n") constDicoValue
saveRecurse(const PString &indentation, const PString &valueDecorator, PString baseIndentation, PString baseNewLine, bool isInList=false) constDicoValueprivate
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") constDicoValue
~DicoValue()DicoValuevirtual