GNU Octave 11.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
tree_delimiter_list Class Reference

#include "pt-delimiter-list.h"

Public Types

typedef std::pair< token, tokenelement_type
 

Public Member Functions

filepos beg_pos () const
 
size_t count () const
 
std::stack< element_typedelims () const
 
bool empty () const
 
filepos end_pos () const
 
comment_list leading_comments () const
 
void push (const token &open_delim, const token &close_delim)
 
comment_list trailing_comments () const
 

Detailed Description

Definition at line 38 of file pt-delimiter-list.h.

Member Typedef Documentation

◆ element_type

Definition at line 42 of file pt-delimiter-list.h.

Member Function Documentation

◆ beg_pos()

filepos tree_delimiter_list::beg_pos ( ) const
inline

Definition at line 55 of file pt-delimiter-list.h.

◆ count()

size_t tree_delimiter_list::count ( ) const
inline

Definition at line 46 of file pt-delimiter-list.h.

◆ delims()

std::stack< element_type > tree_delimiter_list::delims ( ) const
inline

Definition at line 91 of file pt-delimiter-list.h.

◆ empty()

bool tree_delimiter_list::empty ( ) const
inline

Definition at line 48 of file pt-delimiter-list.h.

◆ end_pos()

filepos tree_delimiter_list::end_pos ( ) const
inline

Definition at line 64 of file pt-delimiter-list.h.

◆ leading_comments()

comment_list tree_delimiter_list::leading_comments ( ) const
inline

Definition at line 73 of file pt-delimiter-list.h.

◆ push()

void tree_delimiter_list::push ( const token open_delim,
const token close_delim 
)
inline

Definition at line 50 of file pt-delimiter-list.h.

◆ trailing_comments()

comment_list tree_delimiter_list::trailing_comments ( ) const
inline

Definition at line 82 of file pt-delimiter-list.h.


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