#include <PICurrentC.h>
Inheritance diagram for PortableInterceptor::Current:
Public Types | |
typedef Current_ptr | _ptr_type |
typedef Current_var | _var_type |
Public Member Functions | |
virtual CORBA::Any * | get_slot (::PortableInterceptor::SlotId id)=0 throw ( CORBA::SystemException, ::PortableInterceptor::InvalidSlot ) |
virtual void | set_slot (::PortableInterceptor::SlotId id, const ::CORBA::Any &data)=0 throw ( CORBA::SystemException, ::PortableInterceptor::InvalidSlot ) |
virtual CORBA::Boolean | _is_a (const char *type_id) |
virtual const char * | _interface_repository_id (void) const |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions | |
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) |
static void | _tao_any_destructor (void *) |
Protected Member Functions | |
Current (void) | |
virtual | ~Current (void) |
Private Member Functions | |
Current (const Current &) | |
void | operator= (const Current &) |
Reimplemented from CORBA::Current.
Reimplemented from CORBA::Current.
PortableInterceptor::Current::Current | ( | void | ) | [protected] |
Reimplemented from CORBA::Current.
PortableInterceptor::Current::~Current | ( | void | ) | [protected, virtual] |
Reimplemented from CORBA::Current.
PortableInterceptor::Current::Current | ( | const Current & | ) | [private] |
PortableInterceptor::Current_ptr PortableInterceptor::Current::_duplicate | ( | Current_ptr | obj | ) | [static] |
const char * PortableInterceptor::Current::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Current.
CORBA::Boolean PortableInterceptor::Current::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from CORBA::Current.
PortableInterceptor::Current_ptr PortableInterceptor::Current::_narrow | ( | CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from CORBA::Current.
static Current_ptr PortableInterceptor::Current::_nil | ( | void | ) | [inline, static] |
Reimplemented from CORBA::Current.
void PortableInterceptor::Current::_tao_any_destructor | ( | void * | ) | [static] |
Reimplemented from CORBA::Object.
void PortableInterceptor::Current::_tao_release | ( | Current_ptr | obj | ) | [static] |
PortableInterceptor::Current_ptr PortableInterceptor::Current::_unchecked_narrow | ( | CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from CORBA::Current.
virtual CORBA::Any* PortableInterceptor::Current::get_slot | ( | ::PortableInterceptor::SlotId | id | ) | throw ( CORBA::SystemException, ::PortableInterceptor::InvalidSlot ) [pure virtual] |
CORBA::Boolean PortableInterceptor::Current::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from CORBA::Current.
void PortableInterceptor::Current::operator= | ( | const Current & | ) | [private] |
virtual void PortableInterceptor::Current::set_slot | ( | ::PortableInterceptor::SlotId | id, | |
const ::CORBA::Any & | data | |||
) | throw ( CORBA::SystemException, ::PortableInterceptor::InvalidSlot ) [pure virtual] |