State::AddressAccessor Struct Reference
Public Member Functions | |
AddressAccessor (const AddressAccessor &other) noexcept | |
AddressAccessor (AddressAccessor &&other) noexcept | |
AddressAccessor & | operator= (const AddressAccessor &other) noexcept |
AddressAccessor & | operator= (AddressAccessor &&other) noexcept |
AddressAccessor (State::Address a) noexcept | |
AddressAccessor (State::Address a, const AccessorVector &v) noexcept | |
AddressAccessor (State::Address a, const AccessorVector &v, const ossia::unit_t &) noexcept | |
AddressAccessor & | operator= (const Address &a) |
AddressAccessor & | operator= (Address &&a) |
QString | toString_unsafe () const |
QString | toString () const |
QString | toShortString () const |
bool | isSet () const noexcept |
bool | operator== (const AddressAccessor &other) const |
bool | operator!= (const AddressAccessor &a) const |
Public Attributes | |
State::Address | address |
DestinationQualifiers | qualifiers |
Member Function Documentation
◆ isSet()
|
noexcept |
Returns true if the address is set to a meaningful thing, e.g. not ":/"
The documentation for this struct was generated from the following files:
- Address.hpp
- Address.cpp