![]() |
Overview Returns a nil CORBA::Any reference. Original class CORBA::Any
Intended Usage
This method is intended to be used by client and server applications to create a nil Any reference.
IDL Syntax
static CORBA::Any_ptr _nil ();
Return value
Example
#include "corba.h" ... CORBA::Any* any_ptr; any_ptr = CORBA::Any::_nil(); ...
Related reference... | |
CORBA module in Object Request Broker | |
Parent: CORBA module: Any Class | |
Any::operator<< | |
Any::operator>> | |
Any::replace | |
Any::type | |