Graphite
Version 3
An experimental 3D geometry processing program
|
This is the complete list of members for OGF::Any, including all inherited members.
Any() | OGF::Any | inline |
Any(const Any &rhs) | OGF::Any | inline |
as_string() const | OGF::Any | inline |
convert_from_string(MetaType *meta_type, const std::string &string, Memory::pointer value) | OGF::Any | static |
convert_to_string(MetaType *meta_type, std::string &string, Memory::pointer value) | OGF::Any | static |
copy(const Any &rhs) | OGF::Any | inlineprotected |
copy_convert_to(Memory::pointer addr, MetaType *meta_type) const | OGF::Any | protected |
copy_from(Memory::pointer addr, MetaType *meta_type) | OGF::Any | inline |
copy_to(Memory::pointer addr, MetaType *meta_type) const | OGF::Any | inline |
create(MetaType *meta_type) | OGF::Any | inline |
destroy() | OGF::Any | inlineprotected |
get_value(T &value) const | OGF::Any | inline |
get_value(std::string &value) const | OGF::Any | inline |
get_value(index_t &value) const | OGF::Any | inline |
get_value(signed_index_t &value) const | OGF::Any | inline |
get_value(float &value) const | OGF::Any | inline |
get_value(double &value) const | OGF::Any | inline |
get_value(T *&value) const | OGF::Any | inline |
is_null() const | OGF::Any | inline |
is_pointer_type(const MetaType *mtype) | OGF::Any | static |
life_cycle() const | OGF::Any | |
meta_type() const | OGF::Any | inline |
meta_type_name(const MetaType *mt) (defined in OGF::Any) | OGF::Any | protectedstatic |
operator=(const Any &rhs) | OGF::Any | inline |
pointed_type(const MetaType *mtype) | OGF::Any | static |
pointer_can_be_casted_to(const MetaType *derived_pointer_type, const MetaType *base_pointer_type) | OGF::Any | static |
reset() | OGF::Any | inline |
resolve_meta_type() | OGF::Any | inlinestatic |
resolve_meta_type_by_typeid_name(const std::string &typeid_name) | OGF::Any | static |
set_value(const T &value) | OGF::Any | inline |
set_value(const char *value) | OGF::Any | inline |
value_as() const | OGF::Any | inlineprotected |
~Any() | OGF::Any | inline |