GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
base_lexer::comment_buffer Class Reference

#include "lex.h"

Public Member Functions

 comment_buffer ()
 
 ~comment_buffer ()
 
void append (const std::string &s, comment_elt::comment_type t, bool uses_hash_char)
 
comment_listget_comment ()
 
void reset ()
 

Detailed Description

Definition at line 563 of file lex.h.

Constructor & Destructor Documentation

◆ comment_buffer()

base_lexer::comment_buffer::comment_buffer ( )
inline

Definition at line 568 of file lex.h.

◆ ~comment_buffer()

base_lexer::comment_buffer::~comment_buffer ( )
inline

Definition at line 572 of file lex.h.

Member Function Documentation

◆ append()

void base_lexer::comment_buffer::append ( const std::string &  s,
comment_elt::comment_type  t,
bool  uses_hash_char 
)
inline

Definition at line 574 of file lex.h.

◆ get_comment()

◆ reset()

void base_lexer::comment_buffer::reset ( )
inline

Definition at line 593 of file lex.h.


The documentation for this class was generated from the following file: