OSVR-Core
|
Class wrapping an externally-owned and controlled buffer with the vector-like functionality needed to read from it. More...
#include <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 |
Class wrapping an externally-owned and controlled buffer with the vector-like functionality needed to read from it.