Static Value-Flow Analysis
Public Member Functions | List of all members
std::hash< SVF::SVFGNodeLockSpan > Struct Reference

#include <FSMPTA.h>

Public Member Functions

size_t operator() (const SVF::SVFGNodeLockSpan &cs) const
 

Detailed Description

Definition at line 260 of file FSMPTA.h.

Member Function Documentation

◆ operator()()

size_t std::hash< SVF::SVFGNodeLockSpan >::operator() ( const SVF::SVFGNodeLockSpan cs) const
inline

Definition at line 262 of file FSMPTA.h.

263  {
264  std::hash<SVF::StmtSVFGNode* >h;
265  SVF::StmtSVFGNode* node = const_cast<SVF::StmtSVFGNode* > (cs.getSVFGNode());
266  return h(node);
267  }
const StmtSVFGNode * getSVFGNode() const
Definition: FSMPTA.h:81

The documentation for this struct was generated from the following file: