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

#include <Unbounded_Basic_String_Sequence_T.h>

Inheritance diagram for TAO::unbounded_basic_string_sequence< charT >:
Inheritance graph
[legend]
Collaboration diagram for TAO::unbounded_basic_string_sequence< charT >:
Collaboration graph
[legend]

Public Types

typedef charT character_type
 
typedef character_typevalue_type
 
typedef character_type const * const_value_type
 
typedef ::CORBA::ULong size_type
 
typedef details::string_traits< character_type, true > element_traits
 
typedef details::unbounded_reference_allocation_traits< value_type, element_traits, true > allocation_traits
 
typedef details::string_sequence_element< element_traitselement_type
 
typedef details::string_const_sequence_element< element_traitsconst_element_type
 
typedef details::generic_sequence< value_type, allocation_traits, element_traitsimplementation_type
 
typedef element_type subscript_type
 
typedef const_value_type const_subscript_type
 

Public Member Functions

 unbounded_basic_string_sequence ()
 
 unbounded_basic_string_sequence (CORBA::ULong maximum)
 
 unbounded_basic_string_sequence (CORBA::ULong maximum, 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 maximum, CORBA::ULong length, value_type *data, CORBA::Boolean release=false)
 
value_typeget_buffer (CORBA::Boolean orphan=false)
 
void swap (unbounded_basic_string_sequence &rhs) noexcept
 

Static Public Member Functions

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

Private Attributes

implementation_type impl_
 

Member Typedef Documentation

◆ allocation_traits

template<typename charT >
typedef details::unbounded_reference_allocation_traits<value_type,element_traits,true> TAO::unbounded_basic_string_sequence< charT >::allocation_traits

◆ character_type

template<typename charT >
typedef charT TAO::unbounded_basic_string_sequence< charT >::character_type

◆ const_element_type

template<typename charT >
typedef details::string_const_sequence_element<element_traits> TAO::unbounded_basic_string_sequence< charT >::const_element_type

◆ const_subscript_type

template<typename charT >
typedef const_value_type TAO::unbounded_basic_string_sequence< charT >::const_subscript_type

◆ const_value_type

template<typename charT >
typedef character_type const* TAO::unbounded_basic_string_sequence< charT >::const_value_type

◆ element_traits

template<typename charT >
typedef details::string_traits<character_type,true> TAO::unbounded_basic_string_sequence< charT >::element_traits

◆ element_type

template<typename charT >
typedef details::string_sequence_element<element_traits> TAO::unbounded_basic_string_sequence< charT >::element_type

◆ implementation_type

template<typename charT >
typedef details::generic_sequence<value_type, allocation_traits, element_traits> TAO::unbounded_basic_string_sequence< charT >::implementation_type

◆ size_type

template<typename charT >
typedef ::CORBA::ULong TAO::unbounded_basic_string_sequence< charT >::size_type

◆ subscript_type

template<typename charT >
typedef element_type TAO::unbounded_basic_string_sequence< charT >::subscript_type

◆ value_type

template<typename charT >
typedef character_type* TAO::unbounded_basic_string_sequence< charT >::value_type

Constructor & Destructor Documentation

◆ unbounded_basic_string_sequence() [1/3]

template<typename charT >
TAO::unbounded_basic_string_sequence< charT >::unbounded_basic_string_sequence ( )
inline

◆ unbounded_basic_string_sequence() [2/3]

template<typename charT >
TAO::unbounded_basic_string_sequence< charT >::unbounded_basic_string_sequence ( CORBA::ULong maximum)
inlineexplicit

◆ unbounded_basic_string_sequence() [3/3]

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

Member Function Documentation

◆ allocbuf()

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

◆ freebuf()

template<typename charT >
static void TAO::unbounded_basic_string_sequence< charT >::freebuf ( value_type * buffer)
inlinestatic

◆ get_buffer() [1/2]

template<typename charT >
const_value_type const * TAO::unbounded_basic_string_sequence< charT >::get_buffer ( ) const
inline

◆ get_buffer() [2/2]

template<typename charT >
value_type * TAO::unbounded_basic_string_sequence< charT >::get_buffer ( CORBA::Boolean orphan = false)
inline

◆ length() [1/2]

template<typename charT >
CORBA::ULong TAO::unbounded_basic_string_sequence< charT >::length ( ) const
inline

◆ length() [2/2]

template<typename charT >
void TAO::unbounded_basic_string_sequence< charT >::length ( CORBA::ULong length)
inline

◆ maximum()

template<typename charT >
CORBA::ULong TAO::unbounded_basic_string_sequence< charT >::maximum ( ) const
inline

◆ operator[]() [1/2]

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

◆ operator[]() [2/2]

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

◆ release()

template<typename charT >
CORBA::Boolean TAO::unbounded_basic_string_sequence< charT >::release ( ) const
inline

◆ replace()

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

◆ swap()

template<typename charT >
void TAO::unbounded_basic_string_sequence< charT >::swap ( unbounded_basic_string_sequence< charT > & rhs)
inlinenoexcept

Member Data Documentation

◆ impl_

template<typename charT >
implementation_type TAO::unbounded_basic_string_sequence< charT >::impl_
private

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