ct_common
1.0.1
Common library for combinatorial testing
|
Namespaces | |
namespace | common |
Classes | |
class | lexer_Token |
Functions | |
const char *QUEX_NAME_TOKEN() | map_id_to_name (const QUEX_TYPE_TOKEN_ID) |
void QUEX_NAME_TOKEN() | construct (lexer_Token *__this) |
void QUEX_NAME_TOKEN() | destruct (lexer_Token *__this) |
void QUEX_NAME_TOKEN() | copy (lexer_Token *me, const lexer_Token *That) |
bool QUEX_NAME_TOKEN() | take_text (lexer_Token *__this, QUEX_TYPE_ANALYZER *analyzer, const QUEX_TYPE_CHARACTER *Begin, const QUEX_TYPE_CHARACTER *End) |
std::ostream & | operator<< (std::ostream &ostr, const lexer_Token &Tok) |
Variables | |
const int | QUEX_TKN_TERMINATION = ::yy::ct_parser::token::TKN_END |
const int | QUEX_TKN_UNINITIALIZED = 1 |
const int | QUEX_TKN_UNKNOWN = 2 |
const int | QUEX_TKN_FAILURE = 3 |
void QUEX_NAME_TOKEN() ct::construct | ( | lexer_Token * | __this | ) | [inline] |
void QUEX_NAME_TOKEN() ct::copy | ( | lexer_Token * | me, |
const lexer_Token * | That | ||
) | [inline] |
void QUEX_NAME_TOKEN() ct::destruct | ( | lexer_Token * | __this | ) | [inline] |
const char* QUEX_NAME_TOKEN() ct::map_id_to_name | ( | const QUEX_TYPE_TOKEN_ID | ) |
Definition at line 9215 of file ct_lexer.cpp.
std::ostream& ct::operator<< | ( | std::ostream & | ostr, |
const lexer_Token & | Tok | ||
) | [inline] |
Definition at line 188 of file ct_lexer-token.hpp.
bool QUEX_NAME_TOKEN() ct::take_text | ( | lexer_Token * | __this, |
QUEX_TYPE_ANALYZER * | analyzer, | ||
const QUEX_TYPE_CHARACTER * | Begin, | ||
const QUEX_TYPE_CHARACTER * | End | ||
) | [inline] |
const int ct::QUEX_TKN_FAILURE = 3 |
Definition at line 10 of file ct_lexer-token_ids.h.
const int ct::QUEX_TKN_TERMINATION = ::yy::ct_parser::token::TKN_END |
Definition at line 7 of file ct_lexer-token_ids.h.
const int ct::QUEX_TKN_UNINITIALIZED = 1 |
Definition at line 8 of file ct_lexer-token_ids.h.
const int ct::QUEX_TKN_UNKNOWN = 2 |
Definition at line 9 of file ct_lexer-token_ids.h.