![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
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. More... | |
typedef std::pair< PString, PString > | PMultiCommentConfig |
Describes a comment config. More... | |
#define MULTI_PARSER_SEPARATORS_STRING "()[]{}+=*.;,/%#':<>\"" |
Definition at line 13 of file PMultiFileParser.h.
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.