Web Analytics Made Easy - Statcounter
Skip to content

Class SBCMetaCast< Output(*)()>#

template <typename Output>

ClassList > SBCMetaCast< Output(*)()>

Public Types#

Type Name
typedef Output(* ToType

Public Static Functions#

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

Public Types Documentation#

typedef ToType#

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

Public Static Functions Documentation#

function castFrom [1/2]#

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

function castFrom [2/2]#

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

function getValue [1/2]#

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

function getValue [2/2]#

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