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

#include "oct-gperf.h"

Public Attributes

octave_kw_id kw_id
 
const char * name
 
int tok
 

Detailed Description

Definition at line 117 of file oct-gperf.h.

Member Data Documentation

◆ kw_id

octave_kw_id octave_kw::kw_id

Definition at line 117 of file oct-gperf.h.

Referenced by base_lexer::make_keyword_token().

◆ name

const char* octave_kw::name

Definition at line 117 of file oct-gperf.h.

◆ tok

int octave_kw::tok

Definition at line 117 of file oct-gperf.h.

Referenced by base_lexer::make_keyword_token().


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