TAO_AnyTypeCode  2.1.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | Static Public Member Functions | Private Attributes
TAO::Any_Array_Impl_T< T_slice, T_forany > Class Template Reference

Template Any class for array types. More...

#include <Any_Array_Impl_T.h>

Inheritance diagram for TAO::Any_Array_Impl_T< T_slice, T_forany >:
Inheritance graph
Collaboration diagram for TAO::Any_Array_Impl_T< T_slice, T_forany >:
Collaboration graph

List of all members.

Public Member Functions

 Any_Array_Impl_T (_tao_destructor destructor, CORBA::TypeCode_ptr, T_slice *const)
virtual ~Any_Array_Impl_T (void)
virtual CORBA::Boolean marshal_value (TAO_OutputCDR &)
CORBA::Boolean demarshal_value (TAO_InputCDR &)
virtual void _tao_decode (TAO_InputCDR &)
virtual const void * value (void) const
virtual void free_value (void)
- Public Member Functions inherited from TAO::Any_Impl
CORBA::Boolean marshal (TAO_OutputCDR &)
CORBA::TypeCode_ptr type (void) const
CORBA::TypeCode_ptr _tao_get_typecode (void) const
void type (CORBA::TypeCode_ptr)
virtual int _tao_byte_order (void) const
virtual void _add_ref (void)
virtual void _remove_ref (void)
virtual CORBA::Boolean to_object (CORBA::Object_ptr &) const
virtual CORBA::Boolean to_value (CORBA::ValueBase *&) const
virtual CORBA::Boolean to_abstract_base (CORBA::AbstractBase_ptr &) const
bool encoded (void) const

Static Public Member Functions

static void insert (CORBA::Any &, _tao_destructor destructor, CORBA::TypeCode_ptr, T_slice *const)
static CORBA::Boolean extract (const CORBA::Any &, _tao_destructor, CORBA::TypeCode_ptr, T_slice *&)
- Static Public Member Functions inherited from TAO::Any_Impl
static void _tao_any_string_destructor (void *)
 Used to release these CORBA basic types.
static void _tao_any_wstring_destructor (void *)

Private Attributes

T_slice * value_

Additional Inherited Members

- Public Types inherited from TAO::Any_Impl
typedef void(* _tao_destructor )(void *)
- Protected Member Functions inherited from TAO::Any_Impl
 Any_Impl (_tao_destructor, CORBA::TypeCode_ptr, bool encoded=false)
virtual ~Any_Impl (void)
- Protected Attributes inherited from TAO::Any_Impl
TAO::Any_Impl::_tao_destructor value_destructor_
CORBA::TypeCode_ptr type_
bool encoded_

Detailed Description

template<typename T_slice, typename T_forany>
class TAO::Any_Array_Impl_T< T_slice, T_forany >

Template Any class for array types.

Used for arrays


Constructor & Destructor Documentation

template<typename T_slice , typename T_forany >
TAO::Any_Array_Impl_T< T_slice, T_forany >::Any_Array_Impl_T ( _tao_destructor  destructor,
CORBA::TypeCode_ptr  tc,
T_slice * const  val 
)
template<typename T_slice , typename T_forany >
TAO::Any_Array_Impl_T< T_slice, T_forany >::~Any_Array_Impl_T ( void  )
virtual

Member Function Documentation

template<typename T_slice , typename T_forany >
void TAO::Any_Array_Impl_T< T_slice, T_forany >::_tao_decode ( TAO_InputCDR cdr)
virtual

Reimplemented from TAO::Any_Impl.

template<typename T_slice , typename T_forany >
CORBA::Boolean TAO::Any_Array_Impl_T< T_slice, T_forany >::demarshal_value ( TAO_InputCDR cdr)
template<typename T_slice , typename T_forany >
CORBA::Boolean TAO::Any_Array_Impl_T< T_slice, T_forany >::extract ( const CORBA::Any any,
_tao_destructor  destructor,
CORBA::TypeCode_ptr  tc,
T_slice *&  _tao_elem 
)
static
template<typename T_slice , typename T_forany >
void TAO::Any_Array_Impl_T< T_slice, T_forany >::free_value ( void  )
virtual

Reimplemented from TAO::Any_Impl.

template<typename T_slice , typename T_forany >
void TAO::Any_Array_Impl_T< T_slice, T_forany >::insert ( CORBA::Any any,
_tao_destructor  destructor,
CORBA::TypeCode_ptr  tc,
T_slice * const  value 
)
static
template<typename T_slice , typename T_forany >
CORBA::Boolean TAO::Any_Array_Impl_T< T_slice, T_forany >::marshal_value ( TAO_OutputCDR cdr)
virtual

Implements TAO::Any_Impl.

template<typename T_slice , typename T_forany >
const void * TAO::Any_Array_Impl_T< T_slice, T_forany >::value ( void  ) const
virtual

Member Data Documentation

template<typename T_slice , typename T_forany >
T_slice* TAO::Any_Array_Impl_T< T_slice, T_forany >::value_
private

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