TAO  2.4.0
Namespaces | Functions
Vector_CDR_T.h File Reference

CDR (de)marshaling for std::vector. More...

#include <vector>

Namespaces

 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)
 

Detailed Description

CDR (de)marshaling for std::vector.

Author
Jeff Parsons