GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-gperf.h File Reference

Go to the source code of this file.

Classes

struct  octave_kw
 
class  octave_kw_hash
 

Macros

#define MAX_HASH_VALUE   71
 
#define MAX_WORD_LENGTH   22
 
#define MIN_HASH_VALUE   2
 
#define MIN_WORD_LENGTH   2
 
#define TOTAL_KEYWORDS   48
 

Enumerations

enum  octave_kw_id {
  arguments_kw , break_kw , case_kw , catch_kw ,
  classdef_kw , continue_kw , do_kw , else_kw ,
  elseif_kw , end_kw , end_try_catch_kw , end_unwind_protect_kw ,
  endarguments_kw , endclassdef_kw , endenumeration_kw , endevents_kw ,
  endfor_kw , endfunction_kw , endif_kw , endmethods_kw ,
  endparfor_kw , endproperties_kw , endspmd_kw , endswitch_kw ,
  endwhile_kw , enumeration_kw , events_kw , for_kw ,
  function_kw , get_kw , global_kw , if_kw ,
  magic_file_kw , magic_line_kw , methods_kw , otherwise_kw ,
  parfor_kw , persistent_kw , properties_kw , return_kw ,
  set_kw , spmd_kw , switch_kw , try_kw ,
  until_kw , unwind_protect_kw , unwind_protect_cleanup_kw , while_kw
}
 

Macro Definition Documentation

◆ MAX_HASH_VALUE

#define MAX_HASH_VALUE   71

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

◆ MAX_WORD_LENGTH

#define MAX_WORD_LENGTH   22

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

◆ MIN_HASH_VALUE

#define MIN_HASH_VALUE   2

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

◆ MIN_WORD_LENGTH

#define MIN_WORD_LENGTH   2

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

◆ TOTAL_KEYWORDS

#define TOTAL_KEYWORDS   48

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

Enumeration Type Documentation

◆ octave_kw_id

Enumerator
arguments_kw 
break_kw 
case_kw 
catch_kw 
classdef_kw 
continue_kw 
do_kw 
else_kw 
elseif_kw 
end_kw 
end_try_catch_kw 
end_unwind_protect_kw 
endarguments_kw 
endclassdef_kw 
endenumeration_kw 
endevents_kw 
endfor_kw 
endfunction_kw 
endif_kw 
endmethods_kw 
endparfor_kw 
endproperties_kw 
endspmd_kw 
endswitch_kw 
endwhile_kw 
enumeration_kw 
events_kw 
for_kw 
function_kw 
get_kw 
global_kw 
if_kw 
magic_file_kw 
magic_line_kw 
methods_kw 
otherwise_kw 
parfor_kw 
persistent_kw 
properties_kw 
return_kw 
set_kw 
spmd_kw 
switch_kw 
try_kw 
until_kw 
unwind_protect_kw 
unwind_protect_cleanup_kw 
while_kw 

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