Pepper_31_C++_interfaces
Public Types | Static Public Member Functions | List of all members
pp::ext::internal::ExtCallbackOutputTraits< T > Struct Template Reference

#include <ext_output_traits.h>

Collaboration diagram for pp::ext::internal::ExtCallbackOutputTraits< T >:
Collaboration graph

Public Types

typedef PP_VarAPIArgType
 
typedef
VarOutputAdapterWithStorage< T
StorageType
 

Static Public Member Functions

static APIArgType StorageToAPIArg (StorageType &t)
 
static TStorageToPluginArg (StorageType &t)
 
static void Initialize (StorageType *)
 

Detailed Description

template<class T>
struct pp::ext::internal::ExtCallbackOutputTraits< T >

Definition at line 58 of file ext_output_traits.h.

Member Typedef Documentation

Definition at line 59 of file ext_output_traits.h.

Definition at line 60 of file ext_output_traits.h.

Member Function Documentation

template<class T >
static void pp::ext::internal::ExtCallbackOutputTraits< T >::Initialize ( StorageType )
inlinestatic

Definition at line 72 of file ext_output_traits.h.

template<class T >
static APIArgType pp::ext::internal::ExtCallbackOutputTraits< T >::StorageToAPIArg ( StorageType t)
inlinestatic
template<class T >
static T& pp::ext::internal::ExtCallbackOutputTraits< T >::StorageToPluginArg ( StorageType t)
inlinestatic

The documentation for this struct was generated from the following file: