|
SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::TargetBytes, including all inherited members.
| data() const | SDL::TargetBytes | inline |
| data_as() const | SDL::TargetBytes | inline |
| operator=(const TargetBytes &other)=default | SDL::TargetBytes | |
| operator=(TargetBytes &&other)=default | SDL::TargetBytes | |
| size() const | SDL::TargetBytes | inline |
| size_bytes() const | SDL::TargetBytes | inline |
| TargetBytes()=default | SDL::TargetBytes | |
| TargetBytes(std::nullptr_t) | SDL::TargetBytes | inline |
| TargetBytes(const TargetBytes &other)=default | SDL::TargetBytes | |
| TargetBytes(TargetBytes &&other)=default | SDL::TargetBytes | |
| TargetBytes(std::span< const T, N > span) | SDL::TargetBytes | inline |
| TargetBytes(std::span< T, N > span) | SDL::TargetBytes | inline |
| TargetBytes(T &data) | SDL::TargetBytes | inline |
| TargetBytes(T(&data)[N]) | SDL::TargetBytes | inline |
| TargetBytes(void *data, size_t size_bytes) | SDL::TargetBytes | inline |