Pepper_47_C++_interfaces
Public Member Functions | Protected Member Functions | List of all members
pp::ResourceArrayOutputAdapter< T > Class Template Reference

#include <array_output.h>

Inheritance diagram for pp::ResourceArrayOutputAdapter< T >:
Inheritance graph
Collaboration diagram for pp::ResourceArrayOutputAdapter< T >:
Collaboration graph

Public Member Functions

 ResourceArrayOutputAdapter (std::vector< T > *output)
 
virtual ~ResourceArrayOutputAdapter ()
 
- Public Member Functions inherited from pp::ArrayOutputAdapterBase
 ArrayOutputAdapterBase ()
 
virtual ~ArrayOutputAdapterBase ()
 
const PP_ArrayOutput & pp_array_output ()
 

Protected Member Functions

 ResourceArrayOutputAdapter ()
 
void set_output (T *output)
 
virtual void * GetDataBuffer (uint32_t element_count, uint32_t element_size)
 

Detailed Description

template<typename T>
class pp::ResourceArrayOutputAdapter< T >

Definition at line 127 of file array_output.h.

Constructor & Destructor Documentation

template<typename T>
pp::ResourceArrayOutputAdapter< T >::ResourceArrayOutputAdapter ( std::vector< T > *  output)
inlineexplicit

Definition at line 129 of file array_output.h.

template<typename T>
virtual pp::ResourceArrayOutputAdapter< T >::~ResourceArrayOutputAdapter ( )
inlinevirtual

Definition at line 133 of file array_output.h.

References pp::ConvertPPResourceArrayToObjects(), and pp::PASS_REF.

template<typename T>
pp::ResourceArrayOutputAdapter< T >::ResourceArrayOutputAdapter ( )
inlineprotected

Definition at line 139 of file array_output.h.

Member Function Documentation

template<typename T>
virtual void* pp::ResourceArrayOutputAdapter< T >::GetDataBuffer ( uint32_t  element_count,
uint32_t  element_size 
)
inlineprotectedvirtual

Implements pp::ArrayOutputAdapterBase.

Definition at line 143 of file array_output.h.

References PP_DCHECK.

template<typename T>
void pp::ResourceArrayOutputAdapter< T >::set_output ( T output)
inlineprotected

Definition at line 140 of file array_output.h.


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