#include <utils.h>
◆ ByteBufferProxy() [1/4]
template<typename T >
teeui::ByteBufferProxy::ByteBufferProxy |
( |
const T & |
buffer, |
|
|
decltype(buffer.data()) |
= nullptr |
|
) |
| |
|
inline |
◆ ByteBufferProxy() [2/4]
template<size_t size>
teeui::ByteBufferProxy::ByteBufferProxy |
( |
const char(&) |
buffer[size] | ) |
|
|
inline |
◆ ByteBufferProxy() [3/4]
template<size_t size>
teeui::ByteBufferProxy::ByteBufferProxy |
( |
const uint8_t(&) |
buffer[size] | ) |
|
|
inline |
◆ ByteBufferProxy() [4/4]
teeui::ByteBufferProxy::ByteBufferProxy |
( |
| ) |
|
|
inline |
◆ begin()
const uint8_t * teeui::ByteBufferProxy::begin |
( |
| ) |
const |
|
inline |
◆ data()
const uint8_t * teeui::ByteBufferProxy::data |
( |
| ) |
const |
|
inline |
◆ end()
const uint8_t * teeui::ByteBufferProxy::end |
( |
| ) |
const |
|
inline |
◆ size()
size_t teeui::ByteBufferProxy::size |
( |
| ) |
const |
|
inline |
◆ data_
const uint8_t* teeui::ByteBufferProxy::data_ |
|
private |
◆ size_
size_t teeui::ByteBufferProxy::size_ |
|
private |
The documentation for this class was generated from the following file:
- teeui/libteeui/include/teeui/utils.h