GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
comment-list.h File Reference
#include "octave-config.h"
#include <string>
#include "base-list.h"

Go to the source code of this file.

Classes

class  comment_elt
 
class  comment_list
 

Functions

std::string get_comment_text ()
 
char * get_comment_text_c_str ()
 
void save_comment_text (const std::string &text)
 

Function Documentation

◆ get_comment_text()

std::string get_comment_text ( )

◆ get_comment_text_c_str()

char* get_comment_text_c_str ( )

◆ save_comment_text()

void save_comment_text ( const std::string &  text)