Helper class for iterating over structure members.
Structure member storage will be done as efficiently as possible so this iterator should be used to provide a consistent access to all members defining the structure.
For technical reasons this class lives outside the Structure though really it should be part of it. A typedef is set up inside the Structure so that you can use it like a standard iterator:
Populate the Footprint request with the information on all data stored within this class if "me" is NULL, otherwise the information stored in the StructureIterator object pointed at by "me".
Parameters
[in]
me
Pointer to object to footprint, NULL means class static
[out]
request
Footprint object to populate
Returns
True if the request was successfully processed. The Footprint object will have all information added to it.
The documentation for this class was generated from the following files: