|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
The DoubleMetadata class is a smart pointer. It represents a piece of double Metadata.
◆ DoubleMetadata() [1/4]
HPS.DoubleMetadata.DoubleMetadata |
( |
| ) |
|
|
inline |
The default constructor creates an uninitialized DoubleMetadata object. The Type() function will return Type.None.
◆ DoubleMetadata() [2/4]
This constructor creates a DoubleMetadata 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 DoubleMetadata object. Otherwise the copy will fail and the resulting DoubleMetadata will be invalid.
- Parameters
-
◆ DoubleMetadata() [3/4]
◆ DoubleMetadata() [4/4]
HPS.DoubleMetadata.DoubleMetadata |
( |
string |
in_name, |
|
|
double |
in_value |
|
) |
| |
|
inline |
This constructor creates a DoubleMetadata with a given name and value.
- Parameters
-
◆ GetValue()
double HPS.DoubleMetadata.GetValue |
( |
| ) |
|
|
inline |
◆ ObjectType()
override HPS.Type HPS.DoubleMetadata.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.DoubleMetadata.SetValue |
( |
double |
in_value | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- internals/hps_sprk/source/cs/HPS.DoubleMetadata.cs