StdAir Logo  1.00.17
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
Specific Implementation of an Airline Inventory
std::string toString() const;
const std::string describeKey() const;
public:
Inventory (const Key_T&);
~Inventory();
Inventory ();
Inventory (const Inventory&);
};
// ////////// Type definitions /////////
typedef std::list<Inventory*> InventoryList_T;
}