#include <dotnet_property.h>
◆ getDataType()
Returns the data type of the property.
- Returns
- Data type of the property.
◆ isStatic()
bool retdec::fileformat::DotnetProperty::isStatic |
( |
| ) |
const |
Returns whether the property is static.
- Returns
true
if static, otherwise false
.
◆ setDataType()
void retdec::fileformat::DotnetProperty::setDataType |
( |
std::unique_ptr< DotnetDataTypeBase > && |
propertyDataType | ) |
|
Sets the data type of the property.
- Parameters
-
propertyDataType | Data type of the property. |
◆ setIsStatic()
void retdec::fileformat::DotnetProperty::setIsStatic |
( |
bool |
set | ) |
|
Sets whether the property is static.
- Parameters
-
set | true for static, otherwise false . |
◆ dataType
◆ propertyIsStatic
bool retdec::fileformat::DotnetProperty::propertyIsStatic |
|
private |
The documentation for this class was generated from the following files:
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/include/retdec/fileformat/types/dotnet_types/dotnet_property.h
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/src/fileformat/types/dotnet_types/dotnet_property.cpp