#include <cmpift.h>
Collaboration diagram for _CMPIStringFT:
Public Attributes | |
int | ftVersion |
Function table version. | |
CMPIStatus(* | release )(CMPIString *st) |
The String object will not be used any further and may be freed by CMPI run time system. | |
CMPIString *(* | clone )(const CMPIString *st, CMPIStatus *rc) |
Create an independent copy of this String object. | |
char *(* | getCharPtr )(const CMPIString *st, CMPIStatus *rc) |
Get a pointer to a C char* representation of this String. |
Definition at line 1743 of file cmpift.h.
|
Create an independent copy of this String object. The resulting object must be released explicitly.
Referenced by CmpiString::CmpiString(). |
|
Function table version.
|
|
Get a pointer to a C char* representation of this String.
|
|
The String object will not be used any further and may be freed by CMPI run time system.
|