Classes | Functions
sectionhandler.h File Reference
#include <qstring.h>
#include <qlist.h>
#include <qxml.h>
#include <doxmlintf.h>
#include "basehandler.h"

Go to the source code of this file.

Classes

class  SectionIterator
 
class  SectionHandler
 

Functions

void sectionhandler_init ()
 
void sectionhandler_exit ()
 

Function Documentation

void sectionhandler_exit ( )

Definition at line 87 of file sectionhandler.cpp.

88 {
89  delete s_typeMap;
90 }
static SectionTypeMap * s_typeMap
void sectionhandler_init ( )

Definition at line 82 of file sectionhandler.cpp.

83 {
85 }
static SectionTypeMap * s_typeMap