TAO  2.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
TAO::bounded_bd_string_sequence< charT, MAX, BD_STR_MAX > Class Template Reference

#include <Bounded_BD_String_Sequence_T.h>

Inheritance diagram for TAO::bounded_bd_string_sequence< charT, MAX, BD_STR_MAX >:
Inheritance graph
Collaboration diagram for TAO::bounded_bd_string_sequence< charT, MAX, BD_STR_MAX >:
Collaboration graph

Public Member Functions

 bounded_bd_string_sequence ()
 
 bounded_bd_string_sequence (CORBA::ULong length, typename bounded_basic_string_sequence< charT, MAX >::value_type *data, CORBA::Boolean release)
 
CORBA::ULong bd_string_maximum () const
 
- Public Member Functions inherited from TAO::bounded_basic_string_sequence< charT, MAX >
 bounded_basic_string_sequence (void)
  More...
 
 bounded_basic_string_sequence (CORBA::ULong length, value_type *data, CORBA::Boolean release)
  More...
 
CORBA::ULong maximum () const
  More...
 
CORBA::Boolean release () const
  More...
 
CORBA::ULong length () const
  More...
 
void length (CORBA::ULong length)
  More...
 
const_element_type operator[] (CORBA::ULong i) const
  More...
 
element_type operator[] (CORBA::ULong i)
  More...
 
const_value_type const * get_buffer () const
  More...
 
void replace (CORBA::ULong length, value_type *data, CORBA::Boolean release=false)
  More...
 
value_typeget_buffer (CORBA::Boolean orphan=false)
  More...
 
void swap (bounded_basic_string_sequence &rhs) throw ()
 

Additional Inherited Members

- Public Types inherited from TAO::bounded_basic_string_sequence< charT, MAX >
typedef charT character_type
 
typedef charT * value_type
 
typedef charT const * const_value_type
 
typedef ::CORBA::ULong size_type
 
typedef details::string_traits
< charT, true > 
element_traits
 
typedef
details::bounded_reference_allocation_traits
< value_type, element_traits,
MAX, true > 
allocation_traits
 
typedef
details::string_sequence_element
< element_traits
element_type
 
typedef
details::string_const_sequence_element
< element_traits
const_element_type
 
typedef element_type subscript_type
 
typedef const_value_type const_subscript_type
 
typedef
details::generic_sequence
< value_type,
allocation_traits,
element_traits
implementation_type
 
- Static Public Member Functions inherited from TAO::bounded_basic_string_sequence< charT, MAX >
static value_typeallocbuf (CORBA::ULong maximum)
 
static value_typeallocbuf ()
 
static void freebuf (value_type *buffer)
 

Constructor & Destructor Documentation

template<typename charT , CORBA::ULong MAX, CORBA::ULong BD_STR_MAX>
TAO::bounded_bd_string_sequence< charT, MAX, BD_STR_MAX >::bounded_bd_string_sequence ( )
inline
template<typename charT , CORBA::ULong MAX, CORBA::ULong BD_STR_MAX>
TAO::bounded_bd_string_sequence< charT, MAX, BD_STR_MAX >::bounded_bd_string_sequence ( CORBA::ULong  length,
typename bounded_basic_string_sequence< charT, MAX >::value_type data,
CORBA::Boolean  release 
)
inline

Member Function Documentation

template<typename charT , CORBA::ULong MAX, CORBA::ULong BD_STR_MAX>
CORBA::ULong TAO::bounded_bd_string_sequence< charT, MAX, BD_STR_MAX >::bd_string_maximum ( ) const
inline

The documentation for this class was generated from the following file: