| 
    TAO_AnyTypeCode
    2.0.8
    
   
   | 
  
  
  
 
CORBA::Any insertion/extraction for std::vector. More...
#include <vector>Namespaces | |
| namespace | TAO | 
Functions | |
| template<typename T > | |
| void | TAO::insert_value_vector (CORBA::Any &, const std::vector< T > &) | 
| Copying.   | |
| template<typename T > | |
| void | TAO::insert_value_vector (CORBA::Any &, std::vector< T > *) | 
| Non-copying.   | |
| template<typename T > | |
| bool | TAO::extract_value_vector (const CORBA::Any &, std::vector< T > &) | 
| template<typename T > | |
| void | TAO::insert_objref_vector (CORBA::Any &, const std::vector< typename T::_ptr_type > &) | 
| Copying.   | |
| template<typename T > | |
| void | TAO::insert_objref_vector (CORBA::Any &, std::vector< typename T::_ptr_type > *) | 
| Non-copying.   | |
| template<typename T > | |
| bool | TAO::extract_objref_vector (const CORBA::Any &, std::vector< typename T::_ptr_type > &) | 
| template<typename T_forany > | |
| void | TAO::insert_array_vector (CORBA::Any &, const std::vector< typename T_forany::_slice_type * > &) | 
| Copying.   | |
| template<typename T_forany > | |
| void | TAO::insert_array_vector (CORBA::Any &, std::vector< typename T_forany::_slice_type * > *) | 
| Non-copying.   | |
| template<typename T_forany > | |
| bool | TAO::extract_array_vector (const CORBA::Any &, std::vector< typename T_forany::_slice_type * > &) | 
CORBA::Any insertion/extraction for std::vector.
 1.7.5.1