TAO
2.0.8
|
#include <CurrentC.h>
Public Types | |
typedef Current_ptr | _ptr_type |
typedef Current_var | _var_type |
typedef Current_out | _out_type |
Public Member Functions | |
virtual ::CORBA::Boolean | _is_a (const char *type_id) |
Determine if we are of the type specified by the "logical_type_id". | |
virtual const char * | _interface_repository_id (void) const |
virtual ::CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Allows us to forbid marshaling of local interfaces. | |
Static Public Member Functions | |
static void | _tao_any_destructor (void *) |
Used in the implementation of CORBA::Any. | |
static Current_ptr | _duplicate (Current_ptr obj) |
static void | _tao_release (Current_ptr obj) |
static Current_ptr | _narrow (::CORBA::Object_ptr obj) |
static Current_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static Current_ptr | _nil (void) |
Return a NULL object. | |
Protected Member Functions | |
Current (void) | |
virtual | ~Current (void) |
Private Member Functions | |
Current (const Current &) | |
void | operator= (const Current &) |
typedef Current_out CORBA::Current::_out_type |
Reimplemented from CORBA::Object.
Reimplemented in CORBA::PolicyCurrent.
typedef Current_ptr CORBA::Current::_ptr_type |
Reimplemented from CORBA::Object.
Reimplemented in CORBA::PolicyCurrent.
typedef Current_var CORBA::Current::_var_type |
Reimplemented from CORBA::Object.
Reimplemented in CORBA::PolicyCurrent.
CORBA::Current::Current | ( | void | ) | [protected] |
CORBA::Current::~Current | ( | void | ) | [protected, virtual] |
CORBA::Current::Current | ( | const Current & | ) | [private] |
CORBA::Current_ptr CORBA::Current::_duplicate | ( | Current_ptr | obj | ) | [static] |
const char * CORBA::Current::_interface_repository_id | ( | void | ) | const [virtual] |
The repository ID for the most derived class, this is an implementation method and does no remote invocations!
Reimplemented from CORBA::Object.
Reimplemented in CORBA::PolicyCurrent.
CORBA::Boolean CORBA::Current::_is_a | ( | const char * | logical_type_id | ) | [virtual] |
Determine if we are of the type specified by the "logical_type_id".
Reimplemented from CORBA::Object.
Reimplemented in CORBA::PolicyCurrent.
CORBA::Current_ptr CORBA::Current::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented in CORBA::PolicyCurrent.
CORBA::Current_ptr CORBA::Current::_nil | ( | void | ) | [static] |
void CORBA::Current::_tao_any_destructor | ( | void * | x | ) | [static] |
Used in the implementation of CORBA::Any.
Reimplemented from CORBA::Object.
Reimplemented in CORBA::PolicyCurrent.
void CORBA::Current::_tao_release | ( | Current_ptr | obj | ) | [static] |
CORBA::Current_ptr CORBA::Current::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented in CORBA::PolicyCurrent.
CORBA::Boolean CORBA::Current::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Allows us to forbid marshaling of local interfaces.
Reimplemented from CORBA::Object.
Reimplemented in CORBA::PolicyCurrent.
void CORBA::Current::operator= | ( | const Current & | ) | [private] |