CORBA::ORB_ObjectIdList Class Reference

#include <ObjectIdListC.h>

Inheritance diagram for CORBA::ORB_ObjectIdList:

Inheritance graph
[legend]
Collaboration diagram for CORBA::ORB_ObjectIdList:

Collaboration graph
[legend]
List of all members.

Public Types

typedef ORB_ObjectIdList_var _var_type

Public Member Functions

 ORB_ObjectIdList (void)
 ORB_ObjectIdList (CORBA::ULong max)
 ORB_ObjectIdList (CORBA::ULong max, CORBA::ULong length, char **buffer, CORBA::Boolean release=false)
 ORB_ObjectIdList (const ORB_ObjectIdList &)
 ~ORB_ObjectIdList (void)

Member Typedef Documentation

typedef ORB_ObjectIdList_var CORBA::ORB_ObjectIdList::_var_type
 

Definition at line 115 of file ObjectIdListC.h.


Constructor & Destructor Documentation

CORBA::ORB_ObjectIdList::ORB_ObjectIdList void   ) 
 

Definition at line 56 of file ObjectIdListC.cpp.

00057 {}

CORBA::ORB_ObjectIdList::ORB_ObjectIdList CORBA::ULong  max  ) 
 

Definition at line 59 of file ObjectIdListC.cpp.

00062   : TAO::unbounded_string_sequence
00063     (max)
00064 {}

CORBA::ORB_ObjectIdList::ORB_ObjectIdList CORBA::ULong  max,
CORBA::ULong  length,
char **  buffer,
CORBA::Boolean  release = false
 

Definition at line 66 of file ObjectIdListC.cpp.

00072   : TAO::unbounded_string_sequence
00073     (max, length, buffer, release)
00074 {}

CORBA::ORB_ObjectIdList::ORB_ObjectIdList const ORB_ObjectIdList  ) 
 

Definition at line 76 of file ObjectIdListC.cpp.

00079   : TAO::unbounded_string_sequence
00080     (seq)
00081 {}

CORBA::ORB_ObjectIdList::~ORB_ObjectIdList void   ) 
 

Definition at line 83 of file ObjectIdListC.cpp.

00084 {}


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 12:24:59 2006 for TAO by doxygen 1.3.6