|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
The BooleanMetadata class is a smart pointer. It represents a piece of boolean Metadata.
◆ BooleanMetadata() [1/4]
HPS.BooleanMetadata.BooleanMetadata |
( |
| ) |
|
|
inline |
The default constructor creates an uninitialized BooleanMetadata object. The Type() function will return Type.None.
◆ BooleanMetadata() [2/4]
This constructor creates a BooleanMetadata object that shares the underlying smart-pointer of the source Metadata. The copy will only be successful if the source component is really an upcast of a BooleanMetadata object. Otherwise the copy will fail and the resulting BooleanMetadata will be invalid.
- Parameters
-
◆ BooleanMetadata() [3/4]
◆ BooleanMetadata() [4/4]
HPS.BooleanMetadata.BooleanMetadata |
( |
string |
in_name, |
|
|
bool |
in_value |
|
) |
| |
|
inline |
This constructor creates a BooleanMetadata with a given name and value.
- Parameters
-
◆ GetValue()
bool HPS.BooleanMetadata.GetValue |
( |
| ) |
|
|
inline |
◆ ObjectType()
override HPS.Type HPS.BooleanMetadata.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
◆ SetValue()
void HPS.BooleanMetadata.SetValue |
( |
bool |
in_value | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- internals/hps_sprk/source/cs/HPS.BooleanMetadata.cs