|
Design Patterns
|
#include <inventory.h>
Public Member Functions | |
| Inventory () | |
| Inventory (const Inventory &) | |
| void | Accumulate (VisitedEquipmentInterface *) |
| int | count () const |
| operational::visitor::Inventory::Inventory | ( | ) |
| operational::visitor::Inventory::Inventory | ( | const Inventory & | inventory | ) |
| void operational::visitor::Inventory::Accumulate | ( | VisitedEquipmentInterface * | equipment | ) |
| int operational::visitor::Inventory::count | ( | ) | const |