1 #ifndef __STDAIR_BOM_SIMPLENESTINGSTRUCTURE_HPP
2 #define __STDAIR_BOM_SIMPLENESTINGSTRUCTURE_HPP
16 namespace serialization {
27 template <
typename BOM>
friend class FacBom;
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
Utility class for linking StdAir-based objects.
Handle on the StdAir library context.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
Base class for the Business Object Model (BOM) layer.
std::list< NestingNode * > NestingNodeList_T
const HolderMap_T & getHolderMap() const
friend class boost::serialization::access
Base class for Factory layer.
NestingStructureKey Key_T
void toStream(std::ostream &ioOut) const
Key of a given policy, made of a policy code.
const NestingNodeList_T & getNestingNodeList() const
const std::string toString() const
void serialize(Archive &ar, const unsigned int iFileVersion)
const std::string describeKey() const
const Key_T & getKey() const
void fromStream(std::istream &ioIn)
virtual ~SimpleNestingStructure()
std::string toString() const
BomAbstract *const getParent() const