#include <libfd.h>
Public Member Functions | |
| Tag (Database *) | |
| Tag (Database *, const std::string &) | |
| Tag (Database *, Query *, int=0) | |
| Tag (Database &, long num) | |
| ~Tag () | |
| 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 'Tag' Definition at line 788 of file libfd.cpp. References clear(), database, and new_object.
|
|
||||||||||||
|
Definition at line 796 of file libfd.cpp. References database, new_object, and spawn().
|
|
||||||||||||||||
|
Definition at line 804 of file libfd.cpp. References database, new_object, and spawn().
|
|
||||||||||||
|
Definition at line 812 of file libfd.cpp. References database, and spawn().
|
|
|
Definition at line 825 of file libfd.cpp.
|
|
|
Definition at line 941 of file libfd.cpp. References num. Referenced by spawn(), and Tag().
|
|
|
Definition at line 891 of file libfd.cpp. References database, new_object, and num.
|
|
|
Definition at line 836 of file libfd.cpp. References database, name, new_object, and num. Referenced by save().
|
|
|
Definition at line 935 of file libfd.cpp.
|
|
|
Definition at line 882 of file libfd.cpp. References insert(), new_object, and update(). Referenced by form_input(), and MyMinionSocket::OnVerifiedLine().
|
|
|
Definition at line 830 of file libfd.cpp. References spawn().
|
|
||||||||||||
|
Definition at line 972 of file libfd.cpp. References clear(), name, and num.
|
|
|
Definition at line 948 of file libfd.cpp. References clear(), database, name, new_object, and num. Referenced by select(), and Tag().
|
|
|
Definition at line 863 of file libfd.cpp. References database, name, and num.
|
|
|
Definition at line 857 of file libfd.cpp. References num. Referenced by save().
|
|
||||||||||||
|
Definition at line 921 of file libfd.cpp. References database, name, and num.
|
|
|
Definition at line 907 of file libfd.cpp. References database, name, and num.
|
|
|
Definition at line 201 of file libfd.h. Referenced by erase(), insert(), spawn(), Tag(), update(), and xml(). |
|
|
Definition at line 192 of file libfd.h. Referenced by form_input(), insert(), MyMinionSocket::OnVerifiedLine(), post_form(), search(), spawn(), update(), and xml(). |
|
|
Definition at line 202 of file libfd.h. Referenced by erase(), insert(), save(), spawn(), and Tag(). |
|
|
Definition at line 191 of file libfd.h. Referenced by clear(), erase(), form_input(), insert(), MyMinionSocket::OnVerifiedLine(), post_form(), search(), spawn(), update(), and xml(). |
1.3.7