Archicad 28 C++ API
|
Represents an optional in the API layer. More...
#include <API_ValueWrappers.hpp>
Public Member Functions | |
template<typename K > | |
void | operator= (K v) |
Sets a value to the optional. | |
void | operator= (NullValueType nullOpt) |
Sets null value to the optional. | |
Public Attributes | |
bool | hasValue |
True if the APIOptional has value. | |
T | value |
Value of the optional. | |
Represents an optional in the API layer.
Sets a value to the optional.
v | Value to set. |
|
inline |
Sets null value to the optional.
nullOpt | Null value type to set. |