1 #ifndef __JEEP__JCOMMENT__
2 #define __JEEP__JCOMMENT__
20 namespace JPP {
using namespace JEEP; }
57 this->push_back(comment);
71 for (const_iterator i = comment.begin(); i != comment.end(); ++i) {
94 if (in.peek() == (int)
' ') {
100 comment.push_back(buffer);
118 for (JComment::const_iterator i = comment.begin(); i != comment.end(); ++i) {