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

#include "pt-classdef.h"

Inheritance diagram for tree_classdef_attribute_list:

Public Member Functions

 tree_classdef_attribute_list ()
 
 tree_classdef_attribute_list (const std::list< tree_classdef_attribute * > &a)
 
 tree_classdef_attribute_list (tree_classdef_attribute *a)
 
 ~tree_classdef_attribute_list ()
 
void accept (tree_walker &tw)
 
tree_classdef_attribute_listmark_in_delims (const token &open_delim, token &close_delim)
 

Detailed Description

Definition at line 184 of file pt-classdef.h.

Constructor & Destructor Documentation

◆ tree_classdef_attribute_list() [1/3]

tree_classdef_attribute_list::tree_classdef_attribute_list ( )
inline

Definition at line 188 of file pt-classdef.h.

◆ tree_classdef_attribute_list() [2/3]

tree_classdef_attribute_list::tree_classdef_attribute_list ( tree_classdef_attribute a)
inline

Definition at line 190 of file pt-classdef.h.

◆ tree_classdef_attribute_list() [3/3]

tree_classdef_attribute_list::tree_classdef_attribute_list ( const std::list< tree_classdef_attribute * > &  a)
inline

Definition at line 192 of file pt-classdef.h.

◆ ~tree_classdef_attribute_list()

tree_classdef_attribute_list::~tree_classdef_attribute_list ( )

Definition at line 95 of file pt-classdef.cc.

Member Function Documentation

◆ accept()

void tree_classdef_attribute_list::accept ( tree_walker tw)
inline

Definition at line 206 of file pt-classdef.h.

References tree_walker::visit_classdef_attribute_list().

Referenced by tree_walker::visit_classdef().

◆ mark_in_delims()

tree_classdef_attribute_list * tree_classdef_attribute_list::mark_in_delims ( const token open_delim,
token close_delim 
)
inline

Definition at line 200 of file pt-classdef.h.

References tree_delimiter_list::push().


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