|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
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 () | |
This class represents a @property in Objective-C.
| LIEF::objc::Property::Property | ( | std::unique_ptr< details::Property > | impl | ) |
| LIEF::objc::Property::~Property | ( | ) |
| std::string LIEF::objc::Property::attribute | ( | ) | const |
(raw) property's attributes (e.g. T@"NSString",C,D,N)
| std::string LIEF::objc::Property::name | ( | ) | const |
Name of the property.