![]() |
|
PhoenixFileParser
1.5.1
Set of tools to ease file parsing
|
#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, DicoValue > | MapDicoValue |
| Vector of DicoValue. | |
| typedef std::vector< DicoValue > | VecDicoValue |
| Vector of DicoValue. | |
| typedef std::map<PString, DicoValue> MapDicoValue |
Vector of DicoValue.
Definition at line 82 of file DicoValue.h.
| typedef std::vector<DicoValue> VecDicoValue |
Vector of DicoValue.
Definition at line 80 of file DicoValue.h.