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

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>
Include dependency graph for Context.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Class gtirb::Context and related operators.