ct_common
1.0.1
Common library for combinatorial testing
|
00001 /* -*- C++ -*- vim: set syntax=cpp: 00002 * PURPOSE: File containing definition of token-identifier and 00003 * a function that maps token identifiers to a string 00004 * name. 00005 * 00006 * NOTE: This file has been created automatically by Quex. 00007 * Visit quex.org for further info. 00008 * 00009 * DATE: Fri Jul 11 22:13:25 2014 00010 * 00011 * (C) 2005-2010 Frank-Rene Schaefer 00012 * ABSOLUTELY NO WARRANTY */ 00013 #ifndef __QUEX_INCLUDE_GUARD__AUTO_TOKEN_IDS_CT_LEXER__CT_LEXER_TOKEN__ 00014 #define __QUEX_INCLUDE_GUARD__AUTO_TOKEN_IDS_CT_LEXER__CT_LEXER_TOKEN__ 00015 00016 #ifndef __QUEX_OPTION_PLAIN_C 00017 # include<cstdio> 00018 #else 00019 # include<stdio.h> 00020 #endif 00021 00022 /* The token class definition file can only be included after 00023 * the definition on TERMINATION and UNINITIALIZED. 00024 * (fschaef 12y03m24d: "I do not rememember why I wrote this. 00025 * Just leave it there until I am clear if it can be deleted.") */ 00026 #include "ct_lexer-token.hpp" 00027 00028 #include "ct_lexer-token_ids.h" 00029 00030 00031 QUEX_NAMESPACE_TOKEN_OPEN 00032 extern const char* QUEX_NAME_TOKEN(map_id_to_name)(const QUEX_TYPE_TOKEN_ID TokenID); 00033 QUEX_NAMESPACE_TOKEN_CLOSE 00034 00035 #endif /* __QUEX_INCLUDE_GUARD__AUTO_TOKEN_IDS_CT_LEXER__CT_LEXER_TOKEN__ */