handling of the internal buffer (for EC) get size
| 138 | // handling of the internal buffer (for EC) |
| 139 | // get size |
| 140 | uint32 SizeBuffer() const { return m_bytes; } |
| 141 | // get buffer |
| 142 | const void* GetBuffer() const { return m_vector; } |
| 143 | // set buffer |
no outgoing calls