16 #ifndef TORC_GENERIC_PARAMETERARRAYELEMENT_HPP
17 #define TORC_GENERIC_PARAMETERARRAYELEMENT_HPP
22 #ifdef GENOM_SERIALIZATION
23 #include <boost/serialization/access.hpp>
24 #endif //GENOM_SERIALIZATION
31 namespace torc {
namespace generic {
class BaseVisitor; } }
40 #ifdef GENOM_SERIALIZATION
41 friend class boost::serialization::access;
42 #endif //GENOM_SERIALIZATION
66 #ifdef GENOM_SERIALIZATION
67 template <
class Archive>
void serialize(Archive& ar,
unsigned int);
68 #endif //GENOM_SERIALIZATION
74 #endif // TORC_GENERIC_PARAMETERARRAYELEMENT_HPP
An acyclic inoutVisitor implementation.
VisitorType< ParameterArrayElement > Visitor
Represents a parameter object in EDIF.
The Error object thrown by different methods of EdifOM.
A base class for Visitor.
virtual void accept(BaseVisitor &inoutVisitor)
virtual ~ParameterArrayElement()
A placeholder for a factory method.
Represents a single element of a vector composition.
FactoryType< ParameterArrayElement > Factory