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

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 ( )
extern

◆ get_comment_text_c_str()

char * get_comment_text_c_str ( )
extern

◆ save_comment_text()

void save_comment_text ( const std::string &  text)
extern