TAO::bounded_wstring_sequence< MAX > Class Template Reference

#include <Bounded_Wstring_Sequence_T.h>

Inheritance diagram for TAO::bounded_wstring_sequence< MAX >:

Inheritance graph
[legend]
Collaboration diagram for TAO::bounded_wstring_sequence< MAX >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 bounded_wstring_sequence ()
 bounded_wstring_sequence (CORBA::ULong length, CORBA::WChar **data, CORBA::Boolean release=false)

template<CORBA::ULong MAX>
class TAO::bounded_wstring_sequence< MAX >


Constructor & Destructor Documentation

template<CORBA::ULong MAX>
TAO::bounded_wstring_sequence< MAX >::bounded_wstring_sequence  )  [inline]
 

Definition at line 25 of file Bounded_Wstring_Sequence_T.h.

00026     : details::bounded_basic_string_sequence<CORBA::WChar,MAX>()
00027   {}

template<CORBA::ULong MAX>
TAO::bounded_wstring_sequence< MAX >::bounded_wstring_sequence CORBA::ULong  length,
CORBA::WChar **  data,
CORBA::Boolean  release = false
[inline]
 

Definition at line 28 of file Bounded_Wstring_Sequence_T.h.

00032     : details::bounded_basic_string_sequence<CORBA::WChar,MAX>(
00033         length, data, release)
00034   {}


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