GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::token::tok_info::superclass_info Struct Reference

#include "token.h"

Collaboration diagram for octave::token::tok_info::superclass_info:

Public Member Functions

 superclass_info (const std::string &meth, const std::string &cls)
 
 superclass_info (const superclass_info &)=delete
 
 superclass_info (void)=delete
 
 ~superclass_info (void)=default
 
superclass_infooperator= (const superclass_info &)=delete
 

Public Attributes

std::string m_class_name
 
std::string m_method_name
 

Detailed Description

Definition at line 196 of file token.h.

Constructor & Destructor Documentation

◆ superclass_info() [1/3]

octave::token::tok_info::superclass_info::superclass_info ( void  )
delete

◆ superclass_info() [2/3]

octave::token::tok_info::superclass_info::superclass_info ( const std::string &  meth,
const std::string &  cls 
)
inline

Definition at line 200 of file token.h.

◆ superclass_info() [3/3]

octave::token::tok_info::superclass_info::superclass_info ( const superclass_info )
delete

◆ ~superclass_info()

octave::token::tok_info::superclass_info::~superclass_info ( void  )
default

Member Function Documentation

◆ operator=()

superclass_info& octave::token::tok_info::superclass_info::operator= ( const superclass_info )
delete

Member Data Documentation

◆ m_class_name

std::string octave::token::tok_info::superclass_info::m_class_name

Definition at line 217 of file token.h.

Referenced by octave::token::superclass_class_name().

◆ m_method_name

std::string octave::token::tok_info::superclass_info::m_method_name

Definition at line 213 of file token.h.

Referenced by octave::token::superclass_method_name().


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