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

Class gtirb::Symbol. More...

#include <gtirb/Addr.hpp>
#include <gtirb/CodeBlock.hpp>
#include <gtirb/DataBlock.hpp>
#include <gtirb/Node.hpp>
#include <gtirb/ProxyBlock.hpp>
#include <functional>
#include <optional>
#include <type_traits>
#include <variant>
Include dependency graph for Symbol.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gtirb::ErrorOr< T >
 
class  gtirb::Symbol
 Represents a Symbol, which maps a name to an object in the IR. More...
 
class  gtirb::SymbolObserver
 Interface for notifying observers when the Symbol is updated. More...
 

Namespaces

 gtirb
 Main namespace for the GTIRB API.
 

Detailed Description

Class gtirb::Symbol.