#include <dotnet_field.h>
◆ getDataType()
Returns the data type of the field.
- Returns
- Data type of the field.
◆ isStatic()
bool retdec::fileformat::DotnetField::isStatic |
( |
| ) |
const |
Returns whether the field is static.
- Returns
true
if static, otherwise false
.
◆ setDataType()
void retdec::fileformat::DotnetField::setDataType |
( |
std::unique_ptr< DotnetDataTypeBase > && |
fieldDataType | ) |
|
Sets the data type of the field.
- Parameters
-
fieldDataType | Data type of the field. |
◆ setIsStatic()
void retdec::fileformat::DotnetField::setIsStatic |
( |
bool |
set | ) |
|
Sets whether the field is static.
- Parameters
-
set | true for static, otherwise false . |
◆ dataType
◆ fieldIsStatic
bool retdec::fileformat::DotnetField::fieldIsStatic |
|
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_field.h
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/src/fileformat/types/dotnet_types/dotnet_field.cpp