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