RVC::CREDENTIALS Class Reference

#include <rvc/credentials.h>

List of all members.

Public Member Functions

 CREDENTIALS (const CREDENTIALS &rhs)
 CREDENTIALS (const MISTRING &UserName, MISTRING &Password)
 CREDENTIALS ()
 ~CREDENTIALS ()
bool operator!= (const CREDENTIALS &rhs) const
CREDENTIALSoperator= (const CREDENTIALS &rhs)
bool operator== (const CREDENTIALS &rhs) const
void SetCredentials (const MISTRING &UserName, MISTRING &Password)

Constructor & Destructor Documentation

RVC::CREDENTIALS::CREDENTIALS (  ) 

Default constructor, credentials set to "Everyone".

RVC::CREDENTIALS::CREDENTIALS ( const MISTRING UserName,
MISTRING Password 
)

Constructor that takes a user name and password to set credentials.

Parameters:
Password String cleared after credentials are set
RVC::CREDENTIALS::CREDENTIALS ( const CREDENTIALS rhs  ) 

Copy constructor.

RVC::CREDENTIALS::~CREDENTIALS (  ) 

Destructor.


Member Function Documentation

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).

void RVC::CREDENTIALS::SetCredentials ( const MISTRING UserName,
MISTRING Password 
)

Set credentials via user name and password.

Parameters:
Password String cleared after credentials are set

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

Generated on Sun Oct 7 21:36:48 2012 for TNTsdk 2012 by  doxygen 1.6.1