26 #if ! defined (octave_comment_list_h)
27 #define octave_comment_list_h 1
29 #include "octave-config.h"
59 : m_text (s), m_type (t) { }
62 : m_text (oc.m_text), m_type (oc.m_type) { }
75 std::string
text (
void)
const {
return m_text; }
79 bool is_block (
void)
const {
return m_type == block; }
void append(const elt_type &s)
char * get_comment_text_c_str(void)
std::string get_comment_text(void)
void save_comment_text(const std::string &text)