|
| TAO_DynValue_i (CORBA::Boolean allow_truncation=true) |
| Constructor.
|
|
| ~TAO_DynValue_i (void) |
| Destructor.
|
|
void | init (const CORBA::Any &any) |
| Initialize using an Any.
|
|
void | init (CORBA::TypeCode_ptr tc, TAO_InputCDR &in) |
| Initialize using a TypeCode and an input stream.
|
|
void | init (CORBA::TypeCode_ptr tc) |
| Initialize using just a TypeCode.
|
|
virtual DynamicAny::FieldName | current_member_name (void) |
|
virtual CORBA::TCKind | current_member_kind (void) |
|
virtual
DynamicAny::NameValuePairSeq * | get_members (void) |
|
virtual void | set_members (const DynamicAny::NameValuePairSeq &value) |
|
virtual
DynamicAny::NameDynAnyPairSeq * | get_members_as_dyn_any (void) |
|
virtual void | set_members_as_dyn_any (const DynamicAny::NameDynAnyPairSeq &value) |
|
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) |
|
virtual void | insert_val (CORBA::ValueBase *value) |
|
virtual CORBA::ValueBase * | get_val (void) |
|
virtual void | set_to_value (void) |
|
| TAO_DynValueCommon_i (CORBA::Boolean allow_truncation=true) |
| Constructor.
|
|
| ~TAO_DynValueCommon_i (void) |
| Destructor.
|
|
void | init_common (void) |
| Called by DynValue and DynValueBox init() functions.
|
|
virtual CORBA::Boolean | is_null (void) |
|
virtual void | set_to_null (void) |
|
| TAO_DynAny_i (CORBA::Boolean allow_truncation=true) |
| 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.
|
|
| TAO_DynCommon (CORBA::Boolean allow_truncation) |
| Constructor.
|
|
virtual | ~TAO_DynCommon (void) |
| Destructor.
|
|
virtual CORBA::TypeCode_ptr | type (void) |
|
virtual void | assign (DynamicAny::DynAny_ptr dyn_any) |
|
virtual void | insert_boolean (CORBA::Boolean value) |
|
virtual void | insert_octet (CORBA::Octet value) |
|
virtual void | insert_char (CORBA::Char value) |
|
virtual void | insert_short (CORBA::Short value) |
|
virtual void | insert_ushort (CORBA::UShort value) |
|
virtual void | insert_long (CORBA::Long value) |
|
virtual void | insert_ulong (CORBA::ULong value) |
|
virtual void | insert_float (CORBA::Float value) |
|
virtual void | insert_double (CORBA::Double value) |
|
virtual void | insert_string (const char *value) |
|
virtual void | insert_reference (CORBA::Object_ptr value) |
|
virtual void | insert_typecode (CORBA::TypeCode_ptr value) |
|
virtual void | insert_longlong (CORBA::LongLong value) |
|
virtual void | insert_ulonglong (CORBA::ULongLong value) |
|
virtual void | insert_longdouble (CORBA::LongDouble value) |
|
virtual void | insert_wchar (CORBA::WChar value) |
|
virtual void | insert_wstring (const CORBA::WChar *value) |
|
virtual void | insert_any (const CORBA::Any &value) |
|
virtual void | insert_dyn_any (DynamicAny::DynAny_ptr value) |
|
virtual CORBA::Boolean | get_boolean (void) |
|
virtual CORBA::Octet | get_octet (void) |
|
virtual CORBA::Char | get_char (void) |
|
virtual CORBA::Short | get_short (void) |
|
virtual CORBA::UShort | get_ushort (void) |
|
virtual CORBA::Long | get_long (void) |
|
virtual CORBA::ULong | get_ulong (void) |
|
virtual CORBA::Float | get_float (void) |
|
virtual CORBA::Double | get_double (void) |
|
virtual char * | get_string (void) |
|
virtual CORBA::Object_ptr | get_reference (void) |
|
virtual CORBA::TypeCode_ptr | get_typecode (void) |
|
virtual CORBA::LongLong | get_longlong (void) |
|
virtual CORBA::ULongLong | get_ulonglong (void) |
|
virtual CORBA::LongDouble | get_longdouble (void) |
|
virtual CORBA::WChar | get_wchar (void) |
|
virtual CORBA::WChar * | get_wstring (void) |
|
virtual CORBA::Any * | get_any (void) |
|
virtual DynamicAny::DynAny_ptr | get_dyn_any (void) |
|
virtual CORBA::Boolean | seek (CORBA::Long index) |
|
virtual void | rewind (void) |
|
virtual CORBA::Boolean | next (void) |
|
virtual DynamicAny::DynAny_ptr | copy (void) |
|
virtual CORBA::ULong | component_count (void) |
|
virtual void | insert_abstract (CORBA::AbstractBase_ptr value) |
|
virtual CORBA::AbstractBase_ptr | get_abstract (void) |
|
virtual void | insert_boolean_seq (const CORBA::BooleanSeq &value) |
|
virtual void | insert_octet_seq (const CORBA::OctetSeq &value) |
|
virtual void | insert_char_seq (const CORBA::CharSeq &value) |
|
virtual void | insert_short_seq (const CORBA::ShortSeq &value) |
|
virtual void | insert_ushort_seq (const CORBA::UShortSeq &value) |
|
virtual void | insert_long_seq (const CORBA::LongSeq &value) |
|
virtual void | insert_ulong_seq (const CORBA::ULongSeq &value) |
|
virtual void | insert_float_seq (const CORBA::FloatSeq &value) |
|
virtual void | insert_double_seq (const CORBA::DoubleSeq &value) |
|
virtual void | insert_longlong_seq (const CORBA::LongLongSeq &value) |
|
virtual void | insert_ulonglong_seq (const CORBA::ULongLongSeq &value) |
|
virtual void | insert_longdouble_seq (const CORBA::LongDoubleSeq &value) |
|
virtual void | insert_wchar_seq (const CORBA::WCharSeq &value) |
|
virtual CORBA::BooleanSeq * | get_boolean_seq (void) |
|
virtual CORBA::OctetSeq * | get_octet_seq (void) |
|
virtual CORBA::CharSeq * | get_char_seq (void) |
|
virtual CORBA::ShortSeq * | get_short_seq (void) |
|
virtual CORBA::UShortSeq * | get_ushort_seq (void) |
|
virtual CORBA::LongSeq * | get_long_seq (void) |
|
virtual CORBA::ULongSeq * | get_ulong_seq (void) |
|
virtual CORBA::FloatSeq * | get_float_seq (void) |
|
virtual CORBA::DoubleSeq * | get_double_seq (void) |
|
virtual CORBA::LongLongSeq * | get_longlong_seq (void) |
|
virtual CORBA::ULongLongSeq * | get_ulonglong_seq (void) |
|
virtual CORBA::LongDoubleSeq * | get_longdouble_seq (void) |
|
virtual CORBA::WCharSeq * | get_wchar_seq (void) |
|
void | set_flag (DynamicAny::DynAny_ptr component, CORBA::Boolean destroying) |
|
DynamicAny::DynAny_ptr | check_component (CORBA::Boolean isValueType=false) |
|
void | check_type (CORBA::TypeCode_ptr tc) |
|
CORBA::Boolean | has_components (void) const |
|
CORBA::Boolean | destroyed (void) const |
|
CORBA::Any & | the_any (void) |
|
void | container_is_destroying (CORBA::Boolean val) |
|
void | ref_to_component (CORBA::Boolean val) |
|
virtual | ~LocalObject (void) |
|
virtual CORBA::Boolean | _non_existent (void) |
|
virtual char * | _repository_id (void) |
|
virtual CORBA::InterfaceDef_ptr | _get_interface (void) |
|
virtual CORBA::Object_ptr | _get_component (void) |
|
virtual void | _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::Request_ptr &request, CORBA::Flags req_flags) |
|
virtual void | _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::ExceptionList_ptr exclist, CORBA::ContextList_ptr ctxtlist, CORBA::Request_ptr &request, CORBA::Flags req_flags) |
|
virtual CORBA::Request_ptr | _request (const char *operation) |
|
CORBA::Policy_ptr | _get_policy (CORBA::PolicyType type) |
|
CORBA::Policy_ptr | _get_cached_policy (TAO_Cached_Policy_Type type) |
|
CORBA::Object_ptr | _set_policy_overrides (const CORBA::PolicyList &policies, CORBA::SetOverrideType set_add) |
|
CORBA::PolicyList * | _get_policy_overrides (const CORBA::PolicyTypeSeq &types) |
|
CORBA::Boolean | _validate_connection (CORBA::PolicyList_out inconsistent_policies) |
|
virtual CORBA::ULong | _hash (CORBA::ULong maximum) |
|
virtual CORBA::Boolean | _is_equivalent (CORBA::Object_ptr other_obj) |
|
virtual CORBA::ORB_ptr | _get_orb (void) |
|
virtual TAO::ObjectKey * | _key (void) |
|
virtual | ~Object (void) |
|
virtual TAO_Abstract_ServantBase * | _servant (void) const |
|
virtual CORBA::Boolean | _is_collocated (void) const |
|
virtual CORBA::Boolean | _is_local (void) const |
|
| Object (TAO_Stub *p, CORBA::Boolean collocated=false, TAO_Abstract_ServantBase *servant=0, TAO_ORB_Core *orb_core=0) |
|
| Object (IOP::IOR *ior, TAO_ORB_Core *orb_core) |
|
virtual TAO_Stub * | _stubobj (void) const |
|
virtual TAO_Stub * | _stubobj (void) |
|
virtual void | _proxy_broker (TAO::Object_Proxy_Broker *proxy_broker) |
|
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
|
CORBA::Boolean | is_evaluated (void) const |
|
TAO_ORB_Core * | orb_core (void) const |
|
IOP::IOR * | steal_ior (void) |
|
const IOP::IOR & | ior (void) const |
|
virtual bool | can_convert_to_ior (void) const |
|
virtual char * | convert_to_ior (bool use_omg_ior_format, const char *ior_prefix) const |
|
void | _decr_refcount (void) |
|
virtual void | _add_ref (void) |
|
virtual void | _remove_ref (void) |
|
virtual CORBA::ULong | _refcount_value (void) const |
|
virtual CORBA::Boolean | _is_a (const char *logical_type_id) |
|
virtual const char * | _interface_repository_id (void) const |
|
CORBA::Policy_ptr | _get_policy (CORBA::PolicyType type) |
|
CORBA::Policy_ptr | _get_cached_policy (TAO_Cached_Policy_Type type) |
|
CORBA::Object_ptr | _set_policy_overrides (const CORBA::PolicyList &policies, CORBA::SetOverrideType set_add) |
|
CORBA::PolicyList * | _get_policy_overrides (const CORBA::PolicyTypeSeq &types) |
|
CORBA::Boolean | _validate_connection (CORBA::PolicyList_out inconsistent_policies) |
|
| Object (TAO_Stub *p, CORBA::Boolean collocated=false, TAO_Abstract_ServantBase *servant=0, TAO_ORB_Core *orb_core=0) |
|
| Object (IOP::IOR *ior, TAO_ORB_Core *orb_core) |
|
CORBA::Boolean | is_evaluated (void) const |
|
TAO_ORB_Core * | orb_core (void) const |
|
IOP::IOR * | steal_ior (void) |
|
const IOP::IOR & | ior (void) const |
|
void | _decr_refcount (void) |
|
CORBA::Policy_ptr | _get_policy (CORBA::PolicyType type) |
|
CORBA::Policy_ptr | _get_cached_policy (TAO_Cached_Policy_Type type) |
|
CORBA::Object_ptr | _set_policy_overrides (const CORBA::PolicyList &policies, CORBA::SetOverrideType set_add) |
|
CORBA::PolicyList * | _get_policy_overrides (const CORBA::PolicyTypeSeq &types) |
|
CORBA::Boolean | _validate_connection (CORBA::PolicyList_out inconsistent_policies) |
|
Implementation of the DynValue class.