TAO_AnyTypeCode  2.4.0
Namespaces | Functions
Vector_AnyOp_T.h File Reference

CORBA::Any insertion/extraction for std::vector. More...

#include <vector>

Namespaces

 TAO
 

Functions

template<typename T >
void TAO::insert_value_vector (CORBA::Any &, const std::vector< T > &)
 Copying. More...
 
template<typename T >
void TAO::insert_value_vector (CORBA::Any &, std::vector< T > *)
 Non-copying. More...
 
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. More...
 
template<typename T >
void TAO::insert_objref_vector (CORBA::Any &, std::vector< typename T::_ptr_type > *)
 Non-copying. More...
 
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. More...
 
template<typename T_forany >
void TAO::insert_array_vector (CORBA::Any &, std::vector< typename T_forany::_slice_type * > *)
 Non-copying. More...
 
template<typename T_forany >
bool TAO::extract_array_vector (const CORBA::Any &, std::vector< typename T_forany::_slice_type * > &)
 

Detailed Description

CORBA::Any insertion/extraction for std::vector.

Author
Jeff Parsons