CORBA::PolicyList Class Reference

#include <Policy_ForwardC.h>

Inheritance diagram for CORBA::PolicyList:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef PolicyList_var _var_type
typedef PolicyList_out _out_type

Public Member Functions

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

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef PolicyList_out CORBA::PolicyList::_out_type
 

Definition at line 134 of file Policy_ForwardC.h.

typedef PolicyList_var CORBA::PolicyList::_var_type
 

Definition at line 133 of file Policy_ForwardC.h.


Constructor & Destructor Documentation

CORBA::PolicyList::PolicyList void   ) 
 

Definition at line 52 of file Policy_ForwardC.cpp.

00053 {}

CORBA::PolicyList::PolicyList CORBA::ULong  max  ) 
 

Definition at line 55 of file Policy_ForwardC.cpp.

References CORBA::Policy_var.

00058   : TAO::unbounded_object_reference_sequence<
00059         CORBA::Policy, CORBA::Policy_var
00060       >
00061     (max)
00062 {}

CORBA::PolicyList::PolicyList CORBA::ULong  max,
CORBA::ULong  length,
Policy_ptr buffer,
CORBA::Boolean  release = false
 

Definition at line 64 of file Policy_ForwardC.cpp.

References CORBA::Policy_ptr, and CORBA::Policy_var.

00070   : TAO::unbounded_object_reference_sequence<
00071         CORBA::Policy, CORBA::Policy_var
00072       >
00073     (max, length, buffer, release)
00074 {}

CORBA::PolicyList::PolicyList const PolicyList  ) 
 

Definition at line 76 of file Policy_ForwardC.cpp.

References CORBA::Policy_var.

00079   : TAO::unbounded_object_reference_sequence<
00080         CORBA::Policy, CORBA::Policy_var
00081       >
00082     (seq)
00083 {}

CORBA::PolicyList::~PolicyList void   ) 
 

Definition at line 85 of file Policy_ForwardC.cpp.

00086 {}


Member Function Documentation

void CORBA::PolicyList::_tao_any_destructor void *   )  [static]
 

Definition at line 88 of file Policy_ForwardC.cpp.

00091 {
00092   PolicyList * _tao_tmp_pointer =
00093     static_cast<PolicyList *> (_tao_void_pointer);
00094   delete _tao_tmp_pointer;
00095 }


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