filedef : get_block

Used by the parser to get a block.

Any other method of any other object can call this method. This is called 'public' access.

The data-type returned is "Pointer to @block"; The block that matches name.

This method is contained in the object "filedef".

The method takes the following arguments:

block : stringtype

The name of the block.

C++

The files "tgl_block.hpp" are included.

Find a block.

	return _blocks.find(block);

Generated: Wed Apr 5 23:54:11 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.