RVC Handle.
More...
#include <RVC.h>
◆ Handle() [1/2]
Construct a new Handle object with sid and gid.
- Parameters
-
◆ Handle() [2/2]
| RVC::Handle::Handle |
( |
const Handle & |
rhs | ) |
|
|
inline |
Construct a new Handle object with another Handle.
- Parameters
-
◆ operator!=()
| bool RVC::Handle::operator!= |
( |
const Handle & |
rhs | ) |
|
|
inline |
Compare with another Handle object.
- Parameters
-
- Returns
- true Not equal
-
false Equal
◆ operator=()
Assigns new Object to the Handle object, replace its current parameters.
- Parameters
-
| rhs | A Handle object of the same type |
- Returns
- Handle& *this
◆ operator==()
| bool RVC::Handle::operator== |
( |
const Handle & |
rhs | ) |
|
|
inline |
Compare with another Handle object.
- Parameters
-
- Returns
- true Equal
-
false Not equal
The documentation for this struct was generated from the following file: