#include <user_zinger.h>
Inheritance diagram for user_zinger:


Public Member Functions | |
| user_zinger () | |
| ~user_zinger () | |
| bool | add (zingable *to_add) |
| lists an item "to_add" in the catalog. | |
Definition at line 26 of file user_zinger.h.
| user_zinger::user_zinger | ( | ) |
Definition at line 21 of file user_zinger.cpp.
| user_zinger::~user_zinger | ( | ) |
Definition at line 23 of file user_zinger.cpp.
| bool user_zinger::add | ( | zingable * | to_add | ) |
lists an item "to_add" in the catalog.
IN_USE is returned if the object already exists.
Definition at line 25 of file user_zinger.cpp.
References life_maintainer::add().
1.5.1