![]() |
Embedded Template Library
1.0
|
Describes a buffer. More...
#include <buffer_descriptors.h>
Public Member Functions | |
descriptor (const descriptor &other) | |
descriptor & | operator= (const descriptor &other) |
pointer | data () const |
constexpr ETL_NODISCARD size_type | max_size () const |
ETL_NODISCARD bool | is_allocated () const |
ETL_NODISCARD bool | is_released () const |
ETL_NODISCARD bool | is_valid () const |
void | release () |
Static Public Attributes | |
static ETL_CONSTANT const size_type | MAX_SIZE = buffer_descriptors::BUFFER_SIZE |
Friends | |
class | buffer_descriptors |
Describes a buffer.