29#ifndef NOMLIB_SYSTEM_PTREE_OBJECT_HPP
30#define NOMLIB_SYSTEM_PTREE_OBJECT_HPP
34#include "nomlib/config.hpp"
35#include "nomlib/system/ptree/ptree_config.hpp"
36#include "nomlib/system/ptree/VString.hpp"
37#include "nomlib/system/ptree/ptree_forwards.hpp"
41typedef std::map<VString, Value> Object;
42typedef std::map<VString, Value>::const_iterator ObjectConstIterator;
43typedef std::map<VString, Value>::iterator ObjectIterator;
44typedef std::pair<VString, Value> ObjectPair;