#include <hps.h>

Public Member Functions | |
void | Assign (UpdateNotifier const &in_that) |
void | Cancel () const |
HPS::Type | ObjectType () const |
UpdateNotifier & | operator= (UpdateNotifier &&in_that) |
UpdateNotifier & | operator= (UpdateNotifier const &in_that) |
Window::UpdateStatus | Status () const |
UpdateNotifier (UpdateNotifier const &in_that) | |
UpdateNotifier (UpdateNotifier &&in_that) | |
void | Wait () const |
![]() | |
virtual bool | Empty () const |
intptr_t | GetClassID () const |
intptr_t | GetInstanceID () const |
bool | HasType (HPS::Type in_mask) const |
Object (Object const &that) | |
Object (Object &&in_that) | |
Object & | operator= (Object const &other_object) |
Object & | operator= (Object &&in_that) |
virtual void | Reset () |
HPS::Type | Type () const |
Additional Inherited Members | |
![]() | |
template<typename T > | |
static intptr_t | ClassID () |
Detailed Description
The UpdateNotifier class is a smart pointer that is tied to a window update. It is a special type of control that is used for synchronizing with an window update status.
Constructor & Destructor Documentation
HPS::UpdateNotifier::UpdateNotifier | ( | UpdateNotifier && | in_that | ) |
The move constructor creates an UpdateNotifier by transferring the underlying impl of the rvalue reference to this UpdateNotifier thereby avoiding a copy and allocation.
- Parameters
-
in_that An rvalue reference to an UpdateNotifier to take the impl from.
Member Function Documentation
void HPS::UpdateNotifier::Assign | ( | UpdateNotifier const & | in_that | ) |
Share the underlying smart-pointer of the UpdateNotifier source.
- Parameters
-
in_that The UpdateNotifier source of the assignment.
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS::Object.
UpdateNotifier& HPS::UpdateNotifier::operator= | ( | UpdateNotifier && | in_that | ) |
The move assignment operator transfers the underlying impl of the rvalue reference to this UpdateNotifier thereby avoiding a copy.
- Parameters
-
in_that An rvalue reference to an UpdateNotifier to take the impl from.
- Returns
- A reference to this UpdateNotifier.
UpdateNotifier& HPS::UpdateNotifier::operator= | ( | UpdateNotifier const & | in_that | ) |
Share the underlying smart-pointer of the UpdateNotifier source.
- Parameters
-
in_that The UpdateNotifier source of the assignment.
- Returns
- A reference to this UpdateNotifier.
The documentation for this class was generated from the following file:
- include/hps.h