GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "lex.h"
Public Member Functions | |
comment_buffer (void) | |
~comment_buffer (void) | |
void | append (const std::string &s, octave_comment_elt::comment_type t) |
octave_comment_list * | get_comment (void) |
void | reset (void) |
Private Attributes | |
octave_comment_list * | comment_list |
|
inline |
|
inline |
|
inline |
Definition at line 497 of file lex.h.
Referenced by octave_base_lexer::finish_comment().
|
inline |
Definition at line 516 of file lex.h.
Referenced by octave_base_lexer::reset().
|
private |