cpp-reflect
C++ Reflection and Annotations Library
|
This is the complete list of members for refl::any, including all inherited members.
any() | refl::any | inline |
any(const T &t) | refl::any | inline |
any(T &&t) | refl::any | inline |
any(const any &other) | refl::any | inline |
as() | refl::any | inline |
as() const | refl::any | inline |
data() | refl::any | inline |
data() const | refl::any | inline |
is() const | refl::any | inline |
is(const refl::type_info &tinfo) const | refl::any | inline |
is_null() const | refl::any | inline |
make(Args &&... args) | refl::any | inlinestatic |
make(const T &value) | refl::any | inlinestatic |
make(const refl::type_info &t_info, void *ptr) | refl::any | inlinestatic |
operator=(const any &other) | refl::any | inline |
operator==(const any &other) const | refl::any | inline |
type() const | refl::any | inline |
~any() | refl::any | inline |