GTIRB
v2.2.0
GrammaTech Intermediate Representation for Binaries: C++ API
|
Types and operations for auxiliary data. More...
#include <gtirb/Addr.hpp>
#include <gtirb/Node.hpp>
#include <gtirb/Offset.hpp>
#include <boost/endian/conversion.hpp>
#include <deque>
#include <iostream>
#include <list>
#include <map>
#include <set>
#include <string>
#include <type_traits>
#include <typeinfo>
#include <unordered_map>
#include <variant>
#include <vector>
Go to the source code of this file.
Classes | |
struct | gtirb::auxdata_traits< T, Enable > |
Provides type information and serialization functions for types which can be stored in AuxData. More... | |
struct | gtirb::is_mapping< T > |
Trait class that identifies whether T is a mapping container type. More... | |
struct | gtirb::is_sequence< T > |
Trait class that identifies whether T is a sequential container type. More... | |
Namespaces | |
gtirb | |
Main namespace for the GTIRB API. | |
Types and operations for auxiliary data.