TAO 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TAO_AnyTypeCode_Adapter Class Referenceabstract

#include <AnyTypeCode_Adapter.h>

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

Public Member Functions

virtual ~TAO_AnyTypeCode_Adapter ()
 
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
 
- Public Member Functions inherited from ACE_Service_Object
 ACE_Service_Object (ACE_Reactor *=0)
 
virtual ~ACE_Service_Object ()
 
virtual int suspend ()
 
virtual int resume ()
 
- Public Member Functions inherited from ACE_Event_Handler
virtual ~ACE_Event_Handler ()=default
 
virtual ACE_HANDLE get_handle () const
 
virtual void set_handle (ACE_HANDLE)
 
virtual int priority () const
 
virtual void priority (int priority)
 
virtual int handle_input (ACE_HANDLE fd=ACE_INVALID_HANDLE)
 
virtual int handle_output (ACE_HANDLE fd=ACE_INVALID_HANDLE)
 
virtual int handle_exception (ACE_HANDLE fd=ACE_INVALID_HANDLE)
 
virtual int handle_timeout (const ACE_Time_Value &current_time, const void *act=0)
 
virtual int handle_exit (ACE_Process *)
 
virtual int handle_close (ACE_HANDLE handle, ACE_Reactor_Mask close_mask)
 
virtual int handle_signal (int signum, siginfo_t *=0, ucontext_t *=0)
 
virtual int resume_handler ()
 
virtual int handle_qos (ACE_HANDLE=ACE_INVALID_HANDLE)
 
virtual int handle_group_qos (ACE_HANDLE=ACE_INVALID_HANDLE)
 
virtual void reactor (ACE_Reactor *reactor)
 
virtual ACE_Reactorreactor () const
 
virtual ACE_Reactor_Timer_Interfacereactor_timer_interface () const
 
virtual Reference_Count add_reference ()
 
virtual Reference_Count remove_reference ()
 
Reference_Counting_Policyreference_counting_policy ()
 
- Public Member Functions inherited from ACE_Shared_Object
 ACE_Shared_Object ()
 
virtual ~ACE_Shared_Object ()
 
virtual int init (int argc, ACE_TCHAR *argv[])
 
virtual int fini ()
 
virtual int info (ACE_TCHAR **info_string, size_t length=0) const
 

Additional Inherited Members

- Public Types inherited from ACE_Event_Handler
typedef long Reference_Count
 
- Static Public Member Functions inherited from ACE_Event_Handler
static ACE_THR_FUNC_RETURN read_adapter (void *event_handler)
 
static int register_stdin_handler (ACE_Event_Handler *eh, ACE_Reactor *reactor, ACE_Thread_Manager *thr_mgr, int flags=THR_DETACHED)
 
static int remove_stdin_handler (ACE_Reactor *reactor, ACE_Thread_Manager *thr_mgr)
 
- Public Attributes inherited from ACE_Service_Object
 ACE_ALLOC_HOOK_DECLARE
 
- Public Attributes inherited from ACE_Event_Handler
 LO_PRIORITY
 
 HI_PRIORITY
 
 NULL_MASK
 
 READ_MASK
 
 WRITE_MASK
 
 EXCEPT_MASK
 
 ACCEPT_MASK
 
 CONNECT_MASK
 
 TIMER_MASK
 
 QOS_MASK
 
 GROUP_QOS_MASK
 
 SIGNAL_MASK
 
 ALL_EVENTS_MASK
 
 RWE_MASK
 
 DONT_CALL
 
 ACE_EVENT_HANDLER_NOT_RESUMED
 
 ACE_REACTOR_RESUMES_HANDLER
 
 ACE_APPLICATION_RESUMES_HANDLER
 
- Protected Types inherited from ACE_Event_Handler
typedef std::atomic< Reference_CountAtomic_Reference_Count
 
- Protected Member Functions inherited from ACE_Event_Handler
 ACE_Event_Handler (ACE_Reactor *=nullptr, int priority=ACE_Event_Handler::LO_PRIORITY)
 
- Protected Attributes inherited from ACE_Event_Handler
Atomic_Reference_Count reference_count_
 

Constructor & Destructor Documentation

◆ ~TAO_AnyTypeCode_Adapter()

TAO_AnyTypeCode_Adapter::~TAO_AnyTypeCode_Adapter ( )
virtual

Member Function Documentation

◆ insert_into_any() [1/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
ACE_OutputCDR::from_boolean value )
pure virtual

◆ insert_into_any() [2/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
ACE_OutputCDR::from_char value )
pure virtual

◆ insert_into_any() [3/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
ACE_OutputCDR::from_octet value )
pure virtual

◆ insert_into_any() [4/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
ACE_OutputCDR::from_wchar value )
pure virtual

◆ insert_into_any() [5/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const CORBA::BooleanSeq & value )
pure virtual

◆ insert_into_any() [6/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const CORBA::CharSeq & value )
pure virtual

◆ insert_into_any() [7/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const CORBA::DoubleSeq & value )
pure virtual

◆ insert_into_any() [8/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const CORBA::FloatSeq & value )
pure virtual

◆ insert_into_any() [9/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const CORBA::LongDoubleSeq & value )
pure virtual

◆ insert_into_any() [10/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const CORBA::LongLongSeq & value )
pure virtual

◆ insert_into_any() [11/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const CORBA::LongSeq & value )
pure virtual

◆ insert_into_any() [12/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const CORBA::OctetSeq & value )
pure virtual

◆ insert_into_any() [13/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const CORBA::ShortSeq & value )
pure virtual

◆ insert_into_any() [14/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const CORBA::StringSeq & value )
pure virtual

◆ insert_into_any() [15/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const CORBA::ULongLongSeq & value )
pure virtual

◆ insert_into_any() [16/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const CORBA::ULongSeq & value )
pure virtual

◆ insert_into_any() [17/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const CORBA::UShortSeq & value )
pure virtual

◆ insert_into_any() [18/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const CORBA::WCharSeq & value )
pure virtual

◆ insert_into_any() [19/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const CORBA::WStringSeq & value )
pure virtual

◆ insert_into_any() [20/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const std::string & value )
pure virtual

◆ insert_into_any() [21/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
const std::wstring & value )
pure virtual

◆ insert_into_any() [22/34]

virtual ANYTYPECODE__EXCEPTION_LIST void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
CORBA::Char const * mychar )
pure virtual

◆ insert_into_any() [23/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
CORBA::Double value )
pure virtual

◆ insert_into_any() [24/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
CORBA::Float value )
pure virtual

◆ insert_into_any() [25/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
CORBA::Long value )
pure virtual

◆ insert_into_any() [26/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
CORBA::LongDouble value )
pure virtual

◆ insert_into_any() [27/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
CORBA::LongLong value )
pure virtual

◆ insert_into_any() [28/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
CORBA::Policy_ptr * policy )
pure virtual

◆ insert_into_any() [29/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
CORBA::Policy_ptr policy )
pure virtual

◆ insert_into_any() [30/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
CORBA::Short value )
pure virtual

◆ insert_into_any() [31/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
CORBA::ULong value )
pure virtual

◆ insert_into_any() [32/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
CORBA::ULongLong value )
pure virtual

◆ insert_into_any() [33/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
CORBA::UShort value )
pure virtual

◆ insert_into_any() [34/34]

virtual void TAO_AnyTypeCode_Adapter::insert_into_any ( CORBA::Any * any,
CORBA::WChar const * mywchar )
pure virtual

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