#include "pbori_defs.h"#include <string>#include "CLiteralCodes.h"Go to the source code of this file.
Classes | |
| class | CStringLiteral< LitCode > |
| This template class defines string literals corresponding to the codes enumerated in the class CLiteralCodes. More... | |
Defines | |
| #define | GENERATE_CSTRINGLITERAL(CODE, STRING) |
This file contains a template class for accessing predefined string literals.
| #define GENERATE_CSTRINGLITERAL | ( | CODE, | |||
| STRING | ) |
template <> inline CStringLiteral<>::literal_type \ CStringLiteral<CLiteralCodes::CODE>::operator()() const{ return STRING; }
1.6.3