Namespaces | Functions

Vector_CDR_T.h File Reference

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

#include <vector>

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)

Detailed Description

CDR (de)marshaling for std::vector.

Id:
Vector_CDR_T.h 91741 2010-09-13 18:13:11Z johnnyw
Author:
Jeff Parsons
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines