OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
osvr::common::ExternalBufferReadingWrapper< ElementType > Class Template Reference

Class wrapping an externally-owned and controlled buffer with the vector-like functionality needed to read from it. More...

#include <osvr/Common/Buffer.h>

Public Types

typedef ElementType const * const_iterator
 
typedef ElementType value_type
 

Public Member Functions

 ExternalBufferReadingWrapper (ElementType const *buf, size_t size)
 
const_iterator begin () const
 
const_iterator end () const
 
size_t size () const
 

Detailed Description

template<typename ElementType = BufferElement>
class osvr::common::ExternalBufferReadingWrapper< ElementType >

Class wrapping an externally-owned and controlled buffer with the vector-like functionality needed to read from it.

Definition at line 91 of file Buffer.h.


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