IOP::ServiceContextList Class Reference

#include <IOP_IORC.h>

Inheritance diagram for IOP::ServiceContextList:

Inheritance graph
[legend]
Collaboration diagram for IOP::ServiceContextList:

Collaboration graph
[legend]
List of all members.

Public Types

typedef ServiceContextList_var _var_type

Public Member Functions

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

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef ServiceContextList_var IOP::ServiceContextList::_var_type
 

Definition at line 486 of file IOP_IORC.h.


Constructor & Destructor Documentation

IOP::ServiceContextList::ServiceContextList void   ) 
 

Definition at line 317 of file IOP_IORC.cpp.

00318 {}

IOP::ServiceContextList::ServiceContextList CORBA::ULong  max  ) 
 

Definition at line 320 of file IOP_IORC.cpp.

00323   : TAO::unbounded_value_sequence<
00324         ServiceContext
00325       >
00326     (max)
00327 {}

IOP::ServiceContextList::ServiceContextList CORBA::ULong  max,
CORBA::ULong  length,
ServiceContext buffer,
CORBA::Boolean  release = false
 

Definition at line 329 of file IOP_IORC.cpp.

00335   : TAO::unbounded_value_sequence<
00336         ServiceContext
00337       >
00338     (max, length, buffer, release)
00339 {}

IOP::ServiceContextList::ServiceContextList const ServiceContextList  ) 
 

Definition at line 341 of file IOP_IORC.cpp.

00344   : TAO::unbounded_value_sequence<
00345         ServiceContext
00346       >
00347     (seq)
00348 {}

IOP::ServiceContextList::~ServiceContextList void   ) 
 

Definition at line 350 of file IOP_IORC.cpp.

00351 {}


Member Function Documentation

void IOP::ServiceContextList::_tao_any_destructor void *   )  [static]
 

Definition at line 353 of file IOP_IORC.cpp.

00356 {
00357   ServiceContextList * _tao_tmp_pointer =
00358     static_cast<ServiceContextList *> (_tao_void_pointer);
00359   delete _tao_tmp_pointer;
00360 }


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