![]() |
FlowEngine 8.031
Photogrammetry Software Development Kit
|
#include <Utilities.h>
Public Member Functions | |
| ConstBuffer ()=default | |
| ConstBuffer (const std::vector< Detail::UniquePtr< T > > &v) | |
| ConstBuffer (const std::vector< T * > &v) | |
| operator bool () const | |
Public Attributes | |
| Size | count = 0 |
| const T *const * | data = nullptr |
ConstBuffer specialization for FlowEngine object classes.
|
default |
|
inline |
Conversion from std::vector.
|
inline |
Conversion from std::vector of unique pointers.
|
inlineexplicit |
| Size FlowEngine::ConstBuffer< T * >::count = 0 |
Number of elements.
| const T* const* FlowEngine::ConstBuffer< T * >::data = nullptr |
Pointer to elements.