CDR (de)marshaling 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 > | |
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.
Definition in file Vector_CDR_T.h.