GNU Octave 10.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
 
bool empty () const
 
filepos end_pos () const
 
void push (const token &open_delim, const token &close_delim)
 

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.

Referenced by tree_argument_list::beg_pos(), and tree_array_list::beg_pos().

◆ count()

size_t tree_delimiter_list::count ( ) const
inline

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

Referenced by tree_expression::delim_count().

◆ empty()

bool tree_delimiter_list::empty ( ) const
inline

◆ end_pos()

filepos tree_delimiter_list::end_pos ( ) const
inline

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

Referenced by tree_argument_list::end_pos(), and tree_array_list::end_pos().

◆ push()

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

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