GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "txt-eng.h"
Public Types | |
enum | { invalid_code = 0xFFFFFFFFU } |
Public Member Functions | |
text_element_symbol (int sym) | |
~text_element_symbol (void) | |
void | accept (text_processor &p) |
int | get_symbol (void) const |
uint32_t | get_symbol_code (void) const |
Private Attributes | |
int | symbol |
|
inlinevirtual |
Implements text_element.
Definition at line 96 of file txt-eng.h.
Referenced by ft_render::visit().
uint32_t text_element_symbol::get_symbol_code | ( | void | ) | const |
Definition at line 31 of file txt-eng.cc.
References invalid_code, num_symbol_codes, symbol, and symbol_codes.
Referenced by ft_render::visit().
|
private |
Definition at line 103 of file txt-eng.h.
Referenced by get_symbol_code().