1 #ifndef __STDAIR_BOM_SIMPLENESTINGSTRUCTURE_HPP 2 #define __STDAIR_BOM_SIMPLENESTINGSTRUCTURE_HPP 16 namespace serialization {
27 template <
typename BOM>
friend class FacBom;
29 friend class boost::serialization::access;
84 std::string toString()
const;
90 return _key.toString();
99 template<
class Archive>
100 void serialize (Archive& ar,
const unsigned int iFileVersion);
110 void serialisationImplementationExport()
const;
111 void serialisationImplementationImport();
154 #endif // __STDAIR_BOM_SIMPLENESTINGSTRUCTURE_HPP std::map< const std::type_info *, BomAbstract * > HolderMap_T
std::list< NestingNode * > NestingNodeList_T
const std::string describeKey() const
Base class for the Business Object Model (BOM) layer.
Key of a given policy, made of a policy code.
NestingStructureKey Key_T
Utility class for linking StdAir-based objects.
BomAbstract *const getParent() const
Handle on the StdAir library context.
Base class for Factory layer.
const HolderMap_T & getHolderMap() const
void toStream(std::ostream &ioOut) const
void fromStream(std::istream &ioIn)
const Key_T & getKey() const