
#include "MacroPatternMatch.h"

#include "OGDFGraphAttributes.h"

#include "OGDFGraph.h"

#include "STDCppString.h"

#include "STDDeletable.h"

#include "ogdf/fileformats/GraphIO.h"

#include "OGDFGraphIO.h"

using namespace ogdf;

#define CHECKPROTECT(x,y) FXIS_PAREN(IS_ ## x ## _ ## y ## _PROTECTED)

#define TYPECASTMETHOD(cname,mname,oname) \
  FXIIF( CHECKPROTECT(cname,mname) ) ( \
  (from_nonconst_to_nonconst<oname,cname ## _t>), \
  (from_nonconst_to_nonconst<cname,cname ## _t>) )

DELETABLE_DEF_VIRT(GraphIO)
GRAPHIO_DEF_VIRT(GraphIO)
GRAPHIO_DEF_NONVIRT(GraphIO)
GRAPHIO_DEF_ACCESSOR(GraphIO)

