Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
|
This is the complete list of members for zserio::Extended< T >, including all inherited members.
Extended(Extended &&other)=default | zserio::Extended< T > | |
Extended(Extended &&other, const ALLOC &allocator) | zserio::Extended< T > | inline |
Extended(const Extended &other)=default | zserio::Extended< T > | |
Extended(const Extended &other, const ALLOC &allocator) | zserio::Extended< T > | inline |
Extended(ARGS &&... args) | zserio::Extended< T > | inlineexplicit |
isPresent() const noexcept | zserio::Extended< T > | inline |
operator bool() const noexcept | zserio::Extended< T > | inlineexplicit |
operator*() noexcept | zserio::Extended< T > | inline |
operator*() const noexcept | zserio::Extended< T > | inline |
operator->() noexcept | zserio::Extended< T > | inline |
operator->() const noexcept | zserio::Extended< T > | inline |
operator=(Extended &&other)=default | zserio::Extended< T > | |
operator=(const Extended &other)=default | zserio::Extended< T > | |
setPresent(bool present) noexcept | zserio::Extended< T > | inline |
value() const noexcept | zserio::Extended< T > | inline |
value() noexcept | zserio::Extended< T > | inline |
~Extended()=default | zserio::Extended< T > |