db_entry Class Reference
contain login information
More...
#include <db.h>
List of all members.
|
Public Member Functions |
| db_entry (size_t ident=0, bool trusted=false, const char *login_string=0) |
| login constructor
|
Public Attributes |
dbserver * | _obj |
| server object
|
Detailed Description
contain login information
Definition at line 1501 of file db.h.
Constructor & Destructor Documentation
db_entry::db_entry |
( |
size_t |
ident = 0 , |
|
|
bool |
trusted = false , |
|
|
const char * |
login_string = 0 | |
|
) |
| | |
login constructor
- Parameters:
-
ident |
server ident |
trusted |
trusted connection flag |
login_string |
login string |
Definition at line 1999 of file db.cpp.
Member Data Documentation
The documentation for this class was generated from the following files: