#include <extensions.hpp>

Public Member Functions | |
| container_impl (const T &t) | |
| The contained data. | |
| T & | get () |
| Retrieves the C++ object by base class. | |
| void | output (ostream &ss) |
| Outputs to a narrow stream. | |
| void | output (wostream &ss) |
| Outputs to a wide stream. | |
| std::string | class_name () |
| Return the class name. | |
| var_cmp_index | comparison_index () |
| Returns the comparison index (type identified) of the var. | |
| void | mark_children (gc::garbage_collector &) |
| Called by the GC to tell an object to mark its children. | |
Definition at line 70 of file extensions.hpp.
1.5.7.1