Skip to content

OpenAnalysis::BaseGraph::EdgeInUse

EdgeInUse exception is thrown if an edge being added is already a part of another graph.

Synopsis

Declared in <src/midend/programAnalysis/OpenAnalysis/Utils/BaseGraph.h>

class EdgeInUse
    : public Exception

Base Classes

Name

Description

Exception

Exception is the abstract base class for all exceptions that can be thrown by Mint programs.

Member Functions

Name

Description

EdgeInUse [constructor]

Construct from Edge

~EdgeInUse [destructor] [virtual]

Destructor

report [virtual]

Private Data Members

Created with MrDocs