#include <TacDb.h>
Public Member Functions | |
db_user () | |
~db_user () | |
string | getUsername () |
void | setUsername (const string) |
string | getAuthsrc () |
void | setAuthsrc (const string) |
string | getPassword () |
void | setPassword (const string) |
string | getEnable () |
void | setEnable (const string) |
time_t | getOpen () |
void | setOpen (time_t) |
time_t | getClose () |
void | setClose (time_t) |
string | getAvpid () |
void | setAvpid (const string) |
string | getAccid () |
void | setAccid (const string) |
string | getAddid () |
void | setAddid (const string) |
string | getBilid () |
void | setBilid (const string) |
int | getBilmodid () |
void | setBilmodid (int) |
void | avp_add (user_avp) |
int | avp_size () |
user_avp | avp_get (int) |
void | avp_set (int, user_avp) |
void | cmd_add (cmd_avp) |
int | cmd_size () |
cmd_avp | cmd_get (int) |
void | acc_add (db_user_acc) |
int | acc_size () |
db_user_acc | acc_get (int) |
void | bilres_add (db_bilres) |
int | bilres_size () |
db_bilres | bilres_get (int) |
bool | getResult () |
void | setResult (bool) |
bool | getConnect () |
void | setConnect (bool) |
string | getResultMsg () |
void | setResultMsg (const string) |
int | getMaxsess () |
void | setMaxsess (int) |
void | operator= (db_user) |
bool | operator== (db_user) |
bool | operator!= (db_user) |
|
init |
|
free |
|
acc_ |
|
get db user |
|
get acc size |
|
avp_ |
|
get avp |
|
set avp |
|
get avp size |
|
bilres_ |
|
get billing resources |
|
get bilrez size |
|
cmd_ |
|
get cmd |
|
get cmd size |
|
accid_ |
|
addid_ |
|
get authsrc_ value |
|
avpid_ |
|
bilid_ |
|
bilmodid_ |
|
close_ |
|
connect_ |
|
enable_ |
|
maxsess_ |
|
open_ |
|
password_ |
|
result_ |
|
result_msg_ |
|
get username_ value |
|
uncompare :) |
|
copy |
|
compare |
|
set accid |
|
set addid |
|
set authsrc_ value |
|
set avpid |
|
set bilid |
|
set bilmodid |
|
set close |
|
set conn |
|
set enable |
|
set maxs |
|
set open |
|
set password |
|
set res |
|
set res msg |
|
set username_ value |