CIAO
1.0.8
|
import "CCM_EnumerationC.h";
Public Types | |
typedef Enumeration * | _ptr_type |
typedef Enumeration_var | _var_type |
typedef Enumeration_out | _out_type |
Public Member Functions | |
boolean | has_more_elements () |
CCMObject | next_element () |
virtual const char * | _tao_obv_repository_id (void) const |
virtual void | _tao_obv_truncatable_repo_ids (Repository_Id_List &) const |
virtual ::CORBA::TypeCode_ptr | _tao_type (void) const |
virtual ::CORBA::Boolean | has_more_elements (void)=0 |
virtual ::Components::CCMObject_ptr | next_element (void)=0 |
Static Public Member Functions | |
static void | _tao_any_destructor (void *) |
static Enumeration * | _downcast (::CORBA::ValueBase *v) |
::CORBA::Boolean | _tao_unmarshal (TAO_InputCDR &strm, Enumeration *&new_object) |
TAO extensions or internals. | |
static const char * | _tao_obv_static_repository_id (void) |
Protected Member Functions | |
Enumeration (void) | |
virtual | ~Enumeration (void) |
Private Member Functions | |
Enumeration (const Enumeration &) | |
void | operator= (const Enumeration &) |
Reimplemented in Components::DefaultEnumeration.
Reimplemented in Components::DefaultEnumeration.
Reimplemented in Components::DefaultEnumeration.
Components::Enumeration::Enumeration | ( | void | ) | [protected] |
Code generated by the The ACE ORB (TAO) IDL Compiler v2.0.8 TAO and the TAO IDL Compiler have been developed by: Center for Distributed Object Computing Washington University St. Louis, MO USA http://www.cs.wustl.edu/~schmidt/doc-center.html and Distributed Object Computing Laboratory University of California at Irvine Irvine, CA USA and Institute for Software Integrated Systems Vanderbilt University Nashville, TN USA http://www.isis.vanderbilt.edu/
Information about TAO is available at: http://www.cs.wustl.edu/~schmidt/TAO.html
Components::Enumeration::~Enumeration | ( | void | ) | [protected, virtual] |
Components::Enumeration::Enumeration | ( | const Enumeration & | ) | [private] |
Components::Enumeration * Components::Enumeration::_downcast | ( | ::CORBA::ValueBase * | v | ) | [static] |
Reimplemented in Components::DefaultEnumeration.
void Components::Enumeration::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [static] |
Reimplemented in Components::DefaultEnumeration.
const char * Components::Enumeration::_tao_obv_repository_id | ( | void | ) | const [virtual] |
Reimplemented in Components::DefaultEnumeration.
const char * Components::Enumeration::_tao_obv_static_repository_id | ( | void | ) | [static] |
Reimplemented in Components::DefaultEnumeration.
void Components::Enumeration::_tao_obv_truncatable_repo_ids | ( | Repository_Id_List & | ids | ) | const [virtual] |
Reimplemented in Components::DefaultEnumeration.
CORBA::TypeCode_ptr Components::Enumeration::_tao_type | ( | void | ) | const |
Reimplemented in Components::DefaultEnumeration.
CORBA::Boolean Components::Enumeration::_tao_unmarshal | ( | TAO_InputCDR & | strm, |
Enumeration *& | new_object | ||
) | [static] |
TAO extensions or internals.
boolean Components::Enumeration::has_more_elements | ( | ) |
virtual ::CORBA::Boolean Components::Enumeration::has_more_elements | ( | void | ) | [pure virtual] |
CCMObject Components::Enumeration::next_element | ( | ) |
virtual ::Components::CCMObject_ptr Components::Enumeration::next_element | ( | void | ) | [pure virtual] |
void Components::Enumeration::operator= | ( | const Enumeration & | ) | [private] |