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

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 <string>
#include <type_traits>
#include <typeinfo>
#include <unordered_map>
#include <variant>
#include <vector>
Include dependency graph for AuxData.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Types and operations for auxiliary data.

See also
AuxData