Class SBCMetaCast< Output(Class::*)()>#
template <typename Output, typename Class>
ClassList > SBCMetaCast< Output(Class::*)()>
Public Types#
Type | Name |
---|---|
typedef Output(Class::* | ToType |
Public Static Functions#
Type | Name |
---|---|
SBCMetaValueBase * | castFrom (SBCMetaValueBase * fromValue) |
SBCMetaValueBase * | castFrom (SBCMetaValueBase * fromValue) |
ToType | getValue (SBCMetaValueBase * fromValue) |
Output(Class::*)() | getValue (SBCMetaValueBase * fromValue) |
Public Types Documentation#
typedef ToType#
Public Static Functions Documentation#
function castFrom [1/2]#
static inline SBCMetaValueBase * SBCMetaCast< Output(Class::*)()>::castFrom (
SBCMetaValueBase * fromValue
)
function castFrom [2/2]#
static inline SBCMetaValueBase * SBCMetaCast< Output(Class::*)()>::castFrom (
SBCMetaValueBase * fromValue
)
function getValue [1/2]#
function getValue [2/2]#
static inline Output(Class::*)() SBCMetaCast< Output(Class::*)()>::getValue (
SBCMetaValueBase * fromValue
)