foreachobject : parse

used by the visitor to parse a single object.

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

The data-type returned is "booltype"; Returns true if parse is successful.

This method is contained in the object "foreachobject".

The method takes the following arguments:

obj : Pointer to @schemaobj

Not sure.

filedef : Pointer to tgl_structure_parser

Not sure.

C++

The files "tgl_block_parser.hpp" are included.

Parse out an object.

	tgl_block_parser parser(this, obj, false, false, filedef);
	return parser.write_output(_structure);

Generated: Wed Apr 5 23:56:45 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.