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