The Buffer class provides a base class for buffers.
More...
#include <buffer.h>
The Buffer class provides a base class for buffers.
DECLARE CLASS Buffer
Definition at line 63 of file buffer.h.
IOBuffer::Buffer::Buffer |
( |
const char * |
type_id | ) |
|
|
inline |
Constructs a Buffer.
- Parameters
-
[in] | type_id | pointer to RTTI type_id of the variables of the buffer. |
Definition at line 75 of file buffer.h.
const char * IOBuffer::Buffer::getTypeId |
( |
| ) |
|
|
inline |
Returns the type_id of the current Buffer.
- Returns
- the RTTI type of the buffer.
Definition at line 96 of file buffer.h.
The documentation for this class was generated from the following file:
- D:/Users/Christoph/GitHub/mne-cpp/MNE/generics/buffer.h