Go to the source code of this file.
Namespaces | |
boost | |
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE. | |
boost::property_tree | |
boost::property_tree::detail | |
boost::property_tree::detail::rapidxml | |
Macros | |
#define | BOOST_PROPERTY_TREE_RAPIDXML_ALIGNMENT sizeof(void *) |
#define | BOOST_PROPERTY_TREE_RAPIDXML_DYNAMIC_POOL_SIZE (64 * 1024) |
#define | BOOST_PROPERTY_TREE_RAPIDXML_PARSE_ERROR(what, where) throw parse_error(what, where) |
#define | BOOST_PROPERTY_TREE_RAPIDXML_STATIC_POOL_SIZE (64 * 1024) |
This file contains rapidxml parser and DOM implementation
Definition in file rapidxml.hpp.
#define BOOST_PROPERTY_TREE_RAPIDXML_ALIGNMENT sizeof(void *) |
Definition at line 105 of file rapidxml.hpp.
#define BOOST_PROPERTY_TREE_RAPIDXML_DYNAMIC_POOL_SIZE (64 * 1024) |
Definition at line 97 of file rapidxml.hpp.
#define BOOST_PROPERTY_TREE_RAPIDXML_PARSE_ERROR | ( | what, | |
where | |||
) | throw parse_error(what, where) |
Definition at line 31 of file rapidxml.hpp.
#define BOOST_PROPERTY_TREE_RAPIDXML_STATIC_POOL_SIZE (64 * 1024) |
Definition at line 90 of file rapidxml.hpp.