![]() |
|
PhoenixFileParser
1.5.1
Set of tools to ease file parsing
|
Include dependency graph for PMultiFileParser.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PMultiFileParser |
| Class used to parse file with possibility of inclusion. More... | |
Macros | |
| #define | MULTI_PARSER_SEPARATORS_STRING "()[]{}+=*.;,/%#':<>\"" |
Typedefs | |
| typedef std::list< PMultiCommentConfig > | PListMultiCommentConfig |
| Describes a list of comment config. | |
| typedef std::pair< PString, PString > | PMultiCommentConfig |
| Describes a comment config. | |
| #define MULTI_PARSER_SEPARATORS_STRING "()[]{}+=*.;,/%#':<>\"" |
Definition at line 13 of file PMultiFileParser.h.
Referenced by PMultiFileParser::load(), and PMultiFileParser::setFileContent().
| typedef std::list<PMultiCommentConfig > PListMultiCommentConfig |
Describes a list of comment config.
First string : token to get the comment Second string : token of the coment end (endl if there is no)
Definition at line 25 of file PMultiFileParser.h.
| typedef std::pair<PString, PString> PMultiCommentConfig |
Describes a comment config.
First string : token to get the comment Second string : token of the coment end (endl if there is no)
Definition at line 20 of file PMultiFileParser.h.