cmpi
|
#include <cmpi/cmpift.h>
Public Attributes | |
int | ftVersion |
CMPIStatus(* | release )(CMPIArgs *as) |
CMPIArgs *(* | clone )(const CMPIArgs *as, CMPIStatus *rc) |
const CMPIArgs * | as |
const CMPIArgs const char * | name |
const CMPIArgs const char const CMPIValue * | value |
const CMPIArgs const char const CMPIValue const CMPIType | type |
const CMPIArgs const char CMPIStatus * | rc |
const CMPIArgs CMPICount | index |
const CMPIArgs CMPICount CMPIString ** | name |
const CMPIArgs CMPICount CMPIString CMPIStatus * | rc |
CMPICount(* | getArgCount )(const CMPIArgs *as, CMPIStatus *rc) |
This structure is a table of pointers providing access to Args support sevices.
const CMPIArgs * _CMPIArgsFT::as |
Adds/replaces a named argument.
as | Args this pointer. |
name | Argument name. |
value | Address of value structure. |
type | Value type. |
Gets a named argument value.
as | Args this pointer. |
name | Argument name. |
rc | Output: Service return status (suppressed when NULL). |
Gets a Argument value defined by its index.
as | Args this pointer. |
index | Position in the internal Data array. |
name | Output: Returned argument name (suppressed when NULL). |
rc | Output: Service return status (suppressed when NULL). |
CMPIArgs*(* _CMPIArgsFT::clone)(const CMPIArgs *as, CMPIStatus *rc) |
Create an independent copy of this Args object. The resulting object must be released explicitly.
as | Args this pointer. |
rc | Output: Service return status (suppressed when NULL). |
int _CMPIArgsFT::ftVersion |
Function table version
CMPICount(* _CMPIArgsFT::getArgCount)(const CMPIArgs *as, CMPIStatus *rc) |
Gets the number of arguments contained in this Args.
as | Args this pointer. |
rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiArgs::getArgCount().
const CMPIArgs const char * _CMPIArgsFT::name |
const CMPIArgs CMPICount CMPIString** _CMPIArgsFT::name |
const CMPIArgs const char CMPIStatus* _CMPIArgsFT::rc |
const CMPIArgs CMPICount CMPIString CMPIStatus* _CMPIArgsFT::rc |
CMPIStatus(* _CMPIArgsFT::release)(CMPIArgs *as) |
The Args object will not be used any further and may be freed by CMPI run time system.
as | Args this pointer. |