Static Value-Flow Analysis
|
#include <SVFFileSystem.h>
Public Member Functions | |
template<typename NodeCreator , typename EdgeCreator > | |
void | createObjs (const cJSON *graphJson, NodeCreator nodeCreator, EdgeCreator edgeCreator) |
NodeTy * | getNodePtr (unsigned id) const |
EdgeTy * | getEdgePtr (unsigned id) const |
template<typename NodeFiller , typename EdgeFiller > | |
void | fillObjs (NodeFiller nodeFiller, EdgeFiller edgeFiller) |
void | saveToGenericGraph (GenericGraph< NodeTy, EdgeTy > *graph) const |
const cJSON * | getFieldJson () const |
Protected Attributes | |
const cJSON * | graphFieldJson = nullptr |
Private Attributes | |
ReaderIDToObjMap< NodeTy > | idToNodeMap |
ReaderPtrPool< EdgeTy > | edgePool |
Definition at line 819 of file SVFFileSystem.h.
|
inline |
Definition at line 830 of file SVFFileSystem.h.
|
inline |
Definition at line 873 of file SVFFileSystem.h.
|
inline |
Definition at line 867 of file SVFFileSystem.h.
|
inline |
Definition at line 890 of file SVFFileSystem.h.
|
inline |
Definition at line 862 of file SVFFileSystem.h.
|
inline |
Definition at line 883 of file SVFFileSystem.h.
|
private |
Definition at line 823 of file SVFFileSystem.h.
Definition at line 826 of file SVFFileSystem.h.
|
private |
Definition at line 822 of file SVFFileSystem.h.