#include <hps.h>
|
static const HPS::Type | staticType = HPS::Type::DebuggingKit |
|
static const HPS::Type | staticType = HPS::Type::Kit |
|
static const HPS::Type | staticType = HPS::Type::None |
|
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.
◆ DebuggingKit() [1/3]
HPS::DebuggingKit::DebuggingKit |
( |
| ) |
|
Initializes an empty kit.
◆ DebuggingKit() [2/3]
HPS::DebuggingKit::DebuggingKit |
( |
DebuggingKit const & |
in_kit | ) |
|
Copies the kit in_kit into this kit.
◆ DebuggingKit() [3/3]
The move constructor creates a DebuggingKit by transferring the underlying impl of the rvalue reference to this DebuggingKit thereby avoiding a copy and allocation.
- Parameters
-
in_that | An rvalue reference to a DebuggingKit to take the impl from. |
◆ ~DebuggingKit()
virtual HPS::DebuggingKit::~DebuggingKit |
( |
| ) |
|
|
virtual |
◆ Empty()
bool HPS::DebuggingKit::Empty |
( |
| ) |
const |
|
virtual |
Indicates whether this object has any values set on it.
- Returns
- true if no values are set on this object, false otherwise.
Reimplemented from HPS::Object.
◆ Equals()
bool HPS::DebuggingKit::Equals |
( |
DebuggingKit const & |
in_kit | ) |
const |
Check if the source DebuggingKit is equivalent to this object.
- Parameters
-
- Returns
- true if the objects are equivalent, false otherwise.
◆ 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.
- Returns
- A DebuggingKit with the default settings.
◆ ObjectType()
HPS::Type HPS::DebuggingKit::ObjectType |
( |
| ) |
const |
|
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::Kit.
◆ operator!=()
bool HPS::DebuggingKit::operator!= |
( |
DebuggingKit const & |
in_kit | ) |
const |
Check if the source DebuggingKit is not equivalent to this object.
- Parameters
-
- Returns
- true if the objects are not equivalent, false otherwise.
◆ operator=() [1/2]
The move assignment operator transfers the underlying impl of the rvalue reference to this DebuggingKit thereby avoiding a copy.
- Parameters
-
in_that | An rvalue reference to a DebuggingKit to take the impl from. |
- Returns
- A reference to this DebuggingKit.
◆ operator=() [2/2]
Copies the source DebuggingKit into this object.
- Parameters
-
- Returns
- A reference to this object.
◆ operator==()
bool HPS::DebuggingKit::operator== |
( |
DebuggingKit const & |
in_kit | ) |
const |
Check if the source DebuggingKit is equivalent to this object.
- Parameters
-
- Returns
- true if the objects are equivalent, false otherwise.
◆ Set()
Copies the source DebuggingKit into this object.
- Parameters
-
in_kit | The source object to copy. |
◆ SetResourceMonitor()
DebuggingKit& HPS::DebuggingKit::SetResourceMonitor |
( |
bool |
in_display | ) |
|
Controls whether a small window will be drawn displaying a number of statistics about the last update.
- Parameters
-
in_display | Whether a small window will be drawn displaying a number of statistics about the last update. |
- Returns
- A reference to this object.
◆ Show()
void HPS::DebuggingKit::Show |
( |
DebuggingKit & |
out_kit | ) |
const |
Copies this object into the given DebuggingKit.
- Parameters
-
out_kit | The DebuggingKit to populate with the contents of this object. |
◆ ShowResourceMonitor()
bool HPS::DebuggingKit::ShowResourceMonitor |
( |
bool & |
out_display | ) |
const |
Shows the resource monitor setting.
- Parameters
-
out_display | Whether a small window will be drawn displaying a number of statistics about the last update. |
- Returns
- true if the setting is valid, false otherwise.
◆ UnsetEverything()
Removes all settings from this object.
- Returns
- A reference to this object.
◆ UnsetResourceMonitor()
Removes a resource monitor setting.
- Returns
- A reference to this object.
The documentation for this class was generated from the following file: