Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

QgarAppDescr.H File Reference


Detailed Description

Header file of class qgar::QgarAppDescr.

Author:
Jan Rendek
Date:
May 14, 2003 15:29
Since:
Qgar 2.1.1

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