steghide  0.5.1
Macros
MatchingTest.cc File Reference
#include "BitString.h"
#include "Edge.h"
#include "Graph.h"
#include "Selector.h"
#include "DummyFile.h"
#include "MatchingTest.h"

Macros

#define CREATEEDGEPTR(G, V1, V2)   (new Edge ((G)->getVertex(V1), 0, (G)->getVertex(V2), 1))
 
#define CREATEEDGEOBJ(G, V1, V2)   (Edge ((G)->getVertex(V1), 0, (G)->getVertex(V2), 1))
 

Macro Definition Documentation

#define CREATEEDGEOBJ (   G,
  V1,
  V2 
)    (Edge ((G)->getVertex(V1), 0, (G)->getVertex(V2), 1))
#define CREATEEDGEPTR (   G,
  V1,
  V2 
)    (new Edge ((G)->getVertex(V1), 0, (G)->getVertex(V2), 1))