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

#include "token.h"

Public Member Functions

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

Public Attributes

std::string m_class_name
 
std::string m_method_name
 

Detailed Description

Definition at line 171 of file token.h.

Constructor & Destructor Documentation

◆ superclass_info() [1/2]

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

Definition at line 174 of file token.h.

◆ superclass_info() [2/2]

token::tok_info::superclass_info::superclass_info ( )
delete

◆ ~superclass_info()

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

Member Data Documentation

◆ m_class_name

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

Definition at line 192 of file token.h.

◆ m_method_name

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

Definition at line 188 of file token.h.


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