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