Skip to content

Struct Ase::ConvertValueRP

ClassList > Ase > ConvertValueRP

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

  • #include <jsonapi.hh>

Inherited by the following classes: Jsonipc::Convert< std::shared_ptr< Ase::ValueR > >

Public Types

Type Name
typedef std::shared_ptr< ValueR > ValueRP

Public Static Functions

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

Public Types Documentation

typedef ValueRP

using Ase::ConvertValueRP::ValueRP =  std::shared_ptr<ValueR>;

Public Static Functions Documentation

function from_json

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

function to_json

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


The documentation for this class was generated from the following file /__w/anklang/anklang/ase/jsonapi.hh