|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
This class represents an instance variable (ivar). More...
#include <IVar.hpp>
Classes | |
| class | Iterator |
Public Member Functions | |
| 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).
| LIEF::objc::IVar::IVar | ( | std::unique_ptr< details::IVar > | impl | ) |
Referenced by LIEF::objc::IVar::Iterator::operator*(), and LIEF::objc::IVar::Iterator::operator->().
| LIEF::objc::IVar::~IVar | ( | ) |
| std::string LIEF::objc::IVar::mangled_type | ( | ) | const |
Type of the instance var in its mangled representation ([29i]).
| std::string LIEF::objc::IVar::name | ( | ) | const |
Name of the instance variable.