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

#include <CxtStmt.h>

Public Member Functions

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

Detailed Description

Definition at line 493 of file CxtStmt.h.

Member Function Documentation

◆ operator()()

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

Definition at line 495 of file CxtStmt.h.

496  {
497  std::hash<SVF::SVFFunction*> h;
498  SVF::SVFFunction* fun = const_cast<SVF::SVFFunction*> (cs.getProc());
499  return h(fun);
500  }
const SVFFunction * getProc() const
Return current procedure.
Definition: CxtStmt.h:327

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