OSBaseType Class ReferenceC++ structured type base class.
More...
#include <rtxCppBaseType.h>
Inheritance diagram for OSBaseType:
List of all members.
Detailed Description
C++ structured type base class.
This is the base class for all generated structured types. It defines special new and delete operators to allow memory for the structure to be allocated using the built-in memory management algorithm.
Definition at line 41 of file rtxCppBaseType.h.
Member Function Documentation
| void OSBaseType::setOwnMemory |
( |
OSBOOL |
bvalue = TRUE |
) |
[inline] |
|
|
|
This method transfers ownership of the string memory to the class instance.
The memory will be deleted when the instance is deleted or goes out of scope.
- Parameters:
-
Definition at line 63 of file rtxCppBaseType.h. |
The documentation for this class was generated from the following file:
|