forlist : get_block

Used by a 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 to name.

This method is contained in the object "forlist".

The method takes the following arguments:

block : stringtype

The name of the block.

This method is overridden from an abstract method with the same signature found in the object @tglobj.

Implementations

C++

The files "tgl_block.hpp" are included.

Find a block.

	return _blocks.find(block);

Generated: Wed Apr 5 23:57:35 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.