TAO::unbounded_string_sequence Class Reference

#include <Unbounded_String_Sequence_T.h>

Inheritance diagram for TAO::unbounded_string_sequence:

Inheritance graph
[legend]
Collaboration diagram for TAO::unbounded_string_sequence:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 unbounded_string_sequence ()
 unbounded_string_sequence (CORBA::ULong maximum)
 unbounded_string_sequence (CORBA::ULong maximum, CORBA::ULong length, value_type *data, CORBA::Boolean release=false)

Constructor & Destructor Documentation

TAO::unbounded_string_sequence::unbounded_string_sequence  )  [inline]
 

Definition at line 23 of file Unbounded_String_Sequence_T.h.

00024     : details::unbounded_basic_string_sequence<char>()
00025   {}

TAO::unbounded_string_sequence::unbounded_string_sequence CORBA::ULong  maximum  )  [inline, explicit]
 

Definition at line 26 of file Unbounded_String_Sequence_T.h.

00027     : details::unbounded_basic_string_sequence<char>(maximum)
00028   {}

TAO::unbounded_string_sequence::unbounded_string_sequence CORBA::ULong  maximum,
CORBA::ULong  length,
value_type data,
CORBA::Boolean  release = false
[inline]
 

Definition at line 29 of file Unbounded_String_Sequence_T.h.

00034     : details::unbounded_basic_string_sequence<char>(
00035         maximum, length, data, release)
00036   {}


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