TAO_PortableServer  2.0.6
Public Types
TAO::Object_SArg_Traits_T Struct Reference

Template class for skeleton argument traits of objects. More...

#include <Object_SArgument_T.h>

Inheritance diagram for TAO::Object_SArg_Traits_T:
Inheritance graph
[legend]

List of all members.

Public Types

typedef T_ptr ret_type
typedef T_ptr in_type
typedef T_ptr & inout_type
typedef T_out out_type
typedef In_Object_SArgument_T
< T_ptr, T_var, Insert_Policy > 
in_arg_val
typedef
Inout_Object_SArgument_T
< T_ptr, T_var, Insert_Policy > 
inout_arg_val
typedef Out_Object_SArgument_T
< T_ptr, T_var, T_out,
Insert_Policy > 
out_arg_val
typedef Ret_Object_SArgument_T
< T_ptr, T_var, Insert_Policy > 
ret_val
typedef in_type in_arg_type
typedef inout_type inout_arg_type
typedef out_type out_arg_type
typedef inout_type ret_arg_type

Detailed Description

Template class for skeleton argument traits of objects.


Member Typedef Documentation

typedef in_type TAO::Object_SArg_Traits_T::in_arg_type
typedef In_Object_SArgument_T<T_ptr, T_var, Insert_Policy> TAO::Object_SArg_Traits_T::in_arg_val
typedef T_ptr TAO::Object_SArg_Traits_T::in_type
typedef inout_type TAO::Object_SArg_Traits_T::inout_arg_type
typedef Inout_Object_SArgument_T<T_ptr, T_var, Insert_Policy> TAO::Object_SArg_Traits_T::inout_arg_val
typedef T_ptr& TAO::Object_SArg_Traits_T::inout_type
typedef out_type TAO::Object_SArg_Traits_T::out_arg_type
typedef Out_Object_SArgument_T<T_ptr, T_var, T_out, Insert_Policy> TAO::Object_SArg_Traits_T::out_arg_val
typedef T_out TAO::Object_SArg_Traits_T::out_type
typedef inout_type TAO::Object_SArg_Traits_T::ret_arg_type
typedef T_ptr TAO::Object_SArg_Traits_T::ret_type
typedef Ret_Object_SArgument_T<T_ptr, T_var, Insert_Policy> TAO::Object_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