#include <rvc/credentials.h>
Public Member Functions | |
| CREDENTIALS (const CREDENTIALS &rhs) | |
| CREDENTIALS (const MISTRING &UserName, MISTRING &Password) | |
| CREDENTIALS () | |
| ~CREDENTIALS () | |
| bool | operator!= (const CREDENTIALS &rhs) const |
| CREDENTIALS & | operator= (const CREDENTIALS &rhs) |
| bool | operator== (const CREDENTIALS &rhs) const |
| void | SetCredentials (const MISTRING &UserName, MISTRING &Password) |
| RVC::CREDENTIALS::CREDENTIALS | ( | ) |
Default constructor, credentials set to "Everyone".
Constructor that takes a user name and password to set credentials.
| Password | String cleared after credentials are set |
| RVC::CREDENTIALS::CREDENTIALS | ( | const CREDENTIALS & | rhs | ) |
Copy constructor.
| RVC::CREDENTIALS::~CREDENTIALS | ( | ) |
Destructor.
| bool RVC::CREDENTIALS::operator!= | ( | const CREDENTIALS & | rhs | ) | const [inline] |
Comparison operator (Not Equals).
| CREDENTIALS& RVC::CREDENTIALS::operator= | ( | const CREDENTIALS & | rhs | ) |
Assignment operator.
| bool RVC::CREDENTIALS::operator== | ( | const CREDENTIALS & | rhs | ) | const |
Comparison operator (Equals).
Set credentials via user name and password.
| Password | String cleared after credentials are set |
1.6.1