IDA SDK
Macros
Struct member properties

Detailed Description

Used by member_t::props.

Macros

#define MF_OK   0x00000001
 is the member ok? (always yes)
 
#define MF_UNIMEM   0x00000002
 is a member of a union?
 
#define MF_HASUNI   0x00000004
 has members of type "union"?
 
#define MF_BYTIL   0x00000008
 the member was created due to the type system
 
#define MF_HASTI   0x00000010
 has type information?
 
#define MF_BASECLASS   0x00000020
 a special member representing base class
 
#define MF_DTOR   0x00000040
 a special member representing destructor
 
#define MF_DUPNAME   0x00000080
 duplicate name resolved with _N suffix (N==soff)