GTIRB  v2.1.0
GrammaTech Intermediate Representation for Binaries: C++ API
Classes | Namespaces
CfgNode.hpp File Reference

Base class for nodes of the CFG. More...

#include <gtirb/Node.hpp>
Include dependency graph for CfgNode.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gtirb::CfgNode
 Represents the base of types that can be inserted into the CFG. More...
 

Namespaces

 gtirb
 Main namespace for the GTIRB API.
 

Detailed Description

Base class for nodes of the CFG.

See also
Control Flow Graphs (CFGs)