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

Go to the source code of this file.

Classes

class  CompoundIdIterator
 
class  CompoundErrorHandler
 
class  CompoundTypeMap
 

Functions

void compoundhandler_init ()
 
void compoundhandler_exit ()
 

Variables

static CompoundTypeMaps_typeMap
 

Function Documentation

void compoundhandler_exit ( )

Definition at line 171 of file compoundhandler.cpp.

172 {
173  delete s_typeMap;
174 }
static CompoundTypeMap * s_typeMap
void compoundhandler_init ( )

Definition at line 166 of file compoundhandler.cpp.

167 {
169 }
static CompoundTypeMap * s_typeMap

Variable Documentation

CompoundTypeMap* s_typeMap
static

Definition at line 164 of file compoundhandler.cpp.