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

This class represents a @property in Objective-C. More...

#include <Property.hpp>

Classes

class  Iterator
 

Public Member Functions

 Property (std::unique_ptr< details::Property > impl)
 
std::string name () const
 Name of the property.
 
std::string attribute () const
 (raw) property's attributes (e.g. T@"NSString",C,D,N)
 
 ~Property ()
 

Detailed Description

This class represents a @property in Objective-C.

Constructor & Destructor Documentation

◆ Property()

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

◆ ~Property()

LIEF::objc::Property::~Property ( )

Member Function Documentation

◆ attribute()

std::string LIEF::objc::Property::attribute ( ) const

(raw) property's attributes (e.g. T@"NSString",C,D,N)

◆ name()

std::string LIEF::objc::Property::name ( ) const

Name of the property.


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