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

#include <array_output.h>

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

Public Member Functions

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

Additional Inherited Members

- Protected Member Functions inherited from pp::ArrayOutputAdapter< T >
 ArrayOutputAdapter ()
 
void set_output (std::vector< T > *output)
 
virtual void * GetDataBuffer (uint32_t element_count, uint32_t element_size)
 

Detailed Description

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

Definition at line 176 of file array_output.h.

Constructor & Destructor Documentation

Definition at line 178 of file array_output.h.

References pp::ArrayOutputAdapter< T >::set_output().

Member Function Documentation

template<typename T >
std::vector<T>& pp::ArrayOutputAdapterWithStorage< T >::output ( )
inline

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