|
SPH
|
This is the complete list of members for Any, including all inherited members.
| Any()=default | Any | |
| Any(const Any &other) | Any | inline |
| Any(Any &&other) | Any | inline |
| Any(Type &&value) | Any | inline |
| anyCast(const Any &any) | Any | friend |
| hasValue() const | Any | inline |
| operator const Type &() const | Any | inlineexplicit |
| operator Type &() | Any | inlineexplicit |
| operator!=(Type &&value) const | Any | inline |
| operator=(const Any &other) | Any | inline |
| operator=(Any &&other) | Any | inline |
| operator=(Type &&value) | Any | inline |
| operator==(Type &&value) const | Any | inline |