TAO_PortableServer  2.0.6
Public Types
TAO::Vector_SArg_Traits_T Struct Reference

Template class for skeleton argument traits of sequence IDL types, when the STL mapping is used by the IDL compiler. The ret_type and out_type typedefs are different from Vector_SArg_Traits_T. More...

#include <Vector_SArgument_T.h>

List of all members.

Public Types

typedef T ret_type
typedef const T & in_type
typedef T & inout_type
typedef T & out_type
typedef In_Vector_SArgument_T
< T, Insert_Policy > 
in_arg_val
typedef
Inout_Vector_SArgument_T< T,
Insert_Policy > 
inout_arg_val
typedef Out_Vector_SArgument_T
< T, Insert_Policy > 
out_arg_val
typedef Ret_Vector_SArgument_T
< T, Insert_Policy > 
ret_val
typedef in_type in_arg_type
typedef inout_type inout_arg_type
typedef ret_typeout_arg_type
typedef ret_typeret_arg_type

Detailed Description

Template class for skeleton argument traits of sequence IDL types, when the STL mapping is used by the IDL compiler. The ret_type and out_type typedefs are different from Vector_SArg_Traits_T.


Member Typedef Documentation

typedef in_type TAO::Vector_SArg_Traits_T::in_arg_type
typedef In_Vector_SArgument_T<T,Insert_Policy> TAO::Vector_SArg_Traits_T::in_arg_val
typedef const T& TAO::Vector_SArg_Traits_T::in_type
typedef inout_type TAO::Vector_SArg_Traits_T::inout_arg_type
typedef Inout_Vector_SArgument_T<T,Insert_Policy> TAO::Vector_SArg_Traits_T::inout_arg_val
typedef T& TAO::Vector_SArg_Traits_T::inout_type
typedef ret_type& TAO::Vector_SArg_Traits_T::out_arg_type
typedef Out_Vector_SArgument_T<T,Insert_Policy> TAO::Vector_SArg_Traits_T::out_arg_val
typedef T& TAO::Vector_SArg_Traits_T::out_type
typedef ret_type& TAO::Vector_SArg_Traits_T::ret_arg_type
typedef T TAO::Vector_SArg_Traits_T::ret_type
typedef Ret_Vector_SArgument_T<T,Insert_Policy> TAO::Vector_SArg_Traits_T::ret_val

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines