|
GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <string>

Go to the source code of this file.
Classes | |
| union | OCTAVE_TEX_STYPE |
Macros | |
| #define | BF 258 |
| #define | CH 270 |
| #define | COLOR 264 |
| #define | COLOR_RGB 265 |
| #define | END 267 |
| #define | FONTNAME 262 |
| #define | FONTSIZE 263 |
| #define | IT 259 |
| #define | NUM 271 |
| #define | OCTAVE_TEX_DEBUG 0 |
| #define | OCTAVE_TEX_STYPE_IS_DECLARED 1 |
| #define | OCTAVE_TEX_STYPE_IS_TRIVIAL 1 |
| #define | OCTAVE_TEX_TOKENTYPE |
| #define | RM 261 |
| #define | SCRIPT 273 |
| #define | SL 260 |
| #define | START 266 |
| #define | STR 274 |
| #define | SUB 269 |
| #define | SUPER 268 |
| #define | SYM 272 |
Typedefs | |
| typedef union OCTAVE_TEX_STYPE | OCTAVE_TEX_STYPE |
Enumerations | |
| enum | octave_tex_tokentype { BF = 258, IT = 259, SL = 260, RM = 261, FONTNAME = 262, FONTSIZE = 263, COLOR = 264, COLOR_RGB = 265, START = 266, END = 267, SUPER = 268, SUB = 269, CH = 270, NUM = 271, SYM = 272, SCRIPT = 273, STR = 274 } |
Functions | |
| int | octave_tex_parse (text_parser_tex &parser) |
| #define BF 258 |
Definition at line 81 of file oct-tex-parser.h.
| #define CH 270 |
Definition at line 93 of file oct-tex-parser.h.
| #define COLOR 264 |
Definition at line 87 of file oct-tex-parser.h.
| #define COLOR_RGB 265 |
Definition at line 88 of file oct-tex-parser.h.
| #define END 267 |
Definition at line 90 of file oct-tex-parser.h.
| #define FONTNAME 262 |
Definition at line 85 of file oct-tex-parser.h.
| #define FONTSIZE 263 |
Definition at line 86 of file oct-tex-parser.h.
| #define IT 259 |
Definition at line 82 of file oct-tex-parser.h.
| #define NUM 271 |
Definition at line 94 of file oct-tex-parser.h.
| #define OCTAVE_TEX_DEBUG 0 |
Definition at line 44 of file oct-tex-parser.h.
| #define OCTAVE_TEX_STYPE_IS_DECLARED 1 |
Definition at line 121 of file oct-tex-parser.h.
| #define OCTAVE_TEX_STYPE_IS_TRIVIAL 1 |
Definition at line 120 of file oct-tex-parser.h.
| #define OCTAVE_TEX_TOKENTYPE |
Definition at line 58 of file oct-tex-parser.h.
| #define RM 261 |
Definition at line 84 of file oct-tex-parser.h.
| #define SCRIPT 273 |
Definition at line 96 of file oct-tex-parser.h.
| #define SL 260 |
Definition at line 83 of file oct-tex-parser.h.
| #define START 266 |
Definition at line 89 of file oct-tex-parser.h.
| #define STR 274 |
Definition at line 97 of file oct-tex-parser.h.
| #define SUB 269 |
Definition at line 92 of file oct-tex-parser.h.
| #define SUPER 268 |
Definition at line 91 of file oct-tex-parser.h.
| #define SYM 272 |
Definition at line 95 of file oct-tex-parser.h.
| typedef union OCTAVE_TEX_STYPE OCTAVE_TEX_STYPE |
Definition at line 101 of file oct-tex-parser.h.
| enum octave_tex_tokentype |
| Enumerator | |
|---|---|
| BF | |
| IT | |
| SL | |
| RM | |
| FONTNAME | |
| FONTSIZE | |
| COLOR | |
| COLOR_RGB | |
| START | |
| END | |
| SUPER | |
| SUB | |
| CH | |
| NUM | |
| SYM | |
| SCRIPT | |
| STR | |
Definition at line 59 of file oct-tex-parser.h.
| int octave_tex_parse | ( | text_parser_tex & | parser | ) |
Definition at line 1182 of file oct-tex-parser.cc.
References text_element_fontstyle::bold, text_element_fontstyle::italic, text_element_fontstyle::normal, text_element_fontstyle::oblique, scanner, text_parser_tex::set_parse_result(), YY_, YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN, YY_IGNORE_MAYBE_UNINITIALIZED_END, YY_INITIAL_VALUE, YY_REDUCE_PRINT, YY_STACK_PRINT, YY_SYMBOL_PRINT, YYABORT, YYACCEPT, yycheck, yydefact, yydefgoto, yydestruct(), YYDPRINTF, YYEMPTY, YYEOF, yyerror, yyerrstatus, YYFINAL, YYINITDEPTH, YYLAST, yylex, yylval, YYMAXDEPTH, yynerrs, YYNTOKENS, yypact, yypact_value_is_default, yypgoto, YYPOPSTACK, yyr1, yyr2, YYSIZE_T, yyss, yyalloc::yyss_alloc, yyssa, yyssp, YYSTACK_ALLOC, YYSTACK_BYTES, YYSTACK_FREE, YYSTACK_RELOCATE, yystacksize, yystate, yystos, YYSTYPE, yytable, yytable_value_is_error, YYTERROR, YYTRANSLATE, yyvs, yyalloc::yyvs_alloc, yyvsa, and yyvsp.
Referenced by text_parser_tex::parse().
1.8.8