GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Attributes | List of all members
octave_kw Struct Reference

#include "oct-gperf.h"

Collaboration diagram for octave_kw:
Collaboration graph
[legend]

Public Attributes

octave_kw_id kw_id
 
const charname
 
int tok
 

Detailed Description

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

Member Data Documentation

octave_kw_id octave_kw::kw_id

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

Referenced by octave_base_lexer::is_keyword_token().

const char* octave_kw::name

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

Referenced by Fiskeyword(), and octave_kw_hash::in_word_set().

int octave_kw::tok

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

Referenced by octave_base_lexer::is_keyword_token().


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