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

#include <output_traits.h>

Collaboration diagram for pp::internal::ResourceVectorCallbackOutputTraits< T >:
Collaboration graph

Public Types

typedef PP_ArrayOutput APIArgType
 
typedef
ResourceArrayOutputAdapterWithStorage
< T
StorageType
 

Static Public Member Functions

static APIArgType StorageToAPIArg (StorageType &t)
 
static std::vector< T > & StorageToPluginArg (StorageType &t)
 
static void Initialize (StorageType *)
 

Detailed Description

template<typename T>
struct pp::internal::ResourceVectorCallbackOutputTraits< T >

Definition at line 226 of file output_traits.h.

Member Typedef Documentation

template<typename T >
typedef PP_ArrayOutput pp::internal::ResourceVectorCallbackOutputTraits< T >::APIArgType

Definition at line 227 of file output_traits.h.

Definition at line 228 of file output_traits.h.

Member Function Documentation

template<typename T >
static void pp::internal::ResourceVectorCallbackOutputTraits< T >::Initialize ( StorageType )
inlinestatic

Definition at line 237 of file output_traits.h.

template<typename T >
static APIArgType pp::internal::ResourceVectorCallbackOutputTraits< T >::StorageToAPIArg ( StorageType t)
inlinestatic

Definition at line 230 of file output_traits.h.

References pp::ArrayOutputAdapterBase::pp_array_output().

template<typename T >
static std::vector<T>& pp::internal::ResourceVectorCallbackOutputTraits< T >::StorageToPluginArg ( StorageType t)
inlinestatic

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