Definition in file QgarAppDescr.H.
Go to the source code of this file.
Namespaces | |
| namespace | qgar |
| namespace | qgxml |
Classes | |
| class | qgar::QgarAppDescr |
| Parses an XML description of a Qgar application and builds its representation. More... | |
| struct | qgar::QgarAppDescr::ParseData |
| Structure holding all the data used while parsing.
Using a structure to regroup all these data allows to dynamically allocate the room to store it. This space can the be desallocated when parsing is over. This means the that the overall memory cost for these data is 1 pointer size when no parsing is performed. More... | |