GTIRB  v2.1.0
GrammaTech Intermediate Representation for Binaries: C++ API
Public Types | Static Public Attributes | List of all members
gtirb::schema::ElfSoname Struct Reference

Schema class for ELF file's dynamic entry DT_SONAME. It contains a SONAME as string. More...

#include <AuxDataSchema.hpp>

Public Types

typedef std::string Type
 

Static Public Attributes

static constexpr const char * Name = "elfSoname"
 

Detailed Description

Schema class for ELF file's dynamic entry DT_SONAME. It contains a SONAME as string.

Member Typedef Documentation

◆ Type

typedef std::string gtirb::schema::ElfSoname::Type

Member Data Documentation

◆ Name

constexpr const char* gtirb::schema::ElfSoname::Name = "elfSoname"
staticconstexpr

The documentation for this struct was generated from the following file: