1#ifndef __STDAIR_BOM_SIMPLENESTINGSTRUCTURE_HPP
2#define __STDAIR_BOM_SIMPLENESTINGSTRUCTURE_HPP
27 template <
typename BOM>
friend class FacBom;
90 return _key.toString();
99 template<
class Archive>
100 void serialize (Archive& ar,
const unsigned int iFileVersion);
110 void serialisationImplementationExport()
const;
111 void serialisationImplementationImport();
Handle on the StdAir library context.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
std::list< NestingNode * > NestingNodeList_T
Key of a given policy, made of a policy code.
void serialize(Archive &ar, const unsigned int iFileVersion)
const Key_T & getKey() const
void fromStream(std::istream &ioIn)
BomAbstract *const getParent() const
const NestingNodeList_T & getNestingNodeList() const
std::string toString() const
SimpleNestingStructure(const Key_T &)
const HolderMap_T & getHolderMap() const
virtual ~SimpleNestingStructure()
void toStream(std::ostream &ioOut) const
NestingStructureKey Key_T
friend class boost::serialization::access
friend class FacBomManager
const std::string describeKey() const