|
TAO_RTCORBA
2.0.3
|
#include <RTCORBAC.h>

Public Types | |
| typedef ThreadpoolPolicy_ptr | _ptr_type |
| typedef ThreadpoolPolicy_var | _var_type |
| typedef ThreadpoolPolicy_out | _out_type |
Public Member Functions | |
| virtual ::RTCORBA::ThreadpoolId | threadpool (void)=0 |
| virtual ::CORBA::Policy_ptr | copy (void)=0 |
| virtual void | destroy (void)=0 |
| virtual ::CORBA::Boolean | _is_a (const char *type_id) |
| virtual const char * | _interface_repository_id (void) const |
| virtual ::CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions | |
| static void | _tao_any_destructor (void *) |
| static ThreadpoolPolicy_ptr | _duplicate (ThreadpoolPolicy_ptr obj) |
| static void | _tao_release (ThreadpoolPolicy_ptr obj) |
| static ThreadpoolPolicy_ptr | _narrow (::CORBA::Object_ptr obj) |
| static ThreadpoolPolicy_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
| static ThreadpoolPolicy_ptr | _nil (void) |
Protected Member Functions | |
| ThreadpoolPolicy (void) | |
| virtual | ~ThreadpoolPolicy (void) |
Private Member Functions | |
| ThreadpoolPolicy (const ThreadpoolPolicy &) | |
| void | operator= (const ThreadpoolPolicy &) |
| typedef ThreadpoolPolicy_out RTCORBA::ThreadpoolPolicy::_out_type |
| typedef ThreadpoolPolicy_ptr RTCORBA::ThreadpoolPolicy::_ptr_type |
| typedef ThreadpoolPolicy_var RTCORBA::ThreadpoolPolicy::_var_type |
| RTCORBA::ThreadpoolPolicy::ThreadpoolPolicy | ( | void | ) | [protected] |
| RTCORBA::ThreadpoolPolicy::~ThreadpoolPolicy | ( | void | ) | [protected, virtual] |
| RTCORBA::ThreadpoolPolicy::ThreadpoolPolicy | ( | const ThreadpoolPolicy & | ) | [private] |
| RTCORBA::ThreadpoolPolicy_ptr RTCORBA::ThreadpoolPolicy::_duplicate | ( | ThreadpoolPolicy_ptr | obj | ) | [static] |
| const char * RTCORBA::ThreadpoolPolicy::_interface_repository_id | ( | void | ) | const [virtual] |
| CORBA::Boolean RTCORBA::ThreadpoolPolicy::_is_a | ( | const char * | type_id | ) |
| RTCORBA::ThreadpoolPolicy_ptr RTCORBA::ThreadpoolPolicy::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
| RTCORBA::ThreadpoolPolicy_ptr RTCORBA::ThreadpoolPolicy::_nil | ( | void | ) | [static] |
| void RTCORBA::ThreadpoolPolicy::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [static] |
| void RTCORBA::ThreadpoolPolicy::_tao_release | ( | ThreadpoolPolicy_ptr | obj | ) | [static] |
| RTCORBA::ThreadpoolPolicy_ptr RTCORBA::ThreadpoolPolicy::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
| virtual ::CORBA::Policy_ptr RTCORBA::ThreadpoolPolicy::copy | ( | void | ) | [pure virtual] |
Implemented in TAO_ThreadpoolPolicy.
| virtual void RTCORBA::ThreadpoolPolicy::destroy | ( | void | ) | [pure virtual] |
Implemented in TAO_ThreadpoolPolicy.
| void RTCORBA::ThreadpoolPolicy::operator= | ( | const ThreadpoolPolicy & | ) | [private] |
| virtual ::RTCORBA::ThreadpoolId RTCORBA::ThreadpoolPolicy::threadpool | ( | void | ) | [pure virtual] |
Implemented in TAO_ThreadpoolPolicy.
1.7.6.1