GTIRB
v2.2.0
GrammaTech Intermediate Representation for Binaries: C++ API
|
Class gtirb::Context and related operators. More...
#include <gtirb/Allocator.hpp>
#include <gtirb/Export.hpp>
#include <boost/functional/hash.hpp>
#include <boost/uuid/uuid.hpp>
#include <cstdlib>
#include <functional>
#include <map>
Go to the source code of this file.
Classes | |
class | gtirb::Context |
The context under which GTIRB operations occur. More... | |
struct | std::hash<::gtirb::UUID > |
Hash implementation of gtirb::UUID. More... | |
Namespaces | |
gtirb | |
Main namespace for the GTIRB API. | |
std | |
Typedefs | |
using | gtirb::UUID = boost::uuids::uuid |
Represents a universally unique identifier used to identify Node objects across serialization boundaries. More... | |
Class gtirb::Context and related operators.