![]() |
FlowEngine 9.000
Photogrammetry Software Development Kit
|
#include <CommonDef.h>
Public Member Functions | |
| Buffer ()=default | |
| template<typename T > | |
| Buffer (const Buffer< T > &other) | |
| Buffer (void *d, Size s) | |
| operator bool () const | |
Public Attributes | |
| Size | count = 0 |
| void * | data = nullptr |
Specialization for a type-erased mutable buffer.
|
default |
Represents an empty buffer.
|
inline |
Construct from a raw pointer and byte count.
|
inline |
Construction from a buffer of any type.
|
inlineexplicit |
Evaluates to true if this buffer holds valid data, false otherwise.
| Size FlowEngine::Buffer< void >::count = 0 |
Number of bytes the pointer points to.
| void* FlowEngine::Buffer< void >::data = nullptr |
Pointer to the mutable data.