TAO  2.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
TAO_AnyTypeCode_Adapter Class Referenceabstract

#include <AnyTypeCode_Adapter.h>

Inheritance diagram for TAO_AnyTypeCode_Adapter:
Inheritance graph
Collaboration diagram for TAO_AnyTypeCode_Adapter:
Collaboration graph

Public Member Functions

virtual ~TAO_AnyTypeCode_Adapter (void)
 
virtual
ANYTYPECODE__EXCEPTION_LIST
void 
insert_into_any (CORBA::Any *any, CORBA::Char const *mychar)=0
 
virtual void insert_into_any (CORBA::Any *any, CORBA::WChar const *mywchar)=0
 
virtual void insert_into_any (CORBA::Any *any, const std::string &value)=0
 
virtual void insert_into_any (CORBA::Any *any, const std::wstring &value)=0
 
virtual void insert_into_any (CORBA::Any *any, CORBA::Policy_ptr policy)=0
 
virtual void insert_into_any (CORBA::Any *any, CORBA::Policy_ptr *policy)=0
 
virtual void insert_into_any (CORBA::Any *any, CORBA::ULong value)=0
 
virtual void insert_into_any (CORBA::Any *any, CORBA::Long value)=0
 
virtual void insert_into_any (CORBA::Any *any, CORBA::Short value)=0
 
virtual void insert_into_any (CORBA::Any *any, CORBA::UShort value)=0
 
virtual void insert_into_any (CORBA::Any *any, CORBA::Float value)=0
 
virtual void insert_into_any (CORBA::Any *any, CORBA::Double value)=0
 
virtual void insert_into_any (CORBA::Any *any, CORBA::LongLong value)=0
 
virtual void insert_into_any (CORBA::Any *any, CORBA::ULongLong value)=0
 
virtual void insert_into_any (CORBA::Any *any, CORBA::LongDouble value)=0
 
virtual void insert_into_any (CORBA::Any *any, ACE_OutputCDR::from_wchar value)=0
 
virtual void insert_into_any (CORBA::Any *any, ACE_OutputCDR::from_char value)=0
 
virtual void insert_into_any (CORBA::Any *any, ACE_OutputCDR::from_octet value)=0
 
virtual void insert_into_any (CORBA::Any *any, ACE_OutputCDR::from_boolean value)=0
 
virtual void insert_into_any (CORBA::Any *any, const CORBA::BooleanSeq &value)=0
 
virtual void insert_into_any (CORBA::Any *any, const CORBA::OctetSeq &value)=0
 
virtual void insert_into_any (CORBA::Any *any, const CORBA::CharSeq &value)=0
 
virtual void insert_into_any (CORBA::Any *any, const CORBA::WCharSeq &value)=0
 
virtual void insert_into_any (CORBA::Any *any, const CORBA::ShortSeq &value)=0
 
virtual void insert_into_any (CORBA::Any *any, const CORBA::UShortSeq &value)=0
 
virtual void insert_into_any (CORBA::Any *any, const CORBA::LongSeq &value)=0
 
virtual void insert_into_any (CORBA::Any *any, const CORBA::ULongSeq &value)=0
 
virtual void insert_into_any (CORBA::Any *any, const CORBA::LongLongSeq &value)=0
 
virtual void insert_into_any (CORBA::Any *any, const CORBA::ULongLongSeq &value)=0
 
virtual void insert_into_any (CORBA::Any *any, const CORBA::FloatSeq &value)=0
 
virtual void insert_into_any (CORBA::Any *any, const CORBA::DoubleSeq &value)=0
 
virtual void insert_into_any (CORBA::Any *any, const CORBA::LongDoubleSeq &value)=0
 
virtual void insert_into_any (CORBA::Any *any, const CORBA::StringSeq &value)=0
 
virtual void insert_into_any (CORBA::Any *any, const CORBA::WStringSeq &value)=0
 

Constructor & Destructor Documentation

TAO_AnyTypeCode_Adapter::~TAO_AnyTypeCode_Adapter ( void  )
virtual

Member Function Documentation

virtual ANYTYPECODE__EXCEPTION_LIST void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
CORBA::Char const *  mychar 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
CORBA::WChar const *  mywchar 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const std::string &  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const std::wstring &  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
CORBA::Policy_ptr  policy 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
CORBA::Policy_ptr policy 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
CORBA::ULong  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
CORBA::Long  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
CORBA::Short  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
CORBA::UShort  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
CORBA::Float  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
CORBA::Double  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
CORBA::LongLong  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
CORBA::ULongLong  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
CORBA::LongDouble  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
ACE_OutputCDR::from_wchar  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
ACE_OutputCDR::from_char  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
ACE_OutputCDR::from_octet  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
ACE_OutputCDR::from_boolean  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const CORBA::BooleanSeq &  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const CORBA::OctetSeq &  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const CORBA::CharSeq &  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const CORBA::WCharSeq &  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const CORBA::ShortSeq &  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const CORBA::UShortSeq &  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const CORBA::LongSeq &  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const CORBA::ULongSeq &  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const CORBA::LongLongSeq &  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const CORBA::ULongLongSeq &  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const CORBA::FloatSeq &  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const CORBA::DoubleSeq &  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const CORBA::LongDoubleSeq &  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const CORBA::StringSeq &  value 
)
pure virtual
virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any *  any,
const CORBA::WStringSeq &  value 
)
pure virtual

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