#include <Messaging_PolicyValueC.h>
Inheritance diagram for Messaging::PolicyValueSeq:


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 *) |
|
|
Definition at line 142 of file Messaging_PolicyValueC.h. |
|
|
Definition at line 70 of file Messaging_PolicyValueC.cpp.
00071 {}
|
|
|
Definition at line 73 of file Messaging_PolicyValueC.cpp.
00076 : TAO::unbounded_value_sequence< 00077 Messaging::PolicyValue 00078 > 00079 (max) 00080 {} |
|
||||||||||||||||||||
|
Definition at line 82 of file Messaging_PolicyValueC.cpp.
00088 : TAO::unbounded_value_sequence< 00089 Messaging::PolicyValue 00090 > 00091 (max, length, buffer, release) 00092 {} |
|
|
Definition at line 94 of file Messaging_PolicyValueC.cpp.
00097 : TAO::unbounded_value_sequence< 00098 Messaging::PolicyValue 00099 > 00100 (seq) 00101 {} |
|
|
Definition at line 103 of file Messaging_PolicyValueC.cpp.
00104 {}
|
|
|
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 }
|
1.3.6