#include "tao/AnyTypeCode/PolicyA.h"
#include "tao/AnyTypeCode/Null_RefCount_Policy.h"
#include "tao/AnyTypeCode/TypeCode_Constants.h"
#include "tao/AnyTypeCode/Alias_TypeCode_Static.h"
#include "tao/AnyTypeCode/Objref_TypeCode_Static.h"
#include "tao/AnyTypeCode/Struct_TypeCode_Static.h"
#include "tao/AnyTypeCode/TypeCode_Struct_Field.h"
#include "tao/CDR.h"
#include "tao/AnyTypeCode/Any.h"
#include "tao/AnyTypeCode/Any_Impl_T.h"
#include "tao/AnyTypeCode/Any_Dual_Impl_T.h"
#include "tao/AnyTypeCode/UShortSeqA.h"
Include dependency graph for PolicyA.cpp:
Go to the source code of this file.
static TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO::TypeCode::Alias<char const *, CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_PolicyErrorCode | ( | CORBA::tk_alias | , | |
"IDL:omg.org/CORBA/PolicyErrorCode:1.0" | , | |||
"PolicyErrorCode" | , | |||
&CORBA::_tc_short | ||||
) | [static] |
void operator<<= | ( | CORBA::Any & | _tao_any, | |
CORBA::Policy_ptr * | _tao_elem | |||
) |
Definition at line 343 of file PolicyA.cpp.
00347 { 00348 TAO::Any_Impl_T<CORBA::Policy>::insert ( 00349 _tao_any, 00350 CORBA::Policy::_tao_any_destructor, 00351 CORBA::_tc_Policy, 00352 *_tao_elem 00353 ); 00354 }
void operator<<= | ( | CORBA::Any & | _tao_any, | |
CORBA::Policy_ptr | _tao_elem | |||
) |
Definition at line 331 of file PolicyA.cpp.
00335 { 00336 CORBA::Policy_ptr _tao_objptr = 00337 CORBA::Policy::_duplicate (_tao_elem); 00338 _tao_any <<= &_tao_objptr; 00339 }
void operator<<= | ( | CORBA::Any & | _tao_any, | |
CORBA::InvalidPolicies * | _tao_elem | |||
) |
Definition at line 273 of file PolicyA.cpp.
00277 { 00278 TAO::Any_Dual_Impl_T<CORBA::InvalidPolicies>::insert ( 00279 _tao_any, 00280 CORBA::InvalidPolicies::_tao_any_destructor, 00281 CORBA::_tc_InvalidPolicies, 00282 _tao_elem 00283 ); 00284 }
void operator<<= | ( | CORBA::Any & | _tao_any, | |
const CORBA::InvalidPolicies & | _tao_elem | |||
) |
Definition at line 259 of file PolicyA.cpp.
00263 { 00264 TAO::Any_Dual_Impl_T<CORBA::InvalidPolicies>::insert_copy ( 00265 _tao_any, 00266 CORBA::InvalidPolicies::_tao_any_destructor, 00267 CORBA::_tc_InvalidPolicies, 00268 _tao_elem 00269 ); 00270 }
void operator<<= | ( | CORBA::Any & | _tao_any, | |
CORBA::PolicyError * | _tao_elem | |||
) |
Definition at line 187 of file PolicyA.cpp.
00191 { 00192 TAO::Any_Dual_Impl_T<CORBA::PolicyError>::insert ( 00193 _tao_any, 00194 CORBA::PolicyError::_tao_any_destructor, 00195 CORBA::_tc_PolicyError, 00196 _tao_elem 00197 ); 00198 }
void operator<<= | ( | CORBA::Any & | _tao_any, | |
const CORBA::PolicyError & | _tao_elem | |||
) |
Definition at line 173 of file PolicyA.cpp.
00177 { 00178 TAO::Any_Dual_Impl_T<CORBA::PolicyError>::insert_copy ( 00179 _tao_any, 00180 CORBA::PolicyError::_tao_any_destructor, 00181 CORBA::_tc_PolicyError, 00182 _tao_elem 00183 ); 00184 }
CORBA::Boolean operator>>= | ( | const CORBA::Any & | _tao_any, | |
CORBA::Policy_ptr & | _tao_elem | |||
) |
Definition at line 357 of file PolicyA.cpp.
00361 { 00362 return 00363 TAO::Any_Impl_T<CORBA::Policy>::extract ( 00364 _tao_any, 00365 CORBA::Policy::_tao_any_destructor, 00366 CORBA::_tc_Policy, 00367 _tao_elem 00368 ); 00369 }
CORBA::Boolean operator>>= | ( | const CORBA::Any & | _tao_any, | |
const CORBA::InvalidPolicies *& | _tao_elem | |||
) |
Definition at line 299 of file PolicyA.cpp.
00303 { 00304 return 00305 TAO::Any_Dual_Impl_T<CORBA::InvalidPolicies>::extract ( 00306 _tao_any, 00307 CORBA::InvalidPolicies::_tao_any_destructor, 00308 CORBA::_tc_InvalidPolicies, 00309 _tao_elem 00310 ); 00311 }
CORBA::Boolean operator>>= | ( | const CORBA::Any & | _tao_any, | |
CORBA::InvalidPolicies *& | _tao_elem | |||
) |
Definition at line 287 of file PolicyA.cpp.
00291 { 00292 return _tao_any >>= const_cast< 00293 const CORBA::InvalidPolicies *&> ( 00294 _tao_elem 00295 ); 00296 }
CORBA::Boolean operator>>= | ( | const CORBA::Any & | _tao_any, | |
const CORBA::PolicyError *& | _tao_elem | |||
) |
Definition at line 213 of file PolicyA.cpp.
00217 { 00218 return 00219 TAO::Any_Dual_Impl_T<CORBA::PolicyError>::extract ( 00220 _tao_any, 00221 CORBA::PolicyError::_tao_any_destructor, 00222 CORBA::_tc_PolicyError, 00223 _tao_elem 00224 ); 00225 }
CORBA::Boolean operator>>= | ( | const CORBA::Any & | _tao_any, | |
CORBA::PolicyError *& | _tao_elem | |||
) |
Definition at line 201 of file PolicyA.cpp.
00205 { 00206 return _tao_any >>= const_cast< 00207 const CORBA::PolicyError *&> ( 00208 _tao_elem 00209 ); 00210 }
TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_InvalidPolicies[] [static] |
TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_PolicyError[] [static] |
Initial value:
{
{ "reason", &CORBA::_tc_PolicyErrorCode }
}
Definition at line 67 of file PolicyA.cpp.
TAO::TypeCode::Struct<char const *, CORBA::TypeCode_ptr const *, TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_InvalidPolicies(CORBA::tk_except,"IDL:omg.org/CORBA/InvalidPolicies:1.0","InvalidPolicies", _tao_fields_CORBA_InvalidPolicies, 1) [static] |
TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_Policy(CORBA::tk_objref,"IDL:omg.org/CORBA/Policy:1.0","Policy") [static] |
TAO::TypeCode::Struct<char const *, CORBA::TypeCode_ptr const *, TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_PolicyError(CORBA::tk_except,"IDL:omg.org/CORBA/PolicyError:1.0","PolicyError", _tao_fields_CORBA_PolicyError, 1) [static] |