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

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

Convert between std::shared_ptr<ValueR> and Jsonipc::JsonValue. More...

#include "jsonapi.hh"

Inheritance diagram for Ase::ConvertValueRP:
[legend]

Public Types

using ValueRP = std::shared_ptr< ValueR >
 

Static Public Member Functions

static ValueRP from_json (const Jsonipc::JsonValue &value)
 
static Jsonipc::JsonValue to_json (const ValueRP &recp, Jsonipc::JsonAllocator &allocator)
 

Detailed Description

Convert between std::shared_ptr<ValueR> and Jsonipc::JsonValue.

Definition at line 177 of file jsonapi.hh.

Member Typedef Documentation

◆ ValueRP

Definition at line 178 of file jsonapi.hh.

Member Function Documentation

◆ from_json()

static ValueRP Ase::ConvertValueRP::from_json ( const Jsonipc::JsonValue &  value)
static

Definition at line 180 of file jsonapi.hh.

◆ to_json()

static Jsonipc::JsonValue Ase::ConvertValueRP::to_json ( const ValueRP recp,
Jsonipc::JsonAllocator &  allocator 
)
static

Definition at line 186 of file jsonapi.hh.


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