_CMPIStringFT Struct Reference

This structure is a table of pointers providing access to String support sevices. More...

#include <cmpift.h>

Collaboration diagram for _CMPIStringFT:

Collaboration graph
[legend]
List of all members.

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.

Detailed Description

This structure is a table of pointers providing access to String support sevices.

Definition at line 1743 of file cmpift.h.


Member Data Documentation

CMPIString*(* _CMPIStringFT::clone)(const CMPIString *st, CMPIStatus *rc)
 

Create an independent copy of this String object.

The resulting object must be released explicitly.

Parameters:
st String this pointer.
rc Output: Service return status (suppressed when NULL).
Returns:
Pointer to copied String object.

Referenced by CmpiString::CmpiString().

int _CMPIStringFT::ftVersion
 

Function table version.

Definition at line 1747 of file cmpift.h.

char*(* _CMPIStringFT::getCharPtr)(const CMPIString *st, CMPIStatus *rc)
 

Get a pointer to a C char* representation of this String.

Parameters:
st String this pointer.
rc Output: Service return status (suppressed when NULL).
Returns:
Pointer to char* representation.

CMPIStatus(* _CMPIStringFT::release)(CMPIString *st)
 

The String object will not be used any further and may be freed by CMPI run time system.

Parameters:
st String this pointer.
Returns:
Service return status.


The documentation for this struct was generated from the following file:
Generated on Thu Feb 9 09:11:47 2006 for openwbem by  doxygen 1.4.6