Public Member Functions | |
| XmlSectionMapper () | |
Public Member Functions inherited from QIntDict< char > | |
| QIntDict (int size=17) | |
| QIntDict (const QIntDict< char > &d) | |
| ~QIntDict () | |
| QIntDict< char > & | operator= (const QIntDict< char > &d) |
| uint | count () const |
| uint | size () const |
| bool | isEmpty () const |
| void | insert (long k, const char *d) |
| void | replace (long k, const char *d) |
| bool | remove (long k) |
| char * | take (long k) |
| char * | find (long k) const |
| char * | operator[] (long k) const |
| void | clear () |
| void | resize (uint n) |
| void | statistics () const |
Public Member Functions inherited from QGDict | |
| uint | size () const |
| QCollection::Item | look_string (const QString &key, QCollection::Item, int) |
| QCollection::Item | look_ascii (const char *key, QCollection::Item, int) |
| QCollection::Item | look_int (long key, QCollection::Item, int) |
| QCollection::Item | look_ptr (void *key, QCollection::Item, int) |
| QDataStream & | read (QDataStream &) |
| QDataStream & | write (QDataStream &) const |
Public Member Functions inherited from QCollection | |
| bool | autoDelete () const |
| void | setAutoDelete (bool enable) |
Helper class mapping MemberList::ListType to a string representing
Definition at line 61 of file xmlgen.cpp.
|
inline |
Definition at line 64 of file xmlgen.cpp.
1.8.11