BinaryNinja::ParsedType Struct Reference

Public Member Functions

 ParsedType ()=default
 
 ParsedType (const std::string &name, const Ref< Type > &type, bool isUser)
 
 ParsedType (const QualifiedName &name, const Ref< Type > &type, bool isUser)
 
bool operator< (const ParsedType &other) const
 

Public Attributes

QualifiedName name
 
Ref< Typetype
 
bool isUser
 

Constructor & Destructor Documentation

◆ ParsedType() [1/3]

BinaryNinja::ParsedType::ParsedType ( )
default

◆ ParsedType() [2/3]

BinaryNinja::ParsedType::ParsedType ( const std::string &  name,
const Ref< Type > &  type,
bool  isUser 
)
inline

◆ ParsedType() [3/3]

BinaryNinja::ParsedType::ParsedType ( const QualifiedName name,
const Ref< Type > &  type,
bool  isUser 
)
inline

Member Function Documentation

◆ operator<()

bool BinaryNinja::ParsedType::operator< ( const ParsedType other) const
inline

Member Data Documentation

◆ isUser

bool BinaryNinja::ParsedType::isUser

◆ name

QualifiedName BinaryNinja::ParsedType::name

◆ type

Ref<Type> BinaryNinja::ParsedType::type

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