![]() |
Overview Returns the argument name. Original class CORBA::NamedValue
Intended Usage
The name method is used by a client program when querying a NamedValue associated with a DII request. The name method returns the argument name, which is optional. The argument name in a NamedValue, if present, matches the argument name specified in the IDL definition of the operation.
IDL Syntax
const char *name() const;
Input parameters
None.
Return values
- const char *
- The argument name, if any, or a null pointer. Ownership of the return value is maintained by the NamedValue; the return value must not be freed by the caller.
Related reference... | |
CORBA module in Object Request Broker | |
Parent: CORBA module: NamedValue Class | |
NamedValue::_duplicate | |
NamedValue::_nil | |
NamedValue::flags | |
NamedValue::value | |