Definition at line 1052 of file fbproperties.h.
Public Member Functions |
|
FBPropertyBaseComponent () | |
Constructor. |
|
FBPropertyBaseComponent (const FBPropertyBaseComponent< tType > &pValue) | |
Constructor. |
|
~FBPropertyBaseComponent () | |
Destructor. |
|
tType | operator-> () |
Overloaded -> operator. |
|
operator tType () const | |
Overloaded cast to tType operator.
|
|
void | operator= (tType pValue) |
Overloaded = operator. |
|
Public Attributes |
|
int * | TypeInfo |
< Type information. |
FBPropertyBaseComponent | ( | ) | [inline] |
Constructor.
Definition at line 1059 of file fbproperties.h.
FBPropertyBaseComponent | ( | const FBPropertyBaseComponent< tType > & | pValue | ) | [inline] |
Constructor.
pValue | Value to set for component. |
Definition at line 1064 of file fbproperties.h.
References FBPropertyBase::operator=().
~FBPropertyBaseComponent | ( | ) | [inline] |
Destructor.
Definition at line 1067 of file fbproperties.h.
void operator= | ( | tType | pValue | ) | [inline] |
Overloaded = operator.
pValue | Value to set for component. |
Reimplemented from FBPropertyBase< tType, kFBPT_object >.
Definition at line 1075 of file fbproperties.h.
References FBPropertyBase::operator=().
tType operator-> | ( | ) | [inline] |
Overloaded -> operator.
Definition at line 1081 of file fbproperties.h.
References FBPropertyBase::operator tType().
operator tType | ( | ) | const [inline] |
Overloaded cast to tType operator.
Reimplemented from FBPropertyBase< tType, kFBPT_object >.
Definition at line 1086 of file fbproperties.h.
References FBPropertyBase::operator tType().
int* TypeInfo |