PhoenixFileParser  1.7.3
Set of tools to ease file parsing
Loading...
Searching...
No Matches
PHighlightParser.h File Reference
#include "PFileParser.h"
#include "PMapTree.h"
Include dependency graph for PHighlightParser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PHighlightingAction
 Action of the hightlighting. More...
class  PHighlightParser
 Parse full hightlighting of a string. More...

Namespaces

namespace  PHighlightType

Typedefs

typedef PMapTree< char, PHighlightingAction * > PReplaceHightlightTree

Enumerations

enum  PHighlightType::PHighlightType { PHighlightType::REPLACE , PHighlightType::GET_UNITL_WITHOUT_PATTERN }
 Type of the hightlighting. More...

Typedef Documentation

◆ PReplaceHightlightTree

typedef PMapTree<char, PHighlightingAction*> PReplaceHightlightTree

Definition at line 34 of file PHighlightParser.h.