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.

Implementations

C++

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;

Generated: Wed Apr 5 23:59:50 EST 2006 using "xsltproc ... docbook.xsl". Copyright (c) 2003, 2004, 2005; Paul Hamilton; pHamtec P/L. Use, modification, and distribution is provided free of any limitations.