18EggComment(
const std::string &node_name,
const std::string &comment)
19 :
EggNode(node_name), _comment(comment) {
34operator = (
const std::string &comment) {
45 _comment = copy._comment;
54operator
const std::string & ()
const {
62INLINE
void EggComment::
63set_comment(
const std::string &comment) {
71INLINE std::string EggComment::
A base class for things that may be directly added into the egg hierarchy.