Classes | |
struct | Base |
struct | Base2 |
struct | Copyable |
struct | Derived |
Macros | |
#define | MCHECK(MSG, ...) |
Typedefs | |
using | BaseP = std::shared_ptr< Base > |
using | KVFloats = std::unordered_map< std::string, double > |
using | KVInts = std::map< std::string, int > |
Enumerations | |
enum | ErrorType { NONE , INVALID , FATAL } |
Functions | |
template<typename R > | |
R | parse_result (size_t id, const std::string json_reply) |
#define MCHECK | ( | MSG, | |
... | |||
) |
using KVInts = std::map<std::string,int> |
using KVFloats = std::unordered_map<std::string,double> |
enum ErrorType |
R parse_result | ( | size_t | id, |
const std::string | json_reply | ||
) |