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

#include <pass_file_handle.h>

Collaboration diagram for pp::internal::CallbackOutputTraits< PassFileHandle >:
Collaboration graph

Public Types

typedef PP_FileHandle * APIArgType
 
typedef PP_FileHandle StorageType
 

Static Public Member Functions

static APIArgType StorageToAPIArg (StorageType &t)
 
static PassFileHandle StorageToPluginArg (StorageType &t)
 
static void Initialize (StorageType *t)
 

Detailed Description

template<>
struct pp::internal::CallbackOutputTraits< PassFileHandle >

Definition at line 61 of file pass_file_handle.h.

Member Typedef Documentation

Definition at line 62 of file pass_file_handle.h.

Definition at line 63 of file pass_file_handle.h.

Member Function Documentation

static void pp::internal::CallbackOutputTraits< PassFileHandle >::Initialize ( StorageType t)
inlinestatic

Definition at line 73 of file pass_file_handle.h.

static APIArgType pp::internal::CallbackOutputTraits< PassFileHandle >::StorageToAPIArg ( StorageType t)
inlinestatic

Definition at line 65 of file pass_file_handle.h.

static PassFileHandle pp::internal::CallbackOutputTraits< PassFileHandle >::StorageToPluginArg ( StorageType t)
inlinestatic

Definition at line 69 of file pass_file_handle.h.


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