Classes | Functions
graphhandler.h File Reference
#include "stringimpl.h"
#include "doxmlintf.h"
#include "basehandler.h"
#include "baseiterator.h"

Go to the source code of this file.

Classes

class  GraphHandler
 
class  NodeHandler
 
class  NodeIterator
 
class  ChildNodeHandler
 
class  ChildNodeIterator
 
class  EdgeLabelHandler
 
class  EdgeLabelIterator
 

Functions

void graphhandler_init ()
 
void graphhandler_exit ()
 

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