GNU Octave  4.4.1
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 (void)=delete
 
 superclass_info (const std::string &method_nm, const std::string &class_nm)
 
 superclass_info (const superclass_info &)=delete
 
 ~superclass_info (void)=default
 
superclass_infooperator= (const superclass_info &)=delete
 

Public Attributes

std::string m_class_nm
 
std::string m_method_nm
 

Detailed Description

Definition at line 170 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 method_nm,
const std::string class_nm 
)
inline

Definition at line 174 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_nm

std::string octave::token::tok_info::superclass_info::m_class_nm

Definition at line 186 of file token.h.

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

◆ m_method_nm

std::string octave::token::tok_info::superclass_info::m_method_nm

Definition at line 185 of file token.h.

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


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