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

#include <output_traits.h>

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

Public Types

typedef PP_Bool * APIArgType
 
typedef PP_Bool StorageType
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 168 of file output_traits.h.

Member Typedef Documentation

Definition at line 170 of file output_traits.h.

Definition at line 171 of file output_traits.h.

Member Function Documentation

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

Definition at line 182 of file output_traits.h.

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

Definition at line 173 of file output_traits.h.

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

Definition at line 178 of file output_traits.h.


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