Web Analytics Made Easy - Statcounter
Skip to content

File SBCMetaValue.hpp#

FileList > Core > Meta > SBCMetaValue.hpp

  • #include "SBCMetaExport.hpp"
  • #include "SBCMetaValueHolder.hpp"
  • #include "SBCMetaHasProxy.hpp"
  • #include "SBCMetaCanCast.hpp"
  • #include "SBCMetaCast.hpp"
  • #include "SBCContainerUUID.hpp"
  • #include <string>

Classes#

Type Name
class SBCMetaValue
This class represents values.
class ValueFactory< true, U > <typename U>
Partial specialization for values with proxies.

Public Types#

Type Name
typedef SBCMetaValue SBValue
The short name of SBCMetaValue .

Macros#

Type Name
define SB_CAN_CAST
A macro to determine whether a SAMSON value can be cast to a variable.
define SB_CAST
A macro to cast a SAMSON value to a variable.
define SB_TYPE
A macro to build a SAMSON type.
define SB_VALUE
A macro to build a SAMSON value.

Public Types Documentation#

typedef SBValue#

The short name of SBCMetaValue .

typedef SBCMetaValue SBValue;


Macro Definition Documentation#

define SB_CAN_CAST#

A macro to determine whether a SAMSON value can be cast to a variable.

#define SB_CAN_CAST 


define SB_CAST#

A macro to cast a SAMSON value to a variable.

#define SB_CAST 


define SB_TYPE#

A macro to build a SAMSON type.

#define SB_TYPE 


define SB_VALUE#

A macro to build a SAMSON value.

#define SB_VALUE