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

#include "lex.h"

Collaboration diagram for octave::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 567 of file lex.h.

Constructor & Destructor Documentation

◆ comment_buffer()

octave::base_lexer::comment_buffer::comment_buffer ( void  )
inline

Definition at line 572 of file lex.h.

◆ ~comment_buffer()

octave::base_lexer::comment_buffer::~comment_buffer ( void  )
inline

Definition at line 574 of file lex.h.

Member Function Documentation

◆ append()

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

Definition at line 576 of file lex.h.

Referenced by octave::base_lexer::finish_comment().

◆ get_comment()

◆ reset()

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

Definition at line 595 of file lex.h.

Referenced by octave::base_lexer::reset().

Member Data Documentation

◆ m_comment_list

comment_list* octave::base_lexer::comment_buffer::m_comment_list
private

Definition at line 604 of file lex.h.


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