Skip to main content

SleepyDiscord::json::ClassTypeHelper< std::shared_ptr< BaseComponent > >

Public Types Documentation​

using Base​

using SleepyDiscord::json::ClassTypeHelper< std::shared_ptr< BaseComponent > >::Base =  BaseComponent;

using Type​

using SleepyDiscord::json::ClassTypeHelper< std::shared_ptr< BaseComponent > >::Type =  std::shared_ptr<BaseComponent>;

Public Functions Documentation​

function toType​

static inline Type toType(
json::Value & value
)

function fromType​

static inline json::Value fromType(
const Type & value,
json::Value::AllocatorType & allocator
)

function empty​

static inline bool empty(
const Type & value
)

function isType​

static inline bool isType(
const json::Value & value
)

Updated on 13 April 2022 at 18:39:59 UTC