IIOP::ListenPointList Class Reference

#include <IIOPC.h>

Inheritance diagram for IIOP::ListenPointList:

Inheritance graph
[legend]
Collaboration diagram for IIOP::ListenPointList:

Collaboration graph
[legend]
List of all members.

Public Types

typedef ListenPointList_var _var_type

Public Member Functions

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

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef ListenPointList_var IIOP::ListenPointList::_var_type
 

Definition at line 140 of file IIOPC.h.


Constructor & Destructor Documentation

IIOP::ListenPointList::ListenPointList void   ) 
 

Definition at line 65 of file IIOPC.cpp.

00066 {}

IIOP::ListenPointList::ListenPointList CORBA::ULong  max  ) 
 

Definition at line 68 of file IIOPC.cpp.

00071   : TAO::unbounded_value_sequence<
00072         ListenPoint
00073       >
00074     (max)
00075 {}

IIOP::ListenPointList::ListenPointList CORBA::ULong  max,
CORBA::ULong  length,
ListenPoint buffer,
CORBA::Boolean  release = false
 

Definition at line 77 of file IIOPC.cpp.

00083   : TAO::unbounded_value_sequence<
00084         ListenPoint
00085       >
00086     (max, length, buffer, release)
00087 {}

IIOP::ListenPointList::ListenPointList const ListenPointList  ) 
 

Definition at line 89 of file IIOPC.cpp.

00092   : TAO::unbounded_value_sequence<
00093         ListenPoint
00094       >
00095     (seq)
00096 {}

IIOP::ListenPointList::~ListenPointList void   ) 
 

Definition at line 98 of file IIOPC.cpp.

00099 {}


Member Function Documentation

void IIOP::ListenPointList::_tao_any_destructor void *   )  [static]
 

Definition at line 101 of file IIOPC.cpp.

00104 {
00105   ListenPointList * _tao_tmp_pointer =
00106     static_cast<ListenPointList *> (_tao_void_pointer);
00107   delete _tao_tmp_pointer;
00108 }


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