16 #ifndef TORC_GENERIC_NAMEABLE_HPP
17 #define TORC_GENERIC_NAMEABLE_HPP
20 #ifdef GENOM_SERIALIZATION
21 #include <boost/serialization/access.hpp>
22 #include <boost/serialization/weak_ptr.hpp>
23 #endif //GENOM_SERIALIZATION
35 #ifdef GENOM_SERIALIZATION
36 friend class boost::serialization::access;
78 #ifdef GENOM_SERIALIZATION
79 template <
class Archive>
void serialize(Archive& ar,
unsigned int);
80 #endif //GENOM_SERIALIZATION
96 #endif // TORC_GENERIC_NAMEABLE_HPP
void setName(const std::string &inSource)
Nameable & operator=(const Nameable &source)
The Error object thrown by different methods of EdifOM.
virtual const std::string getName() const
An object that has a name.