Public Types

TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy > Struct Template Reference

Template class for argument traits of fixed size IDL types. More...

#include <Fixed_Size_Argument_T.h>

List of all members.

Public Types

typedef T ret_type
typedef T const & in_type
typedef T & inout_type
typedef T & out_type
typedef
In_Fixed_Size_Argument_T< T,
Insert_Policy > 
in_arg_val
typedef
In_Fixed_Size_Clonable_Argument_T
< T, Insert_Policy > 
in_clonable_arg_val
typedef
Inout_Fixed_Size_Argument_T< T,
Insert_Policy > 
inout_arg_val
typedef
Out_Fixed_Size_Argument_T< T,
Insert_Policy > 
out_arg_val
typedef
Ret_Fixed_Size_Argument_T< T,
Insert_Policy > 
ret_val

Detailed Description

template<typename T, template< typename > class Insert_Policy>
struct TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >

Template class for argument traits of fixed size IDL types.

Definition at line 151 of file Fixed_Size_Argument_T.h.


Member Typedef Documentation

template<typename T , template< typename > class Insert_Policy>
typedef In_Fixed_Size_Argument_T<T,Insert_Policy> TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::in_arg_val

Definition at line 158 of file Fixed_Size_Argument_T.h.

template<typename T , template< typename > class Insert_Policy>
typedef In_Fixed_Size_Clonable_Argument_T<T,Insert_Policy> TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::in_clonable_arg_val

Definition at line 160 of file Fixed_Size_Argument_T.h.

template<typename T , template< typename > class Insert_Policy>
typedef T const& TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::in_type

Definition at line 154 of file Fixed_Size_Argument_T.h.

template<typename T , template< typename > class Insert_Policy>
typedef Inout_Fixed_Size_Argument_T<T,Insert_Policy> TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::inout_arg_val

Definition at line 161 of file Fixed_Size_Argument_T.h.

template<typename T , template< typename > class Insert_Policy>
typedef T& TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::inout_type

Definition at line 155 of file Fixed_Size_Argument_T.h.

template<typename T , template< typename > class Insert_Policy>
typedef Out_Fixed_Size_Argument_T<T,Insert_Policy> TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::out_arg_val

Definition at line 162 of file Fixed_Size_Argument_T.h.

template<typename T , template< typename > class Insert_Policy>
typedef T& TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::out_type

Definition at line 156 of file Fixed_Size_Argument_T.h.

template<typename T , template< typename > class Insert_Policy>
typedef T TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::ret_type

Definition at line 153 of file Fixed_Size_Argument_T.h.

template<typename T , template< typename > class Insert_Policy>
typedef Ret_Fixed_Size_Argument_T<T,Insert_Policy> TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::ret_val

Definition at line 163 of file Fixed_Size_Argument_T.h.


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