Local pool public members/functions moved to top
This commit is contained in:
@ -58,7 +58,7 @@ public:
|
||||
|
||||
uint8_t * getBuffer();
|
||||
const uint8_t * getConstBuffer();
|
||||
void setBuffer(uint8_t * buffer_);
|
||||
void setBuffer(uint8_t * buffer_, T bufferLength_);
|
||||
private:
|
||||
|
||||
enum bufferType {
|
||||
|
Reference in New Issue
Block a user