#include <cstdlib>
#include <cassert>
#include <new>
#include <exception>
Go to the source code of this file.
|
| cereal |
| in certain simple scenarios. They should probably not be used if maximizing performance is the main objective.
|
|
| cereal::rapidxml |
|
◆ CEREAL_RAPIDXML_ALIGNMENT
#define CEREAL_RAPIDXML_ALIGNMENT sizeof(void *) |
◆ CEREAL_RAPIDXML_DYNAMIC_POOL_SIZE
#define CEREAL_RAPIDXML_DYNAMIC_POOL_SIZE (64 * 1024) |
◆ CEREAL_RAPIDXML_PARSE_ERROR
#define CEREAL_RAPIDXML_PARSE_ERROR |
( |
|
what, |
|
|
|
where |
|
) |
| throw parse_error(what, where) |
◆ CEREAL_RAPIDXML_STATIC_POOL_SIZE
#define CEREAL_RAPIDXML_STATIC_POOL_SIZE (64 * 1024) |