7 #include <stdair/bom/BomManager.hpp>
8 #include <stdair/bom/BomRoot.hpp>
9 #include <stdair/bom/Inventory.hpp>
17 const stdair::InventoryList_T& lInventoryList =
18 stdair::BomManager::getList<stdair::Inventory> (iBomRoot);
21 for (stdair::InventoryList_T::const_iterator itInventory =
22 lInventoryList.begin();
23 itInventory != lInventoryList.end(); ++itInventory) {
24 const stdair::Inventory* lCurrentInventory_ptr = *itInventory;
25 assert (lCurrentInventory_ptr != NULL);