Classes | Functions | Variables
graphhandler.cpp File Reference
#include "graphhandler.h"

Go to the source code of this file.

Classes

class  EdgeRelationMapper
 

Functions

void graphhandler_init ()
 
void graphhandler_exit ()
 

Variables

static EdgeRelationMappers_edgeRelationMapper
 

Function Documentation

void graphhandler_exit ( )

Definition at line 29 of file graphhandler.cpp.

30 {
31  delete s_edgeRelationMapper;
32 }
static EdgeRelationMapper * s_edgeRelationMapper
void graphhandler_init ( )

Definition at line 24 of file graphhandler.cpp.

25 {
27 }
static EdgeRelationMapper * s_edgeRelationMapper

Variable Documentation

EdgeRelationMapper* s_edgeRelationMapper
static

Definition at line 22 of file graphhandler.cpp.