PhoenixPresentation  2.0.0
Set of cmake function to automate presentation generation
DicoValue.h File Reference
#include <vector>
#include <map>
#include "PPath.h"
#include "PFileParser.h"
#include "DicoValue_impl.h"
+ Include dependency graph for DicoValue.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DicoValue
 Dictionnary of values. More...
 

Typedefs

typedef std::map< PString, DicoValueMapDicoValue
 Vector of DicoValue. More...
 
typedef std::vector< DicoValueVecDicoValue
 Vector of DicoValue. More...
 

Typedef Documentation

◆ MapDicoValue

typedef std::map<PString, DicoValue> MapDicoValue

Vector of DicoValue.

Definition at line 79 of file DicoValue.h.

◆ VecDicoValue

typedef std::vector<DicoValue> VecDicoValue

Vector of DicoValue.

Definition at line 77 of file DicoValue.h.