src
Namespaces | Functions
msg.h File Reference
#include <string>
#include "src/util/attribute.h"
#include "src/util/c99_stdint.h"
Include dependency graph for msg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 re2c
 

Functions

void re2c::error (const char *fmt,...)
 
void re2c::error_encoding ()
 
void re2c::error_arg (const char *option)
 
void re2c::warning_start (uint32_t line, bool error)
 
void re2c::warning_end (const char *type, bool error)
 
void re2c::warning (const char *type, uint32_t line, bool error, const char *fmt,...)
 
void re2c::usage ()
 
void re2c::vernum ()
 
void re2c::version ()
 
std::string re2c::incond (const std::string &cond)