TAO_AnyTypeCode  2.1.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | Private Types | Static Private Member Functions | Private Attributes
TAO::Unknown_IDL_Type Class Reference

CDR-based Any impl class. More...

#include <Any_Unknown_IDL_Type.h>

Inheritance diagram for TAO::Unknown_IDL_Type:
Inheritance graph
Collaboration diagram for TAO::Unknown_IDL_Type:
Collaboration graph

List of all members.

Public Member Functions

 Unknown_IDL_Type (CORBA::TypeCode_ptr, TAO_InputCDR &cdr)
 Unknown_IDL_Type (CORBA::TypeCode_ptr)
virtual ~Unknown_IDL_Type (void)
virtual CORBA::Boolean marshal_value (TAO_OutputCDR &)
virtual const void * value (void) const
virtual void free_value (void)
virtual TAO_InputCDR_tao_get_cdr (void)
virtual int _tao_byte_order (void) const
virtual void _tao_decode (TAO_InputCDR &)
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
- 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 void _add_ref (void)
virtual void _remove_ref (void)
bool encoded (void) const

Private Types

typedef
ACE_Refcounted_Auto_Ptr
< ACE_Lock, ACE_Lock_Adapter
< TAO_SYNCH_MUTEX > > 
LOCK

Static Private Member Functions

static LOCK const lock_i (void)

Private Attributes

LOCK const lock_
TAO_InputCDR cdr_

Additional Inherited Members

- Public Types inherited from TAO::Any_Impl
typedef void(* _tao_destructor )(void *)
- 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 *)
- 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

CDR-based Any impl class.

Used when demarshaling an Any, and with DII/DSI, and Dynamic Anys.


Member Typedef Documentation

typedef ACE_Refcounted_Auto_Ptr<ACE_Lock, ACE_Lock_Adapter<TAO_SYNCH_MUTEX> > TAO::Unknown_IDL_Type::LOCK
private

Constructor & Destructor Documentation

TAO::Unknown_IDL_Type::Unknown_IDL_Type ( CORBA::TypeCode_ptr  tc,
TAO_InputCDR cdr 
)
TAO::Unknown_IDL_Type::Unknown_IDL_Type ( CORBA::TypeCode_ptr  tc)
TAO::Unknown_IDL_Type::~Unknown_IDL_Type ( void  )
virtual

Member Function Documentation

int TAO::Unknown_IDL_Type::_tao_byte_order ( void  ) const
virtual

Reimplemented from TAO::Any_Impl.

void TAO::Unknown_IDL_Type::_tao_decode ( TAO_InputCDR cdr)
virtual

Reimplemented from TAO::Any_Impl.

TAO_InputCDR & TAO::Unknown_IDL_Type::_tao_get_cdr ( void  )
virtual
void TAO::Unknown_IDL_Type::free_value ( void  )
virtual

Reimplemented from TAO::Any_Impl.

TAO::Unknown_IDL_Type::LOCK const TAO::Unknown_IDL_Type::lock_i ( void  )
staticprivate
CORBA::Boolean TAO::Unknown_IDL_Type::marshal_value ( TAO_OutputCDR cdr)
virtual

Implements TAO::Any_Impl.

CORBA::Boolean TAO::Unknown_IDL_Type::to_abstract_base ( CORBA::AbstractBase_ptr obj) const
virtual

Reimplemented from TAO::Any_Impl.

CORBA::Boolean TAO::Unknown_IDL_Type::to_object ( CORBA::Object_ptr obj) const
virtual

Reimplemented from TAO::Any_Impl.

CORBA::Boolean TAO::Unknown_IDL_Type::to_value ( CORBA::ValueBase *&  val) const
virtual

Reimplemented from TAO::Any_Impl.

const void * TAO::Unknown_IDL_Type::value ( void  ) const
virtual

Member Data Documentation

TAO_InputCDR TAO::Unknown_IDL_Type::cdr_
mutableprivate
LOCK const TAO::Unknown_IDL_Type::lock_
private

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