RVC  1.14.1
a product by RVBUST.
RVC::Handle Struct Reference

RVC Handle. More...

#include <RVC.h>

Public Member Functions

 Handle ()
 Construct a new Handle object.
 
 Handle (HandleID sid_, HandleID gid_)
 Construct a new Handle object with sid and gid. More...
 
 Handle (const Handle &rhs)
 Construct a new Handle object with another Handle. More...
 
Handleoperator= (const Handle &rhs)
 Assigns new Object to the Handle object, replace its current parameters. More...
 
bool operator== (const Handle &rhs)
 Compare with another Handle object. More...
 
bool operator!= (const Handle &rhs)
 Compare with another Handle object. More...
 

Public Attributes

HandleID sid
 
HandleID gid
 

Detailed Description

Constructor & Destructor Documentation

◆ Handle() [1/2]

RVC::Handle::Handle ( HandleID  sid_,
HandleID  gid_ 
)
inline

Construct a new Handle object with sid and gid.

Parameters
sid_
gid_

◆ Handle() [2/2]

RVC::Handle::Handle ( const Handle rhs)
inline

Construct a new Handle object with another Handle.

Parameters
rhsAnother Handle

Member Function Documentation

◆ operator!=()

bool RVC::Handle::operator!= ( const Handle rhs)
inline

Compare with another Handle object.

Parameters
rhsAnother Handle object
Returns
true Not equal
false Equal

◆ operator=()

Handle& RVC::Handle::operator= ( const Handle rhs)
inline

Assigns new Object to the Handle object, replace its current parameters.

Parameters
rhsA Handle object of the same type
Returns
Handle& *this

◆ operator==()

bool RVC::Handle::operator== ( const Handle rhs)
inline

Compare with another Handle object.

Parameters
rhsAnother Handle object
Returns
true Equal
false Not equal

The documentation for this struct was generated from the following file: