iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::legacy::variant< Types > Member List

This is the complete list of members for iox2::legacy::variant< Types >, including all inherited members.

emplace(CTorArguments &&... args) noexceptiox2::legacy::variant< Types >
emplace_at_index(CTorArguments &&... args) noexceptiox2::legacy::variant< Types >
get() const noexceptiox2::legacy::variant< Types >
get() noexceptiox2::legacy::variant< Types >
get_at_index() noexceptiox2::legacy::variant< Types >
get_at_index() const noexceptiox2::legacy::variant< Types >
get_if(T *defaultValue) noexceptiox2::legacy::variant< Types >
get_if(const T *defaultValue) const noexceptiox2::legacy::variant< Types >
index() const noexceptiox2::legacy::variant< Types >
operator!=iox2::legacy::variant< Types >friend
operator=(const variant &rhs) noexceptiox2::legacy::variant< Types >
operator=(variant &&rhs) noexceptiox2::legacy::variant< Types >
operator=(T &&rhs) noexceptiox2::legacy::variant< Types >
operator==iox2::legacy::variant< Types >friend
unsafe_get_at_index_unchecked() noexceptiox2::legacy::variant< Types >
unsafe_get_at_index_unchecked() const noexceptiox2::legacy::variant< Types >
variant() noexcept=defaultiox2::legacy::variant< Types >
variant(const in_place_index< N > &index, CTorArguments &&... args) noexceptiox2::legacy::variant< Types >explicit
variant(const in_place_type< T > &type, CTorArguments &&... args) noexceptiox2::legacy::variant< Types >explicit
variant(T &&arg) noexceptiox2::legacy::variant< Types >explicit
variant(const variant &rhs) noexceptiox2::legacy::variant< Types >
variant(variant &&rhs) noexceptiox2::legacy::variant< Types >
~variant() noexceptiox2::legacy::variant< Types >