JODA
0.13.1 (59b41972)
JSON On-Demand Analysis
|
#include <istream>
#include <string>
Go to the source code of this file.
Data Structures | |
class | config |
Macros | |
#define | JSON_CONTAINER_DEFAULT_SIZE (50 * 1024 * 1024) |
#define | JSON_STORAGE_DEFAULT_THREADS std::max(1u, std::thread::hardware_concurrency() - 1) |
Functions | |
std::istream & | operator>> (std::istream &in, config::Sim_Measures &unit) |
std::istream & | operator>> (std::istream &in, config::EvictionStrategies &eviction) |
#define JSON_CONTAINER_DEFAULT_SIZE (50 * 1024 * 1024) |
#define JSON_STORAGE_DEFAULT_THREADS std::max(1u, std::thread::hardware_concurrency() - 1) |
|
inline |
|
inline |