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