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