17 INLINE EggNamedObject::
18 EggNamedObject(
const std::string &name) :
Namable(name) {
25 INLINE EggNamedObject::
35 EggObject::operator = (copy);
36 Namable::operator = (copy);
40 INLINE std::ostream &operator << (std::ostream &out,
const EggNamedObject &n) {
A base class for all things which can have a name.
This is a fairly low-level base class–any egg object that has a name.
The highest-level base class in the egg directory.