#include <stdio.h>#include <qdatetime.h>#include "config.h"#include "util.h"#include "debug.h"#include "doxygen.h"#include "portable.h"#include "filedef.h"#include "message.h"Go to the source code of this file.
Functions | |
| void | initWarningFormat () |
| void | msg (const char *fmt,...) |
| static void | format_warn (const char *file, int line, const char *text) |
| static void | do_warn (const char *tag, const char *file, int line, const char *prefix, const char *fmt, va_list args) |
| void | warn (const char *file, int line, const char *fmt,...) |
| void | va_warn (const char *file, int line, const char *fmt, va_list args) |
| void | warn_simple (const char *file, int line, const char *text) |
| void | warn_undoc (const char *file, int line, const char *fmt,...) |
| void | warn_doc_error (const char *file, int line, const char *fmt,...) |
| void | warn_uncond (const char *fmt,...) |
| void | err (const char *fmt,...) |
| void | err_full (const char *file, int line, const char *fmt,...) |
| void | printlex (int dbg, bool enter, const char *lexName, const char *fileName) |
Variables | |
| static QCString | outputFormat |
| static const char * | warning_str = "warning: " |
| static const char * | error_str = "error: " |
| static FILE * | warnFile = stderr |
|
static |
Definition at line 167 of file message.cpp.
| void err | ( | const char * | fmt, |
| ... | |||
| ) |
Definition at line 226 of file message.cpp.
| void err_full | ( | const char * | file, |
| int | line, | ||
| const char * | fmt, | ||
| ... | |||
| ) |
Definition at line 234 of file message.cpp.
|
static |
Definition at line 122 of file message.cpp.
| void initWarningFormat | ( | ) |
Definition at line 38 of file message.cpp.
| void msg | ( | const char * | fmt, |
| ... | |||
| ) |
Definition at line 107 of file message.cpp.
| void printlex | ( | int | dbg, |
| bool | enter, | ||
| const char * | lexName, | ||
| const char * | fileName | ||
| ) |
Definition at line 242 of file message.cpp.
| void va_warn | ( | const char * | file, |
| int | line, | ||
| const char * | fmt, | ||
| va_list | args | ||
| ) |
Definition at line 191 of file message.cpp.
| void warn | ( | const char * | file, |
| int | line, | ||
| const char * | fmt, | ||
| ... | |||
| ) |
Definition at line 183 of file message.cpp.
| void warn_doc_error | ( | const char * | file, |
| int | line, | ||
| const char * | fmt, | ||
| ... | |||
| ) |
Definition at line 210 of file message.cpp.
| void warn_simple | ( | const char * | file, |
| int | line, | ||
| const char * | text | ||
| ) |
Definition at line 196 of file message.cpp.
| void warn_uncond | ( | const char * | fmt, |
| ... | |||
| ) |
Definition at line 218 of file message.cpp.
| void warn_undoc | ( | const char * | file, |
| int | line, | ||
| const char * | fmt, | ||
| ... | |||
| ) |
Definition at line 202 of file message.cpp.
|
static |
Definition at line 28 of file message.cpp.
|
static |
Definition at line 26 of file message.cpp.
|
static |
Definition at line 36 of file message.cpp.
|
static |
Definition at line 27 of file message.cpp.
1.8.11