Public Member Functions | |
forum_auth (std::string name, std::string password) | |
~forum_auth (void) | |
bool | is_authorised (void) |
Private Member Functions | |
bool | validate (void) |
Private Attributes | |
std::string | user_name |
std::string | user_password |
bool | authorised |
Definition at line 16 of file forum_auth.cpp.
forum_auth::forum_auth::forum_auth | ( | std::string | name, | |
std::string | password | |||
) |
forum_auth::forum_auth::~forum_auth | ( | void | ) |
bool forum_auth::forum_auth::validate | ( | void | ) | [private] |
bool forum_auth::forum_auth::is_authorised | ( | void | ) |
std::string forum_auth::forum_auth::user_name [private] |
Definition at line 21 of file forum_auth.cpp.
std::string forum_auth::forum_auth::user_password [private] |
Definition at line 22 of file forum_auth.cpp.
bool forum_auth::forum_auth::authorised [private] |
Definition at line 23 of file forum_auth.cpp.
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |