21 INLINE EggNamedObject::
22 EggNamedObject(
const string &name) :
Namable(name) {
31 INLINE EggNamedObject::
43 EggObject::operator = (copy);
44 Namable::operator = (copy);
48 INLINE ostream &operator << (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.