| toolrun_context : register_objects |
Any other method of any other object can call this method. This is called 'public' access.
The data-type returned is "booltype"; Not sure.
This method is contained in the object "toolrun_context".
This method takes no arguments.
This method is overridden from an abstract method with the same signature found in the object @context.
The files "toolrun_register.hpp", "tools/tangle/tangle_register.hpp", "tgl/tgl_register.hpp" and "schema/schema_register.hpp" are included.
Register everything.
// prevent this being called more than one. if (_created) return true; _created = true; if (!ph::tools::toolrun::toolrun_register(this)) return false; if (!ph::tools::tangle::tangle_register(this)) return false; if (!ph::tools::tangle::tgl_register(this)) return false; if (!ph::tools::schema::schema_register(this)) return false; return true;