#include <extensions.hpp>

Public Member Functions | |
| var | clone () |
| Clones the object. | |
| var_cmp_result | compare2 (const var &other) |
| Compares two objects of the same comparison_index(). | |
| void | copy_to (void *) const |
| Copies the value to another location (in-place copy). | |
| var | proxy () |
| Returns a proxy to this object. | |
| void | mark_reachable (gc::garbage_collector &) |
| Call this to mark the object as reachable (so that the garbage collector does not destroy it). | |
Definition at line 34 of file extensions.hpp.
| void dynamic::shared_var_impl::mark_reachable | ( | gc::garbage_collector & | ) | [virtual] |
Call this to mark the object as reachable (so that the garbage collector does not destroy it).
Call this method from dynamic::gc::gc_object::mark_children() method
Reimplemented from dynamic::var_impl.
1.5.7.1