Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Enumerations | Functions
testjsonipc.cc File Reference
#include "jsonipc.hh"
#include <iostream>

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 >
parse_result (size_t id, const std::string json_reply)
 

Class Documentation

◆ Copyable

struct Copyable

Definition at line 14 of file testjsonipc.cc.

Class Members
float f
string hello
int i

Macro Definition Documentation

◆ MCHECK

#define MCHECK (   MSG,
  ... 
)

Definition at line 5 of file testjsonipc.cc.

Typedef Documentation

◆ BaseP

Definition at line 26 of file testjsonipc.cc.

◆ KVFloats

Definition at line 34 of file testjsonipc.cc.

◆ KVInts

Definition at line 33 of file testjsonipc.cc.

Enumeration Type Documentation

◆ ErrorType

enum ErrorType

Definition at line 8 of file testjsonipc.cc.

Function Documentation

◆ parse_result()

template<typename R >
R parse_result ( size_t  id,
const std::string  json_reply 
)

Definition at line 78 of file testjsonipc.cc.