|
GTIRB
v2.3.1
GrammaTech Intermediate Representation for Binaries: C++ API
|
Provides type information and serialization functions for types which can be stored in AuxData. More...
#include <AuxData.hpp>
Static Public Member Functions | |
| static bool | fromBytes (T &Object, FromByteRange &FBR)=delete |
| Deserialize an object from a sequence of bytes. More... | |
| static void | toBytes (const T &Object, ToByteRange &TBR)=delete |
| Serialize an object to a sequence of bytes. More... | |
| static std::string | type_name ()=delete |
| String representation of the serialized type of T. More... | |
Provides type information and serialization functions for types which can be stored in AuxData.
1.8.17