#include <db.h>
Collaboration diagram for dmn::DBHand:

Public Member Functions | |
| DBHand (Hand *module, ID game) | |
| Constructor. | |
| Hand * | module () const |
| ID | game () const |
| void | players (std::list< ID > *players) const |
| void | displays (std::list< ID > *displays) const |
| void | sounds (std::list< ID > *sounds) const |
| bool | insert_player (ID player) |
| bool | insert_display (ID display) |
| bool | insert_sound (ID sound) |
| bool | delete_player (ID player) |
| bool | delete_display (ID display) |
| bool | delete_sound (ID sound) |
|
||||||||||||
|
Constructor.
|
1.3.4