Gromacs
2021.3
|
This is the complete list of members for gmx::Any, including all inherited members.
Any() | gmx::Any | inline |
Any(T &&value) | gmx::Any | inlineexplicit |
Any(const Any &other) | gmx::Any | inline |
Any(Any &&other) noexcept | gmx::Any | inline |
cast() const | gmx::Any | inline |
castRef() | gmx::Any | inline |
create(const T &value) | gmx::Any | inlinestatic |
create(T &&value) | gmx::Any | inlinestatic |
isEmpty() const | gmx::Any | inline |
isType() const | gmx::Any | inline |
operator=(const Any &other) | gmx::Any | inline |
operator=(Any &&other) noexcept | gmx::Any | inline |
tryCast() const | gmx::Any | inline |
tryCastRef() | gmx::Any | inline |
type() const | gmx::Any | inline |