TAO
2.0.8
|
CDR (de)marshaling for std::vector. More...
#include <vector>
Namespaces | |
namespace | TAO |
Define symbolic names for the ORB collocation strategies as used at runtime. | |
Functions | |
template<typename T > | |
bool | TAO::marshal_value_vector (TAO_OutputCDR &strm, const std::vector< T > &source) |
template<typename T > | |
bool | TAO::demarshal_value_vector (TAO_InputCDR &strm, std::vector< T > &target) |
template<typename T > | |
bool | TAO::marshal_objref_vector (TAO_OutputCDR &strm, const std::vector< typename T::_ptr_type > &source) |
template<typename T > | |
bool | TAO::demarshal_objref_vector (TAO_InputCDR &strm, std::vector< typename T::_ptr_type > &target) |
template<typename T_forany > | |
bool | TAO::marshal_array_vector (TAO_OutputCDR &strm, const std::vector< typename T_forany::_slice_type * > &source) |
template<typename T_forany > | |
bool | TAO::demarshal_array_vector (TAO_InputCDR &strm, const std::vector< typename T_forany::_slice_type * > &source) |
CDR (de)marshaling for std::vector.