Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
GPInternal helper class for the procGit parser routine
MDomNodeListHelper class: more flexible version of QDomNodeList
MDomQueryDOM Query Class
MFileOverwrites QFile to only generate a file if its new version differs from an existing one, it creates a temporary file with ",new" added to the file name; additionally it records all file names that it touches; this is not a complete implementation - just enough for woc; it assumes that files are opened to be (re)created
QtCTransInternal cache to hold the output for one transaction, a reference to this struct is handed arout WocQtClientTransaction
QtSTransInternal helper to hold the output for one transaction, this is handed around WocQtServerTransaction
WocTable::s_colHolds data for a DB table column
WocClass::s_mapMappings: "table-name" => List of ("column-name","property-name")
WocClass::s_propProperty info
WocQtClientTransaction::s_transdocMemory for transaction and privilege docu
WocClassStores a communication class including serialization and deserialization information
WocEnumHelper structure to store enums in classes and tables
WocHtmlOutOutput target for HTML documentation
WocOutputBase class of all output generators
WocPHPClassGenerates output for a PHP server side
WocPHPClientOutSpecialization that creates a PHP client
WocPHPClientTransactionGenerates output for a PHP server side
WocPHPOutAbstract base class for generating output for PHP
WocPHPServerOutSpecialization that creates a PHP server
WocPHPServerTransactionGenerates output for a PHP server side
WocPHPTableGenerates output for a PHP server side
WocPHPTransactionGenerates output for a PHP server side
WocProcessorCentral processing singleton
WocQtClassSpecialization that outputs classes for WocQtOut and its sub-classes
WocQtClientOutSpecialization that generates adequate output for Qt clients
WocQtClientTransactionGenerates Qt code for transactions, the target is the client
WocQtOutAbstract base class for Qt client and server output
WocQtServerOutSpecialization that generates adequate output for Qt servers
WocQtServerTransactionSpecialization for generating transactions for a Qt server target, used by WocQtServerOut
WocQtTableGenerates code for DB table wrappers in Qt so far this class is non-functional
WocQtTransactionAbstract base class for Qt transaction generator
WocSchemaOutGenerates output for a schema file
WocSoapOutGenerates output for a schema file
WocTableStores the internal representation of a database table and its abstraction class
WocTransactionInternal representation of a transaction