![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
Go to the source code of this file.
Functions | |
bool | phoenix_check (const std::string &testName, const std::list< std::string > &listVal, const std::list< std::string > &listRef) |
Check two list of string. More... | |
bool | phoenix_check (const std::string &testName, const std::string &val, const std::string &reference) |
Check two string. More... | |
bool | phoenix_check (const std::string &testName, const std::vector< std::string > &listVal, const std::vector< std::string > &listRef) |
Check two vector of string. More... | |
bool phoenix_check | ( | const std::string & | testName, |
const std::list< std::string > & | listVal, | ||
const std::list< std::string > & | listRef | ||
) |
Check two list of string.
testName | : name of the current test |
listVal | : list of std::string to be checked |
listRef | : list of reference std::string |
Definition at line 48 of file phoenix_check.cpp.
References phoenix_check(), and valueToString().
bool phoenix_check | ( | const std::string & | testName, |
const std::string & | val, | ||
const std::string & | reference | ||
) |
Check two string.
testName | : name of the current test |
val | : std::string to be checked |
reference | : reference std::string |
Definition at line 16 of file phoenix_check.cpp.
References phoenix_isOk().
Referenced by checkEraseFirstChars(), checkEraseFirstLastChars(), checkEraseLastChars(), checkLoadFromConfig(), checkOpenVecFileStream(), checkOptionCompletion(), checkParser(), checkParseXmlFile(), checkPhoenixCheck(), checkResultConvertToString(), checkString(), checkVarReplaceStr(), checkXmlString(), main(), phoenix_check(), printValueOfOpt(), printValueOfOptConst(), testCheck(), testCheckList(), testCheckVector(), testDicoValueKey(), testEscapeString(), testFromJSonToJSon(), testIsOk(), testPFileParserGetUntilKey(), testPFileParserPartern(), testPFileParserParternExclude(), testPFileParserParternRecurse(), testPFileParserParternRecurse2(), testPFileParserParternRecurseAllowChar(), testPFileParserParternRecurseExcludeEnd(), testPFileParserParternRecurseExcludeEnd2(), testPFileParserSeq(), testPFileParserSeqOneStep(), testPPathGetExtention(), testPPathGetFileDirName(), testPPathGetUnderPath(), testPPathListAllFileInDir(), testPPathOperator(), and testPPathRemoveDots().
bool phoenix_check | ( | const std::string & | testName, |
const std::vector< std::string > & | listVal, | ||
const std::vector< std::string > & | listRef | ||
) |
Check two vector of string.
testName | : name of the current test |
listVal | : list of std::string to be checked |
listRef | : list of reference std::string |
Definition at line 32 of file phoenix_check.cpp.
References phoenix_check(), and valueToString().