public nothrow | Buffer(Buffer&& that) |
suppress | Buffer(const Buffer&) |
public nothrow | Buffer(long size_) |
public | ~Buffer() |
public inline nothrow byte* | Mem() const |
public inline nothrow long | Size() const |
suppress void | operator=(const Buffer&) |
public inline nothrow byte& | operator[](long index) |
public inline nothrow byte | operator[](long index) const |
private byte* | mem |
private long | size |