FOperatingSystemSizeInMB
#include <OperatingSystemSimulator/Public/OperatingSystemSize.h>Class detail
Section titled “Class detail”---
config:
class:
hideEmptyMembersBox: true
---
classDiagram
class FOperatingSystemSizeInMB {
+SizeInBytes : const double
+FOperatingSystemSizeInMB()
+FOperatingSystemSizeInMB(const double Size)
+GetValue(const double &TestSizeInBytes) double
}
struct FOperatingSystemSizeInMBDefined in OperatingSystemSize.h:10 Represents the size of an operating system in megabytes.
Public Attributes
Section titled “Public Attributes”| Return | Name | Description |
|---|---|---|
const double | SizeInBytes | Represents the size in bytes. |
SizeInBytes
Section titled “SizeInBytes”const double SizeInBytesDefined in OperatingSystemSize.h:17 Represents the size in bytes.
Referenced by
Section titled “Referenced by”Public Methods
Section titled “Public Methods”| Return | Name | Description |
|---|---|---|
FOperatingSystemSizeInMB inline | ||
FOperatingSystemSizeInMB inline explicit |
FOperatingSystemSizeInMB
Section titled “FOperatingSystemSizeInMB”inline
inline FOperatingSystemSizeInMB()Defined in OperatingSystemSize.h:29
Section titled “Defined in OperatingSystemSize.h:29”FOperatingSystemSizeInMB
Section titled “FOperatingSystemSizeInMB”inline explicit
inline explicit FOperatingSystemSizeInMB(const double Size)Defined in OperatingSystemSize.h:34
Public Static Methods
Section titled “Public Static Methods”| Return | Name | Description |
|---|---|---|
double | GetValue static inline | A static method that calculates the value of a given test size in bytes and converts it to megabytes. |
GetValue
Section titled “GetValue”static inline
static inline double GetValue(const double & TestSizeInBytes)Defined in OperatingSystemSize.h:27 A static method that calculates the value of a given test size in bytes and converts it to megabytes.
This method takes the test size in bytes and calculates its value in megabytes. The calculated value is returned as a double.
Parameters
Section titled “Parameters”TestSizeInBytesThe test size in bytes.
Returns
Section titled “Returns”The calculated value of the test size in megabytes.