DebuggingKit
- class HPS.DebuggingKit : public HPS.Kit
The HPS.DebuggingKit class is a user space object, useful for carrying a group attribute settings. Calling HPS.DebuggingKit.GetDefault() will return a kit with values found in this table.
Public Functions
- DebuggingKit ()
Initializes an empty kit.
- DebuggingKit (HPS.DebuggingKit in_kit)
Copies the kit in_kit into this kit.
- override void Dispose ()
- override bool Empty ()
Indicates whether this object has any values set on it.
- Return
true if no values are set on this object, false otherwise.
- bool Equals (HPS.DebuggingKit in_kit)
Check if the source DebuggingKit is equivalent to this object.
- Param in_kit
The source DebuggingKit to compare to this object.
- Return
true if the objects are equivalent, false otherwise.
- override bool Equals (Object obj)
- override int GetHashCode ()
- override HPS.Type ObjectType ()
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).
- Return
The declared type of the object in question, which may differ from the true, underlying type.
- void Set (HPS.DebuggingKit in_kit)
Copies the source DebuggingKit into this object.
- Param in_kit
The source object to copy.
- HPS.DebuggingKit SetResourceMonitor (bool in_display)
Controls whether a small window will be drawn displaying a number of statistics about the last update.
- Param in_display
Whether a small window will be drawn displaying a number of statistics about the last update.
- Return
A reference to this object.
- void Show (out HPS.DebuggingKit out_kit)
Copies this object into the given DebuggingKit.
- Param out_kit
The DebuggingKit to populate with the contents of this object.
- bool ShowResourceMonitor (out bool out_display)
Shows the resource monitor setting.
- Param out_display
Whether a small window will be drawn displaying a number of statistics about the last update.
- Return
true if the setting is valid, false otherwise.
- HPS.DebuggingKit UnsetEverything ()
Removes all settings from this object.
- Return
A reference to this object.
- HPS.DebuggingKit UnsetResourceMonitor ()
Removes a resource monitor setting.
- Return
A reference to this object.
Public Static Functions
- HPS.DebuggingKit GetDefault ()
Creates a DebuggingKit which contains the default settings. The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default.
- Return
A DebuggingKit with the default settings.
- bool operator!= (HPS.DebuggingKit a, HPS.DebuggingKit b)
- bool operator== (HPS.DebuggingKit a, HPS.DebuggingKit b)