Main Page | Namespace List | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

monsterworks::cgi::XLogin Class Reference

#include <XCGI.h>


Public Member Functions

 XLogin (const std::string &inLogin, const std::string &inPassword)
virtual ~XLogin () throw ()
virtual const char * what ()
std::string Login ()
std::string Password ()

Private Attributes

std::string myLogin
std::string myPassword


Detailed Description

Exception class which can be thrown if there is an unsuccessful attempt to log in.

Definition at line 48 of file XCGI.h.


Constructor & Destructor Documentation

monsterworks::cgi::XLogin::XLogin const std::string &  inLogin,
const std::string &  inPassword
[inline]
 

Definition at line 51 of file XCGI.h.

References myLogin, and myPassword.

virtual monsterworks::cgi::XLogin::~XLogin  )  throw () [inline, virtual]
 

Definition at line 52 of file XCGI.h.


Member Function Documentation

std::string monsterworks::cgi::XLogin::Login  )  [inline]
 

Definition at line 54 of file XCGI.h.

References myLogin.

std::string monsterworks::cgi::XLogin::Password  )  [inline]
 

Definition at line 55 of file XCGI.h.

References myPassword.

virtual const char* monsterworks::cgi::XLogin::what  )  [inline, virtual]
 

Definition at line 53 of file XCGI.h.


Field Documentation

std::string monsterworks::cgi::XLogin::myLogin [private]
 

Definition at line 57 of file XCGI.h.

Referenced by Login(), and XLogin().

std::string monsterworks::cgi::XLogin::myPassword [private]
 

Definition at line 58 of file XCGI.h.

Referenced by Password(), and XLogin().


The documentation for this class was generated from the following file:
monsterworks Code by Monsterworks. Made available under the GNU Public License.
Documentation by doxygen.