TAO_DynamicAny 2.0.2
Public Member Functions | Static Public Member Functions | Private Member Functions

TAO_DynAny_i Class Reference

Implementation of the basic Dynamic Any datatype. More...

#include <DynAny_i.h>

Inheritance diagram for TAO_DynAny_i:
Inheritance graph
[legend]
Collaboration diagram for TAO_DynAny_i:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TAO_DynAny_i (void)
 Constructor.
 ~TAO_DynAny_i (void)
 Destructor.
void init (CORBA::TypeCode_ptr tc)
 Initialize using just a TypeCode.
void init (const CORBA::Any &any)
 Initialize using an Any.
virtual void from_any (const CORBA::Any &value)
virtual CORBA::Any * to_any (void)
virtual CORBA::Boolean equal (DynamicAny::DynAny_ptr dyn_any)
virtual void destroy (void)
virtual DynamicAny::DynAny_ptr current_component (void)

Static Public Member Functions

static TAO_DynAny_i_narrow (CORBA::Object_ptr obj)

Private Member Functions

void check_typecode (CORBA::TypeCode_ptr tc)
 Check if the typecode is acceptable.
void set_to_default_value (CORBA::TypeCode_ptr tc)
 Used when we are created from a typecode.
void init_common (void)
 Called by both versions of init().
 TAO_DynAny_i (const TAO_DynAny_i &src)
TAO_DynAny_ioperator= (const TAO_DynAny_i &src)

Detailed Description

Implementation of the basic Dynamic Any datatype.


Constructor & Destructor Documentation

TAO_DynAny_i::TAO_DynAny_i ( void  )

Constructor.

TAO_DynAny_i::~TAO_DynAny_i ( void  )

Destructor.

TAO_DynAny_i::TAO_DynAny_i ( const TAO_DynAny_i src) [private]

Member Function Documentation

TAO_DynAny_i * TAO_DynAny_i::_narrow ( CORBA::Object_ptr  obj) [static]

Reimplemented from CORBA::LocalObject.

void TAO_DynAny_i::check_typecode ( CORBA::TypeCode_ptr  tc) [private]

Check if the typecode is acceptable.

DynamicAny::DynAny_ptr TAO_DynAny_i::current_component ( void  ) [virtual]
void TAO_DynAny_i::destroy ( void  ) [virtual]
CORBA::Boolean TAO_DynAny_i::equal ( DynamicAny::DynAny_ptr  dyn_any) [virtual]
void TAO_DynAny_i::from_any ( const CORBA::Any &  value) [virtual]
void TAO_DynAny_i::init ( const CORBA::Any &  any)

Initialize using an Any.

void TAO_DynAny_i::init ( CORBA::TypeCode_ptr  tc)

Initialize using just a TypeCode.

void TAO_DynAny_i::init_common ( void  ) [private]

Called by both versions of init().

TAO_DynAny_i& TAO_DynAny_i::operator= ( const TAO_DynAny_i src) [private]
void TAO_DynAny_i::set_to_default_value ( CORBA::TypeCode_ptr  tc) [private]

Used when we are created from a typecode.

CORBA::Any_ptr TAO_DynAny_i::to_any ( void  ) [virtual]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines