#include <db.h>
Collaboration diagram for dmn::DBGame:
Public Member Functions | |
DBGame (Game *module, ID match) | |
Constructor. | |
Game * | module () const |
ID | match () const |
void | hands (std::list< ID > *hands) const |
void | couples (std::list< ID > *couples) const |
void | displays (std::list< ID > *displays) const |
bool | insert_hand (ID hand) |
bool | insert_couple (ID couple) |
bool | insert_display (ID display) |
bool | delete_hand (ID hand) |
bool | delete_couple (ID couple) |
bool | delete_display (ID display) |
|
Constructor.
|