#include <OperationInterfaceC.h>
Public Types | |
typedef CAnyArguments_var | _var_type |
Public Member Functions | |
CAnyArguments (_CORBA_ULong _max, _CORBA_ULong _len,::CORBA::Any *_val, _CORBA_Boolean _rel=0) | |
CAnyArguments (_CORBA_ULong _max) | |
CAnyArguments (const CAnyArguments &_s) | |
CAnyArguments () | |
CAnyArguments & | operator= (const CAnyArguments &_s) |
Definition at line 69 of file OperationInterfaceC.h.
Definition at line 71 of file OperationInterfaceC.h.
CAnyArguments::CAnyArguments | ( | ) | [inline] |
Definition at line 72 of file OperationInterfaceC.h.
CAnyArguments::CAnyArguments | ( | const CAnyArguments & | _s | ) | [inline] |
Definition at line 73 of file OperationInterfaceC.h.
CAnyArguments::CAnyArguments | ( | _CORBA_ULong | _max | ) | [inline] |
Definition at line 76 of file OperationInterfaceC.h.
CAnyArguments::CAnyArguments | ( | _CORBA_ULong | _max, | |
_CORBA_ULong | _len, | |||
::CORBA::Any * | _val, | |||
_CORBA_Boolean | _rel = 0 | |||
) | [inline] |
Definition at line 78 of file OperationInterfaceC.h.
CAnyArguments& CAnyArguments::operator= | ( | const CAnyArguments & | _s | ) | [inline] |
Definition at line 83 of file OperationInterfaceC.h.