This class represents an instance variable (ivar).
More...
#include <IVar.hpp>
|
| IVar (std::unique_ptr< details::IVar > impl) |
std::string | name () const |
| Name of the instance variable.
|
std::string | mangled_type () const |
| Type of the instance var in its mangled representation ([29i]).
|
| ~IVar () |
This class represents an instance variable (ivar).
◆ IVar()
LIEF::objc::IVar::IVar |
( |
std::unique_ptr< details::IVar > | impl | ) |
|
◆ ~IVar()
LIEF::objc::IVar::~IVar |
( |
| ) |
|
◆ mangled_type()
std::string LIEF::objc::IVar::mangled_type |
( |
| ) |
const |
Type of the instance var in its mangled representation ([29i]).
◆ name()
std::string LIEF::objc::IVar::name |
( |
| ) |
const |
Name of the instance variable.
The documentation for this class was generated from the following file: