#include <libfd.h>
Public Member Functions | |
| Category (Database *) | |
| Category (Database *, const std::string &) | |
| Category (Database *, Query *, int=0) | |
| Category (Database &, long num) | |
| ~Category () | |
| my_ulonglong | insert () |
| void | update () |
| void | save () |
| void | erase () |
| std::string | xml () |
| std::string | xml (const std::string &, const std::string &) |
| size_t | num_cols () |
Public Attributes | |
| long | num |
| std::string | name |
Private Member Functions | |
| void | clear () |
| void | spawn (const std::string &) |
| void | spawn (Query *, int=0) |
| void | select (const std::string &) |
| void | update (long num) |
Private Attributes | |
| Database * | database |
| short | new_object |
|
|
Begin class 'Category' Definition at line 35 of file libfd.cpp. References clear(), database, and new_object.
|
|
||||||||||||
|
Definition at line 43 of file libfd.cpp. References database, new_object, and spawn().
|
|
||||||||||||||||
|
Definition at line 51 of file libfd.cpp. References database, new_object, and spawn().
|
|
||||||||||||
|
Definition at line 59 of file libfd.cpp. References database, and spawn().
|
|
|
Definition at line 72 of file libfd.cpp.
|
|
|
Definition at line 188 of file libfd.cpp. References num. Referenced by Category(), and spawn().
|
|
|
Definition at line 138 of file libfd.cpp. References database, new_object, and num.
|
|
|
Definition at line 83 of file libfd.cpp. References database, name, new_object, and num. Referenced by save().
|
|
|
Definition at line 182 of file libfd.cpp.
|
|
|
Definition at line 129 of file libfd.cpp. References insert(), new_object, and update(). Referenced by form_input(), and MyMinionSocket::OnVerifiedLine().
|
|
|
Definition at line 77 of file libfd.cpp. References spawn().
|
|
||||||||||||
|
Definition at line 219 of file libfd.cpp. References clear(), name, and num.
|
|
|
Definition at line 195 of file libfd.cpp. References clear(), database, name, new_object, and num. Referenced by Category(), and select().
|
|
|
Definition at line 110 of file libfd.cpp. References database, name, and num.
|
|
|
Definition at line 104 of file libfd.cpp. References num. Referenced by save().
|
|
||||||||||||
|
Definition at line 168 of file libfd.cpp. References database, name, and num.
|
|
|
Definition at line 154 of file libfd.cpp. References database, name, and num.
|
|
|
Definition at line 78 of file libfd.h. Referenced by Category(), erase(), insert(), spawn(), update(), and xml(). |
|
|
Definition at line 69 of file libfd.h. Referenced by form_input(), insert(), MyMinionSocket::OnVerifiedLine(), post_form(), search(), spawn(), update(), and xml(). |
|
|
Definition at line 79 of file libfd.h. Referenced by Category(), erase(), insert(), save(), and spawn(). |
|
|
Definition at line 68 of file libfd.h. Referenced by clear(), erase(), form_input(), insert(), MyMinionSocket::OnVerifiedLine(), post_form(), search(), spawn(), update(), and xml(). |
1.3.7