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_method_list Class Reference

#include "pt-classdef.h"

Inheritance diagram for tree_classdef_method_list:

Public Member Functions

 tree_classdef_method_list ()
 
 tree_classdef_method_list (const octave_value &f)
 
 tree_classdef_method_list (const std::list< octave_value > &a)
 
 ~tree_classdef_method_list ()=default
 
void accept (tree_walker &tw)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ tree_classdef_method_list() [1/3]

tree_classdef_method_list::tree_classdef_method_list ( )
inline

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

◆ tree_classdef_method_list() [2/3]

tree_classdef_method_list::tree_classdef_method_list ( const octave_value f)
inline

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

References f.

◆ tree_classdef_method_list() [3/3]

tree_classdef_method_list::tree_classdef_method_list ( const std::list< octave_value > &  a)
inline

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

◆ ~tree_classdef_method_list()

tree_classdef_method_list::~tree_classdef_method_list ( )
default

Member Function Documentation

◆ accept()

void tree_classdef_method_list::accept ( tree_walker tw)
inline

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