src
|
#include <opt.h>
Public Member Functions | |
Opt () | |
const opt_t * | operator-> () |
bool | source (const char *s) |
bool | output (const char *s) |
bool | set_encoding (Enc::type_t t) |
void | unset_encoding (Enc::type_t t) |
void | set_encoding_policy (Enc::policy_t p) |
void | set_input_api (InputAPI::type_t t) |
void | set_target (opt_t::target_t arg) |
void | set_bNoGenerationDate (bool arg) |
void | set_version (bool arg) |
void | set_encoding (Enc arg) |
void | set_bCaseInsensitive (bool arg) |
void | set_bCaseInverted (bool arg) |
void | set_empty_class_policy (empty_class_policy_t arg) |
void | set_cFlag (bool arg) |
void | set_tFlag (bool arg) |
void | set_header_file (const char *arg) |
void | set_yycondtype (std::string arg) |
void | set_cond_get (std::string arg) |
void | set_cond_get_naked (bool arg) |
void | set_cond_set (std::string arg) |
void | set_cond_set_arg (std::string arg) |
void | set_cond_set_naked (bool arg) |
void | set_yyctable (std::string arg) |
void | set_condPrefix (std::string arg) |
void | set_condEnumPrefix (std::string arg) |
void | set_condDivider (std::string arg) |
void | set_condDividerParam (std::string arg) |
void | set_condGoto (std::string arg) |
void | set_condGotoParam (std::string arg) |
void | set_fFlag (bool arg) |
void | set_state_get (std::string arg) |
void | set_state_get_naked (bool arg) |
void | set_state_set (std::string arg) |
void | set_state_set_arg (std::string arg) |
void | set_state_set_naked (bool arg) |
void | set_yyfilllabel (std::string arg) |
void | set_yynext (std::string arg) |
void | set_yyaccept (std::string arg) |
void | set_bUseStateAbort (bool arg) |
void | set_bUseStateNext (bool arg) |
void | set_rFlag (bool arg) |
void | set_FFlag (bool arg) |
void | set_sFlag (bool arg) |
void | set_bFlag (bool arg) |
void | set_yybm (std::string arg) |
void | set_yybmHexTable (bool arg) |
void | set_gFlag (bool arg) |
void | set_yytarget (std::string arg) |
void | set_cGotoThreshold (uint32_t arg) |
void | set_topIndent (uint32_t arg) |
void | set_indString (std::string arg) |
void | set_input_api (InputAPI arg) |
void | set_yycursor (std::string arg) |
void | set_yymarker (std::string arg) |
void | set_yyctxmarker (std::string arg) |
void | set_yylimit (std::string arg) |
void | set_yypeek (std::string arg) |
void | set_yyskip (std::string arg) |
void | set_yybackup (std::string arg) |
void | set_yybackupctx (std::string arg) |
void | set_yyrestore (std::string arg) |
void | set_yyrestorectx (std::string arg) |
void | set_yylessthan (std::string arg) |
void | set_iFlag (bool arg) |
void | set_dFlag (bool arg) |
void | set_yydebug (std::string arg) |
void | set_yyctype (std::string arg) |
void | set_yych (std::string arg) |
void | set_bEmitYYCh (bool arg) |
void | set_yychConversion (bool arg) |
void | set_fill (std::string arg) |
void | set_fill_use (bool arg) |
void | set_fill_check (bool arg) |
void | set_fill_arg (std::string arg) |
void | set_fill_arg_use (bool arg) |
void | set_fill_naked (bool arg) |
void | set_labelPrefix (std::string arg) |
void | set_dfa_minimization (dfa_minimization_t arg) |
std::string | yychConversion () |
void | reset_encoding (const Enc &enc) |
void | reset_mapCodeName () |
FORBID_COPY (Opt) | |
Public Attributes | |
const char * | source_file |
const char * | output_file |
Static Public Attributes | |
static const opt_t | baseopt |
re2c::Opt::FORBID_COPY | ( | Opt | ) |
|
inline |
bool re2c::Opt::output | ( | const char * | s | ) |
void re2c::Opt::reset_encoding | ( | const Enc & | enc | ) |
void re2c::Opt::reset_mapCodeName | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
bool re2c::Opt::source | ( | const char * | s | ) |
|
inline |
|
inline |