GNU Octave  8.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"

Collaboration diagram for base_lexer::comment_buffer:

Public Member Functions

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

Private Attributes

comment_listm_comment_list
 

Detailed Description

Definition at line 565 of file lex.h.

Constructor & Destructor Documentation

◆ comment_buffer()

base_lexer::comment_buffer::comment_buffer ( void  )
inline

Definition at line 570 of file lex.h.

◆ ~comment_buffer()

base_lexer::comment_buffer::~comment_buffer ( void  )
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 
)
inline

Definition at line 574 of file lex.h.

◆ get_comment()

◆ reset()

void base_lexer::comment_buffer::reset ( void  )
inline

Definition at line 593 of file lex.h.

Member Data Documentation

◆ m_comment_list

comment_list* base_lexer::comment_buffer::m_comment_list
private

Definition at line 602 of file lex.h.


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