15 namespace myprovider {
18 Inventory::Inventory (
const Key_T& iKey) :
stdair::Inventory (iKey) {
22 Inventory::~Inventory () {
26 std::string Inventory::toString()
const {
27 std::ostringstream oStr;
28 oStr << _key.toString();
33 const std::string Inventory::describeKey()
const {
34 return _key.toString();
Handle on the StdAir library context.