|
SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::EnvironmentRef, including all inherited members.
| Destroy() | SDL::Environment | inline |
| Environment(std::nullptr_t=nullptr) noexcept | SDL::EnvironmentRef | inline |
| Environment(const EnvironmentRaw resource) noexcept | SDL::EnvironmentRef | inlineexplicit |
| Environment(const Environment &other)=delete | SDL::EnvironmentRef | |
| Environment(Environment &&other) noexcept | SDL::EnvironmentRef | inline |
| Environment(const EnvironmentRef &other)=delete (defined in SDL::EnvironmentRef) | SDL::EnvironmentRef | |
| Environment(EnvironmentRef &&other)=delete (defined in SDL::EnvironmentRef) | SDL::EnvironmentRef | |
| Environment(bool populated) | SDL::EnvironmentRef | inline |
| EnvironmentRef(EnvironmentParam resource) noexcept | SDL::EnvironmentRef | inline |
| EnvironmentRef(EnvironmentRaw resource) noexcept | SDL::EnvironmentRef | inline |
| EnvironmentRef(const EnvironmentRef &other) noexcept | SDL::EnvironmentRef | inline |
| get() const noexcept | SDL::Environment | inline |
| GetVariable(StringParam name) | SDL::Environment | inline |
| GetVariableCount() | SDL::Environment | inline |
| GetVariables() | SDL::Environment | inline |
| operator bool() const noexcept | SDL::Environment | inlineexplicit |
| operator EnvironmentParam() const noexcept | SDL::Environment | inline |
| operator<=>(const Environment &other) const noexcept=default | SDL::Environment | |
| operator=(Environment &&other) noexcept | SDL::Environment | inline |
| operator=(const Environment &other) noexcept=default | SDL::Environment | protected |
| release() noexcept | SDL::Environment | inline |
| SetVariable(StringParam name, StringParam value, bool overwrite) | SDL::Environment | inline |
| UnsetVariable(StringParam name) | SDL::Environment | inline |
| ~Environment() | SDL::Environment | inline |
| ~EnvironmentRef() | SDL::EnvironmentRef | inline |