22 EggComment(
const string &node_name,
const string &comment)
23 :
EggNode(node_name), _comment(comment) {
42 operator = (
const string &comment) {
55 _comment = copy._comment;
66 operator
const string & ()
const {
76 INLINE
void EggComment::
77 set_comment(
const string &comment) {
87 INLINE
string EggComment::
A base class for things that may be directly added into the egg hierarchy.