BinaryNinja::TypeAndId Struct Reference

Public Member Functions

 TypeAndId ()=default
 
 TypeAndId (const std::string &id, const Ref< Type > &type)
 

Public Attributes

std::string id
 
Ref< Typetype
 

Constructor & Destructor Documentation

◆ TypeAndId() [1/2]

BinaryNinja::TypeAndId::TypeAndId ( )
default

◆ TypeAndId() [2/2]

BinaryNinja::TypeAndId::TypeAndId ( const std::string &  id,
const Ref< Type > &  type 
)
inline

Member Data Documentation

◆ id

std::string BinaryNinja::TypeAndId::id

◆ type

Ref<Type> BinaryNinja::TypeAndId::type