Defined in file: hdsGraph.cpp
Container for graphic array, connector array and log channel
Constructors/Detructors
| _fc_arg* | _fc_arg | (void) | |
| void | ~_fc_arg | (void) |
Member Variables:
| const char* | file | Filename | |
| hzArray<_fc_item*> | m_arrItems | All flowchart statements (by order of incidence) | |
| bool | m_bErr | Error state | |
| hzMapS<uint32_t,_fc_item*> | m_mapItems | Map of flowchart items ordered by the IDs of the XML nodes that create them. | |
| hzSet<hzString> | m_setLabels | Set of labels found | |
| hzLogger* | pLog | Logger |