

Go to the source code of this file.
Classes | |
| struct | call_stack_manager |
| struct | type_error |
| class | variant |
| class | variant_iterator |
| Iterator class for the variant. More... | |
Namespaces | |
| game_logic | |
Functions | |
| void | push_call_stack (const char *str) |
| void | pop_call_stack () |
| std::string | get_call_stack () |
| template<typename T > | |
| T * | convert_variant (const variant &v) |
| template<typename T > | |
| T * | try_convert_variant (const variant &v) |
| T* convert_variant | ( | const variant & | v | ) |
Definition at line 238 of file variant.hpp.
References variant::mutable_callable().
| std::string get_call_stack | ( | ) |
| void pop_call_stack | ( | ) |
Definition at line 59 of file variant.cpp.
Referenced by call_stack_manager::~call_stack_manager().
| void push_call_stack | ( | const char * | str | ) |
Definition at line 54 of file variant.cpp.
Referenced by call_stack_manager::call_stack_manager().
| T* try_convert_variant | ( | const variant & | v | ) |
Definition at line 249 of file variant.hpp.
References variant::is_callable(), and variant::mutable_callable().
1.8.8