Pepper_31_C++_interfaces
Public Types | Static Public Member Functions | List of all members
pp::internal::CallbackOutputTraits< std::vector< DirectoryEntry > > Struct Template Reference

#include <directory_entry.h>

Collaboration diagram for pp::internal::CallbackOutputTraits< std::vector< DirectoryEntry > >:
Collaboration graph

Public Types

typedef PP_ArrayOutput APIArgType
 
typedef
DirectoryEntryArrayOutputAdapterWithStorage 
StorageType
 

Static Public Member Functions

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

Detailed Description

template<>
struct pp::internal::CallbackOutputTraits< std::vector< DirectoryEntry > >

Definition at line 110 of file directory_entry.h.

Member Typedef Documentation

typedef PP_ArrayOutput pp::internal::CallbackOutputTraits< std::vector< DirectoryEntry > >::APIArgType

Definition at line 111 of file directory_entry.h.

Definition at line 112 of file directory_entry.h.

Member Function Documentation

static void pp::internal::CallbackOutputTraits< std::vector< DirectoryEntry > >::Initialize ( StorageType )
inlinestatic

Definition at line 123 of file directory_entry.h.

static APIArgType pp::internal::CallbackOutputTraits< std::vector< DirectoryEntry > >::StorageToAPIArg ( StorageType t)
inlinestatic

Definition at line 114 of file directory_entry.h.

References pp::ArrayOutputAdapterBase::pp_array_output().

static std::vector<DirectoryEntry>& pp::internal::CallbackOutputTraits< std::vector< DirectoryEntry > >::StorageToPluginArg ( StorageType t)
inlinestatic

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