#include "ace/config-all.h"
#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h"
#include "tao/AnyTypeCode/AnyTypeCode_methods.h"
#include "tao/PolicyC.h"
Include dependency graph for PolicyA.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
|
|
Definition at line 343 of file PolicyA.cpp. References TAO::Any_Impl_T< T >::insert().
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 } |
|
Definition at line 331 of file PolicyA.cpp. References CORBA::Policy::_duplicate().
00335 { 00336 CORBA::Policy_ptr _tao_objptr = 00337 CORBA::Policy::_duplicate (_tao_elem); 00338 _tao_any <<= &_tao_objptr; 00339 } |
|
Definition at line 273 of file PolicyA.cpp. References TAO::Any_Dual_Impl_T< T >::insert().
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 } |
|
Definition at line 259 of file PolicyA.cpp. References TAO::Any_Dual_Impl_T< T >::insert_copy().
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 } |
|
Definition at line 187 of file PolicyA.cpp. References TAO::Any_Dual_Impl_T< T >::insert().
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 } |
|
Definition at line 173 of file PolicyA.cpp. References TAO::Any_Dual_Impl_T< T >::insert_copy().
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 } |
|
Definition at line 357 of file PolicyA.cpp. References TAO::Any_Impl_T< T >::extract().
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 } |
|
Definition at line 299 of file PolicyA.cpp. References TAO::Any_Dual_Impl_T< T >::extract().
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 } |
|
Definition at line 287 of file PolicyA.cpp.
00291 { 00292 return _tao_any >>= const_cast< 00293 const CORBA::InvalidPolicies *&> ( 00294 _tao_elem 00295 ); 00296 } |
|
Definition at line 213 of file PolicyA.cpp. References TAO::Any_Dual_Impl_T< T >::extract().
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 } |
|
Definition at line 201 of file PolicyA.cpp.
00205 { 00206 return _tao_any >>= const_cast< 00207 const CORBA::PolicyError *&> ( 00208 _tao_elem 00209 ); 00210 } |