PhoenixProtocolBuffer  1.0.1
Set of tools to decode offset from protocol buffer
Loading...
Searching...
No Matches
FieldParser.h File Reference
#include <map>
#include "AbtractField.h"
#include "phoenix_field.h"
#include "FieldParser_impl.h"
+ Include dependency graph for FieldParser.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FieldParser
 Parser of Field. More...
 

Typedefs

typedef std::map< size_t, FieldParser * > MapFieldParser
 
typedef std::vector< FieldParser * > VecFieldParser
 

Typedef Documentation

◆ MapFieldParser

typedef std::map<size_t, FieldParser *> MapFieldParser

Definition at line 16 of file FieldParser.h.

◆ VecFieldParser

typedef std::vector<FieldParser*> VecFieldParser

Definition at line 15 of file FieldParser.h.