Messaging::PolicyValueSeq Class Reference

#include <Messaging_PolicyValueC.h>

Inheritance diagram for Messaging::PolicyValueSeq:

Inheritance graph
[legend]
Collaboration diagram for Messaging::PolicyValueSeq:

Collaboration graph
[legend]
List of all members.

Public Types

typedef PolicyValueSeq_var _var_type

Public Member Functions

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

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef PolicyValueSeq_var Messaging::PolicyValueSeq::_var_type
 

Definition at line 142 of file Messaging_PolicyValueC.h.


Constructor & Destructor Documentation

Messaging::PolicyValueSeq::PolicyValueSeq void   ) 
 

Definition at line 70 of file Messaging_PolicyValueC.cpp.

00071 {}

Messaging::PolicyValueSeq::PolicyValueSeq CORBA::ULong  max  ) 
 

Definition at line 73 of file Messaging_PolicyValueC.cpp.

00076   : TAO::unbounded_value_sequence<
00077         Messaging::PolicyValue
00078       >
00079     (max)
00080 {}

Messaging::PolicyValueSeq::PolicyValueSeq CORBA::ULong  max,
CORBA::ULong  length,
PolicyValue buffer,
CORBA::Boolean  release = false
 

Definition at line 82 of file Messaging_PolicyValueC.cpp.

00088   : TAO::unbounded_value_sequence<
00089         Messaging::PolicyValue
00090       >
00091     (max, length, buffer, release)
00092 {}

Messaging::PolicyValueSeq::PolicyValueSeq const PolicyValueSeq  ) 
 

Definition at line 94 of file Messaging_PolicyValueC.cpp.

00097   : TAO::unbounded_value_sequence<
00098         Messaging::PolicyValue
00099       >
00100     (seq)
00101 {}

Messaging::PolicyValueSeq::~PolicyValueSeq void   ) 
 

Definition at line 103 of file Messaging_PolicyValueC.cpp.

00104 {}


Member Function Documentation

void Messaging::PolicyValueSeq::_tao_any_destructor void *   )  [static]
 

Definition at line 106 of file Messaging_PolicyValueC.cpp.

00109 {
00110   PolicyValueSeq * _tao_tmp_pointer =
00111     static_cast<PolicyValueSeq *> (_tao_void_pointer);
00112   delete _tao_tmp_pointer;
00113 }


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