Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Go to the source code of this file.
Classes | |
struct | Copyable |
struct | Base |
struct | Base2 |
struct | Derived |
Macros | |
#define | MCHECK(MSG, ...) |
Typedefs | |
using | BaseP = std::shared_ptr< Base > |
using | KVInts = std::map< std::string, int > |
using | KVFloats = std::unordered_map< std::string, double > |
Enumerations | |
enum | ErrorType { NONE , INVALID , FATAL } |
Functions | |
template<typename R > | |
R | parse_result (size_t id, const std::string json_reply) |
struct Copyable |
Definition at line 14 of file testjsonipc.cc.
Class Members | ||
---|---|---|
float | f | |
string | hello | |
int | i |
#define MCHECK | ( | MSG, | |
... | |||
) |
Definition at line 5 of file testjsonipc.cc.
using BaseP = std::shared_ptr<Base> |
Definition at line 26 of file testjsonipc.cc.
using KVFloats = std::unordered_map<std::string,double> |
Definition at line 34 of file testjsonipc.cc.
using KVInts = std::map<std::string,int> |
Definition at line 33 of file testjsonipc.cc.
enum ErrorType |
Definition at line 8 of file testjsonipc.cc.
R parse_result | ( | size_t | id, |
const std::string | json_reply | ||
) |
Definition at line 78 of file testjsonipc.cc.