PhoenixPresentation  2.0.0
Set of cmake function to automate presentation generation
PMultiFileParser.h File Reference
#include <list>
#include "PFileParser.h"
+ 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< PMultiCommentConfigPListMultiCommentConfig
 Describes a list of comment config. More...
 
typedef std::pair< PString, PStringPMultiCommentConfig
 Describes a comment config. More...
 

Macro Definition Documentation

◆ MULTI_PARSER_SEPARATORS_STRING

#define MULTI_PARSER_SEPARATORS_STRING   "()[]{}+=*.;,/%#':<>\""

Definition at line 13 of file PMultiFileParser.h.

Typedef Documentation

◆ 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.

◆ PMultiCommentConfig

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.