0.45.1
C++ Standard Airline IT Object Library
Main Page
Related Pages
Modules
Namespaces
Classes
Files
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
Specific Implementation of an Airline Inventory
*/
// //////////////////////////////////////////////////////////////////////
// Import section
// //////////////////////////////////////////////////////////////////////
// STL
#include <list>
// StdAir
#include <
stdair/bom/Inventory.hpp
>
namespace
myprovider {
class
Inventory :
public
stdair::Inventory
{
public
:
// /////////// Display support methods /////////
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
;
}
/*!
Generated on Sun Aug 12 2012 18:33:57 for StdAir by
1.8.1.2