LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
LIEF::objc::IVar Class Reference

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 ()
 

Detailed Description

This class represents an instance variable (ivar)

Constructor & Destructor Documentation

◆ IVar()

LIEF::objc::IVar::IVar ( std::unique_ptr< details::IVar > impl)

◆ ~IVar()

LIEF::objc::IVar::~IVar ( )

Member Function Documentation

◆ 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: