Web Analytics Made Easy - Statcounter
Skip to content

File SBCClass.hpp#

FileList > Base > Core > Class > include > SBCClass.hpp

  • #include "SBCClassExport.hpp"
  • #include "SBCMetaRegister.hpp"

Classes#

Type Name
class SBCClass
This class is the main root class.

Public Types#

Type Name
typedef SBCClass SBClass
The short name of SBCClass .

Public Functions#

Type Name
SB_REGISTER_TYPE (SBCClass, "SBClass", "05854410-2A36-67B1-2E00-7B695FD62C21")

Macros#

Type Name
define SB_CLASS
Macro that is added inside the class declaration for Introspection , etc. if the class inherits from another already declared class.
define SB_CLASS_BASE
Macro that is added inside the base class declaration for Introspection , etc.
define SB_ELEMENT_UUID_DEFINTION
define SB_OS
Macro that defines the OS string: "lin", "mac", or "win".

Public Types Documentation#

typedef SBClass#

The short name of SBCClass .

typedef SBCClass SBClass;


Public Functions Documentation#

function SB_REGISTER_TYPE#

SB_REGISTER_TYPE (
    SBCClass,
    "SBClass",
    "05854410-2A36-67B1-2E00-7B695FD62C21"
) 

Macro Definition Documentation#

define SB_CLASS#

Macro that is added inside the class declaration for Introspection , etc. if the class inherits from another already declared class.

#define SB_CLASS 


define SB_CLASS_BASE#

Macro that is added inside the base class declaration for Introspection , etc.

#define SB_CLASS_BASE 


define SB_ELEMENT_UUID_DEFINTION#

#define SB_ELEMENT_UUID_DEFINTION 

define SB_OS#

Macro that defines the OS string: "lin", "mac", or "win".

#define SB_OS