#include <FirstGraph.h>
Public Member Functions | |
template<typename... Args> | |
ETy * | mkEdge (Args &&...args) |
void | delEdge (ETy *e) |
bool | mustDel () const |
Public Attributes | |
Galois::Runtime::MM::FSBGaloisAllocator < ETy > | mem |
void Galois::Graph::FirstGraphImpl::EdgeFactory< ETy >::delEdge | ( | ETy * | e | ) | [inline] |
ETy* Galois::Graph::FirstGraphImpl::EdgeFactory< ETy >::mkEdge | ( | Args &&... | args | ) | [inline] |
bool Galois::Graph::FirstGraphImpl::EdgeFactory< ETy >::mustDel | ( | ) | const [inline] |
Galois::Runtime::MM::FSBGaloisAllocator<ETy> Galois::Graph::FirstGraphImpl::EdgeFactory< ETy >::mem |