TAO 3.1.4
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
TAO::bounded_basic_string_sequence< charT, MAX > Class Template Reference

#include <Bounded_Basic_String_Sequence_T.h>

Inheritance diagram for TAO::bounded_basic_string_sequence< charT, MAX >:
Inheritance graph
[legend]
Collaboration diagram for TAO::bounded_basic_string_sequence< charT, MAX >:
Collaboration graph
[legend]

Public Types

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_traitselement_type
 
typedef details::string_const_sequence_element< element_traitsconst_element_type
 
typedef element_type subscript_type
 
typedef const_value_type const_subscript_type
 
typedef details::generic_sequence< value_type, allocation_traits, element_traitsimplementation_type
 

Public Member Functions

 bounded_basic_string_sequence ()
 
 bounded_basic_string_sequence (CORBA::ULong length, value_type *data, CORBA::Boolean release)
 
CORBA::ULong maximum () const
 
CORBA::Boolean release () const
 
CORBA::ULong length () const
 
void length (CORBA::ULong length)
 
const_element_type operator[] (CORBA::ULong i) const
 
element_type operator[] (CORBA::ULong i)
 
const_value_type const * get_buffer () const
 
void replace (CORBA::ULong length, value_type *data, CORBA::Boolean release=false)
 
value_typeget_buffer (CORBA::Boolean orphan=false)
 
void swap (bounded_basic_string_sequence &rhs) noexcept
 

Static Public Member Functions

static value_typeallocbuf (CORBA::ULong maximum)
 
static value_typeallocbuf ()
 
static void freebuf (value_type *buffer)
 

Private Attributes

implementation_type impl_
 

Member Typedef Documentation

◆ allocation_traits

template<typename charT , CORBA::ULong MAX>
typedef details::bounded_reference_allocation_traits<value_type,element_traits,MAX,true> TAO::bounded_basic_string_sequence< charT, MAX >::allocation_traits

◆ character_type

template<typename charT , CORBA::ULong MAX>
typedef charT TAO::bounded_basic_string_sequence< charT, MAX >::character_type

◆ const_element_type

template<typename charT , CORBA::ULong MAX>
typedef details::string_const_sequence_element<element_traits> TAO::bounded_basic_string_sequence< charT, MAX >::const_element_type

◆ const_subscript_type

template<typename charT , CORBA::ULong MAX>
typedef const_value_type TAO::bounded_basic_string_sequence< charT, MAX >::const_subscript_type

◆ const_value_type

template<typename charT , CORBA::ULong MAX>
typedef charT const* TAO::bounded_basic_string_sequence< charT, MAX >::const_value_type

◆ element_traits

template<typename charT , CORBA::ULong MAX>
typedef details::string_traits<charT,true> TAO::bounded_basic_string_sequence< charT, MAX >::element_traits

◆ element_type

template<typename charT , CORBA::ULong MAX>
typedef details::string_sequence_element<element_traits> TAO::bounded_basic_string_sequence< charT, MAX >::element_type

◆ implementation_type

template<typename charT , CORBA::ULong MAX>
typedef details::generic_sequence<value_type, allocation_traits, element_traits> TAO::bounded_basic_string_sequence< charT, MAX >::implementation_type

◆ size_type

template<typename charT , CORBA::ULong MAX>
typedef ::CORBA::ULong TAO::bounded_basic_string_sequence< charT, MAX >::size_type

◆ subscript_type

template<typename charT , CORBA::ULong MAX>
typedef element_type TAO::bounded_basic_string_sequence< charT, MAX >::subscript_type

◆ value_type

template<typename charT , CORBA::ULong MAX>
typedef charT* TAO::bounded_basic_string_sequence< charT, MAX >::value_type

Constructor & Destructor Documentation

◆ bounded_basic_string_sequence() [1/2]

template<typename charT , CORBA::ULong MAX>
TAO::bounded_basic_string_sequence< charT, MAX >::bounded_basic_string_sequence ( )
inline

◆ bounded_basic_string_sequence() [2/2]

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

Member Function Documentation

◆ allocbuf() [1/2]

template<typename charT , CORBA::ULong MAX>
static value_type * TAO::bounded_basic_string_sequence< charT, MAX >::allocbuf ( )
inlinestatic

◆ allocbuf() [2/2]

template<typename charT , CORBA::ULong MAX>
static value_type * TAO::bounded_basic_string_sequence< charT, MAX >::allocbuf ( CORBA::ULong maximum)
inlinestatic

◆ freebuf()

template<typename charT , CORBA::ULong MAX>
static void TAO::bounded_basic_string_sequence< charT, MAX >::freebuf ( value_type * buffer)
inlinestatic

◆ get_buffer() [1/2]

template<typename charT , CORBA::ULong MAX>
const_value_type const * TAO::bounded_basic_string_sequence< charT, MAX >::get_buffer ( ) const
inline

◆ get_buffer() [2/2]

template<typename charT , CORBA::ULong MAX>
value_type * TAO::bounded_basic_string_sequence< charT, MAX >::get_buffer ( CORBA::Boolean orphan = false)
inline

◆ length() [1/2]

template<typename charT , CORBA::ULong MAX>
CORBA::ULong TAO::bounded_basic_string_sequence< charT, MAX >::length ( ) const
inline

◆ length() [2/2]

template<typename charT , CORBA::ULong MAX>
void TAO::bounded_basic_string_sequence< charT, MAX >::length ( CORBA::ULong length)
inline

◆ maximum()

template<typename charT , CORBA::ULong MAX>
CORBA::ULong TAO::bounded_basic_string_sequence< charT, MAX >::maximum ( ) const
inline

◆ operator[]() [1/2]

template<typename charT , CORBA::ULong MAX>
element_type TAO::bounded_basic_string_sequence< charT, MAX >::operator[] ( CORBA::ULong i)
inline

◆ operator[]() [2/2]

template<typename charT , CORBA::ULong MAX>
const_element_type TAO::bounded_basic_string_sequence< charT, MAX >::operator[] ( CORBA::ULong i) const
inline

◆ release()

template<typename charT , CORBA::ULong MAX>
CORBA::Boolean TAO::bounded_basic_string_sequence< charT, MAX >::release ( ) const
inline

◆ replace()

template<typename charT , CORBA::ULong MAX>
void TAO::bounded_basic_string_sequence< charT, MAX >::replace ( CORBA::ULong length,
value_type * data,
CORBA::Boolean release = false )
inline

◆ swap()

template<typename charT , CORBA::ULong MAX>
void TAO::bounded_basic_string_sequence< charT, MAX >::swap ( bounded_basic_string_sequence< charT, MAX > & rhs)
inlinenoexcept

Member Data Documentation

◆ impl_

template<typename charT , CORBA::ULong MAX>
implementation_type TAO::bounded_basic_string_sequence< charT, MAX >::impl_
private

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