MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / Buffer

Class Buffer

include/internal/libfreenect2/allocator.h:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37class Allocator;
38
39class Buffer
40{
41public:
42 size_t capacity; ///< Capacity of the buffer.
43 size_t length; ///< Used length of the buffer.
44 unsigned char* data; ///< Start address of the buffer.
45 Allocator *allocator;
46};
47
48class Allocator
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected