3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/cereal/JSONCppSchemaReaderBase.h"
10namespace Json {
class Value; }
18 StrictJSONCppSchemaReader();
23 virtual bool _allowAsBool() ;
25 virtual bool _allowAsInt8() ;
27 virtual bool _allowAsUInt8() ;
29 virtual bool _allowAsInt16() ;
31 virtual bool _allowAsUInt16() ;
33 virtual bool _allowAsInt32() ;
35 virtual bool _allowAsUInt32() ;
37 virtual bool _allowAsInt64() ;
39 virtual bool _allowAsUInt64() ;
41 virtual bool _allowAsFloat() ;
43 virtual bool _allowAsDouble() ;
45 virtual ~StrictJSONCppSchemaReader() ;
57 MCNAPI
void*
$ctor(::std::reference_wrapper<::Json::Value const> value);
Definition JSONCppSchemaReaderBase.h:12
MCAPI bool $_allowAsBool()
MCAPI StrictJSONCppSchemaReader(::std::reference_wrapper<::Json::Value const > value)
MCAPI bool $_allowAsInt16()
MCAPI bool $_allowAsInt32()
MCAPI bool $_allowAsDouble()
MCAPI bool $_allowAsInt8()
MCAPI bool $_allowAsInt64()
MCAPI bool $_allowAsFloat()
MCAPI void * $ctor(::std::reference_wrapper<::Json::Value const > value)
MCAPI bool $_allowAsUInt16()
MCAPI bool $_allowAsUInt32()
static MCAPI void ** $vftable()
MCAPI bool $_allowAsUInt64()
MCAPI bool $_allowAsUInt8()