TAO_AnyTypeCode 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
TAO::Any_Basic_Impl Class Reference

Non-template class for all the basic types. More...

#include <Any_Basic_Impl.h>

Inheritance diagram for TAO::Any_Basic_Impl:
Inheritance graph
[legend]
Collaboration diagram for TAO::Any_Basic_Impl:
Collaboration graph
[legend]

Public Member Functions

 Any_Basic_Impl (CORBA::TypeCode_ptr, void *value)
 
virtual ~Any_Basic_Impl ()
 
virtual CORBA::Boolean marshal_value (TAO_OutputCDR &)
 
CORBA::Boolean demarshal_value (TAO_InputCDR &)
 
CORBA::Boolean demarshal_value (TAO_InputCDR &, CORBA::Long)
 
virtual void _tao_decode (TAO_InputCDR &)
 
- Public Member Functions inherited from TAO::Any_Impl
CORBA::Boolean marshal (TAO_OutputCDR &)
 
virtual void free_value ()
 
CORBA::TypeCode_ptr type () const
 
CORBA::TypeCode_ptr _tao_get_typecode () const
 
void type (CORBA::TypeCode_ptr)
 
virtual int _tao_byte_order () const
 
virtual void _add_ref ()
 
virtual void _remove_ref ()
 
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 () const
 

Static Public Member Functions

static void insert (CORBA::Any &, CORBA::TypeCode_ptr, const void *)
 
static CORBA::Boolean extract (const CORBA::Any &, CORBA::TypeCode_ptr, void *)
 
static Any_Basic_Implcreate_empty (CORBA::TypeCode_ptr)
 
- 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 *)
 

Static Private Member Functions

static void assign_value (void *, Any_Basic_Impl *)
 
static void assign_value (void *, Any_Basic_Impl *, CORBA::Long tck)
 

Private Attributes

CORBA::Long kind_
 
union { 
 
   CORBA::Short   s 
 
   CORBA::UShort   us 
 
   CORBA::Long   l 
 
   CORBA::ULong   ul 
 
   CORBA::Float   f 
 
   CORBA::Double   d 
 
   CORBA::Boolean   b 
 
   CORBA::Char   c 
 
   CORBA::Octet   o 
 
   CORBA::LongLong   ll 
 
   CORBA::ULongLong   ull 
 
   CORBA::LongDouble   ld 
 
   CORBA::WChar   wc 
 
u_ 
 

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 ()
 
- Protected Attributes inherited from TAO::Any_Impl
TAO::Any_Impl::_tao_destructor value_destructor_
 
CORBA::TypeCode_ptr type_
 
bool encoded_
 

Detailed Description

Non-template class for all the basic types.

Constructor & Destructor Documentation

◆ Any_Basic_Impl()

TAO::Any_Basic_Impl::Any_Basic_Impl ( CORBA::TypeCode_ptr tc,
void * value )

◆ ~Any_Basic_Impl()

TAO::Any_Basic_Impl::~Any_Basic_Impl ( )
virtual

Member Function Documentation

◆ _tao_decode()

void TAO::Any_Basic_Impl::_tao_decode ( TAO_InputCDR & cdr)
virtual

Reimplemented from TAO::Any_Impl.

◆ assign_value() [1/2]

void TAO::Any_Basic_Impl::assign_value ( void * dest,
Any_Basic_Impl * src )
staticprivate

◆ assign_value() [2/2]

void TAO::Any_Basic_Impl::assign_value ( void * dest,
Any_Basic_Impl * src,
CORBA::Long tck )
staticprivate

◆ create_empty()

Any_Basic_Impl * TAO::Any_Basic_Impl::create_empty ( CORBA::TypeCode_ptr tc)
static

◆ demarshal_value() [1/2]

CORBA::Boolean TAO::Any_Basic_Impl::demarshal_value ( TAO_InputCDR & cdr)

◆ demarshal_value() [2/2]

CORBA::Boolean TAO::Any_Basic_Impl::demarshal_value ( TAO_InputCDR & cdr,
CORBA::Long tck )

◆ extract()

CORBA::Boolean TAO::Any_Basic_Impl::extract ( const CORBA::Any & any,
CORBA::TypeCode_ptr tc,
void * _tao_elem )
static

◆ insert()

void TAO::Any_Basic_Impl::insert ( CORBA::Any & any,
CORBA::TypeCode_ptr tc,
const void * value )
static

◆ marshal_value()

CORBA::Boolean TAO::Any_Basic_Impl::marshal_value ( TAO_OutputCDR & cdr)
virtual

Implements TAO::Any_Impl.

Member Data Documentation

◆ b

CORBA::Boolean TAO::Any_Basic_Impl::b

◆ c

CORBA::Char TAO::Any_Basic_Impl::c

◆ d

CORBA::Double TAO::Any_Basic_Impl::d

◆ f

CORBA::Float TAO::Any_Basic_Impl::f

◆ kind_

CORBA::Long TAO::Any_Basic_Impl::kind_
private

◆ l

CORBA::Long TAO::Any_Basic_Impl::l

◆ ld

CORBA::LongDouble TAO::Any_Basic_Impl::ld

◆ ll

CORBA::LongLong TAO::Any_Basic_Impl::ll

◆ o

CORBA::Octet TAO::Any_Basic_Impl::o

◆ s

CORBA::Short TAO::Any_Basic_Impl::s

◆ [union]

union { ... } TAO::Any_Basic_Impl::u_

◆ ul

CORBA::ULong TAO::Any_Basic_Impl::ul

◆ ull

CORBA::ULongLong TAO::Any_Basic_Impl::ull

◆ us

CORBA::UShort TAO::Any_Basic_Impl::us

◆ wc

CORBA::WChar TAO::Any_Basic_Impl::wc

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