GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
octave::base_lexer::comment_buffer Class Reference

#include "lex.h"

Collaboration diagram for octave::base_lexer::comment_buffer:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

octave_comment_listcomment_list
 

Detailed Description

Definition at line 505 of file lex.h.

Constructor & Destructor Documentation

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

Definition at line 510 of file lex.h.

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

Definition at line 512 of file lex.h.

Member Function Documentation

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

Definition at line 514 of file lex.h.

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

octave_comment_list* octave::base_lexer::comment_buffer::get_comment ( void  )
inline
void octave::base_lexer::comment_buffer::reset ( void  )
inline

Definition at line 533 of file lex.h.

Member Data Documentation

octave_comment_list* octave::base_lexer::comment_buffer::comment_list
private

Definition at line 542 of file lex.h.


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