CORBA::Any insertion/extraction for std::vector. More...
#include <vector>
Go to the source code of this file.
Namespaces | |
| namespace | TAO |
Define symbolic names for the ORB collocation strategies. | |
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.
Definition in file Vector_AnyOp_T.h.
1.7.0