IDA C++ SDK 9.2
Loading...
Searching...
No Matches
type_attr_t Struct Reference

#include <typeinf.hpp>

Public Member Functions

bool operator< (const type_attr_t &r) const
bool operator>= (const type_attr_t &r) const

Public Attributes

qstring key
 one symbol keys are reserved to be used by the kernel the ones starting with an underscore are reserved too
bytevec_t value
 attribute bytes

Detailed Description

Extended type attributes.

Member Function Documentation

◆ operator<()

bool type_attr_t::operator< ( const type_attr_t & r) const
inline

◆ operator>=()

bool type_attr_t::operator>= ( const type_attr_t & r) const
inline

Member Data Documentation

◆ key

qstring type_attr_t::key

one symbol keys are reserved to be used by the kernel the ones starting with an underscore are reserved too

◆ value

bytevec_t type_attr_t::value

attribute bytes


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