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_value_sequence< T, MAX, Tag > Class Template Reference

#include <Bounded_Value_Sequence_T.h>

Collaboration diagram for TAO::bounded_value_sequence< T, MAX, Tag >:
Collaboration graph
[legend]

Public Types

typedef T value_type
 
typedef T element_type
 
typedef T const const_value_type
 
typedef value_typesubscript_type
 
typedef value_type const & const_subscript_type
 
typedef ::CORBA::ULong size_type
 
typedef details::bounded_value_allocation_traits< value_type, MAX, true > allocation_traits
 
typedef details::value_traits< value_type, true > element_traits
 
typedef details::generic_sequence< value_type, allocation_traits, element_traitsimplementation_type
 

Public Member Functions

 bounded_value_sequence ()
 
 bounded_value_sequence (CORBA::ULong length, value_type *data, CORBA::Boolean release=false)
 
CORBA::ULong maximum () const
 
CORBA::Boolean release () const
 
CORBA::ULong length () const
 
void length (CORBA::ULong length)
 
value_type const & operator[] (CORBA::ULong i) const
 
value_typeoperator[] (CORBA::ULong i)
 
void replace (CORBA::ULong length, value_type *data, CORBA::Boolean release=false)
 
value_type const * get_buffer () const
 
value_typeget_buffer (CORBA::Boolean orphan=false)
 
void swap (bounded_value_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<class T , CORBA::ULong MAX, class Tag = int>
typedef details::bounded_value_allocation_traits<value_type,MAX,true> TAO::bounded_value_sequence< T, MAX, Tag >::allocation_traits

◆ const_subscript_type

template<class T , CORBA::ULong MAX, class Tag = int>
typedef value_type const& TAO::bounded_value_sequence< T, MAX, Tag >::const_subscript_type

◆ const_value_type

template<class T , CORBA::ULong MAX, class Tag = int>
typedef T const TAO::bounded_value_sequence< T, MAX, Tag >::const_value_type

◆ element_traits

template<class T , CORBA::ULong MAX, class Tag = int>
typedef details::value_traits<value_type,true> TAO::bounded_value_sequence< T, MAX, Tag >::element_traits

◆ element_type

template<class T , CORBA::ULong MAX, class Tag = int>
typedef T TAO::bounded_value_sequence< T, MAX, Tag >::element_type

◆ implementation_type

template<class T , CORBA::ULong MAX, class Tag = int>
typedef details::generic_sequence<value_type, allocation_traits, element_traits> TAO::bounded_value_sequence< T, MAX, Tag >::implementation_type

◆ size_type

template<class T , CORBA::ULong MAX, class Tag = int>
typedef ::CORBA::ULong TAO::bounded_value_sequence< T, MAX, Tag >::size_type

◆ subscript_type

template<class T , CORBA::ULong MAX, class Tag = int>
typedef value_type& TAO::bounded_value_sequence< T, MAX, Tag >::subscript_type

◆ value_type

template<class T , CORBA::ULong MAX, class Tag = int>
typedef T TAO::bounded_value_sequence< T, MAX, Tag >::value_type

Constructor & Destructor Documentation

◆ bounded_value_sequence() [1/2]

template<class T , CORBA::ULong MAX, class Tag = int>
TAO::bounded_value_sequence< T, MAX, Tag >::bounded_value_sequence ( )
inline

◆ bounded_value_sequence() [2/2]

template<class T , CORBA::ULong MAX, class Tag = int>
TAO::bounded_value_sequence< T, MAX, Tag >::bounded_value_sequence ( CORBA::ULong length,
value_type * data,
CORBA::Boolean release = false )
inline

Member Function Documentation

◆ allocbuf() [1/2]

template<class T , CORBA::ULong MAX, class Tag = int>
static value_type * TAO::bounded_value_sequence< T, MAX, Tag >::allocbuf ( )
inlinestatic

◆ allocbuf() [2/2]

template<class T , CORBA::ULong MAX, class Tag = int>
static value_type * TAO::bounded_value_sequence< T, MAX, Tag >::allocbuf ( CORBA::ULong maximum)
inlinestatic

◆ freebuf()

template<class T , CORBA::ULong MAX, class Tag = int>
static void TAO::bounded_value_sequence< T, MAX, Tag >::freebuf ( value_type * buffer)
inlinestatic

◆ get_buffer() [1/2]

template<class T , CORBA::ULong MAX, class Tag = int>
value_type const * TAO::bounded_value_sequence< T, MAX, Tag >::get_buffer ( ) const
inline

◆ get_buffer() [2/2]

template<class T , CORBA::ULong MAX, class Tag = int>
value_type * TAO::bounded_value_sequence< T, MAX, Tag >::get_buffer ( CORBA::Boolean orphan = false)
inline

◆ length() [1/2]

template<class T , CORBA::ULong MAX, class Tag = int>
CORBA::ULong TAO::bounded_value_sequence< T, MAX, Tag >::length ( ) const
inline

◆ length() [2/2]

template<class T , CORBA::ULong MAX, class Tag = int>
void TAO::bounded_value_sequence< T, MAX, Tag >::length ( CORBA::ULong length)
inline

◆ maximum()

template<class T , CORBA::ULong MAX, class Tag = int>
CORBA::ULong TAO::bounded_value_sequence< T, MAX, Tag >::maximum ( ) const
inline

◆ operator[]() [1/2]

template<class T , CORBA::ULong MAX, class Tag = int>
value_type & TAO::bounded_value_sequence< T, MAX, Tag >::operator[] ( CORBA::ULong i)
inline

◆ operator[]() [2/2]

template<class T , CORBA::ULong MAX, class Tag = int>
value_type const & TAO::bounded_value_sequence< T, MAX, Tag >::operator[] ( CORBA::ULong i) const
inline

◆ release()

template<class T , CORBA::ULong MAX, class Tag = int>
CORBA::Boolean TAO::bounded_value_sequence< T, MAX, Tag >::release ( ) const
inline

◆ replace()

template<class T , CORBA::ULong MAX, class Tag = int>
void TAO::bounded_value_sequence< T, MAX, Tag >::replace ( CORBA::ULong length,
value_type * data,
CORBA::Boolean release = false )
inline

◆ swap()

template<class T , CORBA::ULong MAX, class Tag = int>
void TAO::bounded_value_sequence< T, MAX, Tag >::swap ( bounded_value_sequence< T, MAX, Tag > & rhs)
inlinenoexcept

Member Data Documentation

◆ impl_

template<class T , CORBA::ULong MAX, class Tag = int>
implementation_type TAO::bounded_value_sequence< T, MAX, Tag >::impl_
private

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