Functions | |
template<typename DataType> void | SetData (TObject *object, DataType *data) |
Sets pointer to private data in TObject instance. | |
template<typename StaticDataType> void | SetData (TInverse *inverse, StaticDataType *staticData) |
Sets pointer to static private data in TInverse instance. | |
template<typename DataType> DataType * | GetData (TObject *object) |
Returns address of private data of type DataType attached to the TObject instance. | |
template<typename StaticDataType> StaticDataType * | GetData (TInverse *inverse) |
Returns address of static private data of type StaticDataType attached to the TInverse instance. | |
template<typename DataType, typename DeletePolicyType> bool | DeleteData (TObject *object, DataType *dummy1=0, DeletePolicyType *dummy2=0) |
Deallocates private data of type DataType attached to a TObject instance. | |
template<typename StaticDataType, typename DeletePolicyType> bool | DeleteData (TInverse *inverse, StaticDataType *dummy1=0, DeletePolicyType *dummy2=0) |
Deallocates private data of type StaticDataType attached to a TInverse instance. |
|
Sets pointer to private data in TObject instance.
|
Here is the call graph for this function:
|
Sets pointer to static private data in TInverse instance.
|
Here is the call graph for this function:
|
Returns address of private data of type
|
Here is the call graph for this function:
|
Returns address of static private data of type
|
Here is the call graph for this function:
|
Deallocates private data of type
|
|
Deallocates private data of type
|