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

« « « Anklang Documentation
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Ase::ConvertValue Struct Reference

Convert between Value and Jsonipc::JsonValue. More...

#include "jsonapi.hh"

Inheritance diagram for Ase::ConvertValue:
[legend]

Static Public Member Functions

static Value from_json (const Jsonipc::JsonValue &v)
 
static Jsonipc::JsonValue to_json (const Value &val, Jsonipc::JsonAllocator &allocator)
 
static void sequence_from_json_array (Value &val, const Jsonipc::JsonValue &v)
 
static Jsonipc::JsonValue sequence_to_json_array (const ValueS &seq, Jsonipc::JsonAllocator &allocator)
 
static void value_from_json_object (Value &val, const Jsonipc::JsonValue &v)
 
static Jsonipc::JsonValue record_to_json_object (const ValueR &rec, Jsonipc::JsonAllocator &allocator)
 

Detailed Description

Convert between Value and Jsonipc::JsonValue.

Definition at line 25 of file jsonapi.hh.

Member Function Documentation

◆ from_json()

static Value Ase::ConvertValue::from_json ( const Jsonipc::JsonValue &  v)
static

Definition at line 27 of file jsonapi.hh.

◆ record_to_json_object()

static Jsonipc::JsonValue Ase::ConvertValue::record_to_json_object ( const ValueR rec,
Jsonipc::JsonAllocator &  allocator 
)
static

Definition at line 116 of file jsonapi.hh.

◆ sequence_from_json_array()

static void Ase::ConvertValue::sequence_from_json_array ( Value val,
const Jsonipc::JsonValue &  v 
)
static

Definition at line 78 of file jsonapi.hh.

◆ sequence_to_json_array()

static Jsonipc::JsonValue Ase::ConvertValue::sequence_to_json_array ( const ValueS seq,
Jsonipc::JsonAllocator &  allocator 
)
static

Definition at line 88 of file jsonapi.hh.

◆ to_json()

static Jsonipc::JsonValue Ase::ConvertValue::to_json ( const Value val,
Jsonipc::JsonAllocator &  allocator 
)
static

Definition at line 61 of file jsonapi.hh.

◆ value_from_json_object()

static void Ase::ConvertValue::value_from_json_object ( Value val,
const Jsonipc::JsonValue &  v 
)
static

Definition at line 99 of file jsonapi.hh.


The documentation for this struct was generated from the following file: