GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::tree_classdef_superclass Class Reference

#include "pt-classdef.h"

Collaboration diagram for octave::tree_classdef_superclass:

Public Member Functions

 tree_classdef_superclass (const std::string &cname)
 
 tree_classdef_superclass (const tree_classdef_superclass &)=delete
 
 ~tree_classdef_superclass (void)=default
 
void accept (tree_walker &tw)
 
std::string class_name (void)
 
tree_classdef_superclassoperator= (const tree_classdef_superclass &)=delete
 

Private Attributes

std::string m_cls_name
 

Detailed Description

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

Constructor & Destructor Documentation

◆ tree_classdef_superclass() [1/2]

octave::tree_classdef_superclass::tree_classdef_superclass ( const std::string cname)
inline

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

◆ tree_classdef_superclass() [2/2]

octave::tree_classdef_superclass::tree_classdef_superclass ( const tree_classdef_superclass )
delete

◆ ~tree_classdef_superclass()

octave::tree_classdef_superclass::~tree_classdef_superclass ( void  )
default

Member Function Documentation

◆ accept()

void octave::tree_classdef_superclass::accept ( tree_walker tw)
inline

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

References octave::tree_walker::visit_classdef_superclass().

◆ class_name()

std::string octave::tree_classdef_superclass::class_name ( void  )
inline

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

References m_cls_name.

◆ operator=()

tree_classdef_superclass& octave::tree_classdef_superclass::operator= ( const tree_classdef_superclass )
delete

Member Data Documentation

◆ m_cls_name

std::string octave::tree_classdef_superclass::m_cls_name
private

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

Referenced by class_name().


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