This class represents a @property
in Objective-C.
More...
#include <Property.hpp>
|
| 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.
◆ Property()
LIEF::objc::Property::Property |
( |
std::unique_ptr< details::Property > | impl | ) |
|
◆ ~Property()
LIEF::objc::Property::~Property |
( |
| ) |
|
◆ 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 |
The documentation for this class was generated from the following file: