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.
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);