Classes | Functions | Variables
sectionhandler.cpp File Reference
#include "mainhandler.h"
#include "compoundhandler.h"
#include "sectionhandler.h"
#include "memberhandler.h"
#include "dochandler.h"
#include "debug.h"

Go to the source code of this file.

Classes

class  SectionTypeMap
 

Functions

void sectionhandler_init ()
 
void sectionhandler_exit ()
 

Variables

static SectionTypeMaps_typeMap
 

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

Variable Documentation

SectionTypeMap* s_typeMap
static

Definition at line 80 of file sectionhandler.cpp.