Web Analytics Made Easy - Statcounter
Skip to content

Class SBCMetaCast< Output(*)(T0)>#

template <typename Output, typename T0>

ClassList > SBCMetaCast< Output(*)(T0)>

Public Types#

Type Name
typedef Output(* ToType

Public Static Functions#

Type Name
SBCMetaValueBase * castFrom (SBCMetaValueBase * fromValue)
SBCMetaValueBase * castFrom (SBCMetaValueBase * fromValue)
Output(*)(T0) getValue (SBCMetaValueBase * fromValue)
ToType getValue (SBCMetaValueBase * fromValue)

Public Types Documentation#

typedef ToType#

typedef Output(* SBCMetaCast< Output(*)(T0)>::ToType) (T0);

Public Static Functions Documentation#

function castFrom [1/2]#

static inline SBCMetaValueBase * SBCMetaCast< Output(*)(T0)>::castFrom (
    SBCMetaValueBase * fromValue
) 

function castFrom [2/2]#

static inline SBCMetaValueBase * SBCMetaCast< Output(*)(T0)>::castFrom (
    SBCMetaValueBase * fromValue
) 

function getValue [1/2]#

static inline Output(*)(T0) SBCMetaCast< Output(*)(T0)>::getValue (
    SBCMetaValueBase * fromValue
) 

function getValue [2/2]#

static inline ToType SBCMetaCast< Output(*)(T0)>::getValue (
    SBCMetaValueBase * fromValue
)