![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Include dependency graph for section_file.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | section |
| struct | section_file |
Macros | |
| #define | SECFILE_LOG(secfile, psection, format, ...) |
| #define | SECFILE_RETURN_IF_FAIL(secfile, psection, condition) |
| #define | SECFILE_RETURN_VAL_IF_FAIL(secfile, psection, condition, value) |
Functions | |
| void | secfile_log (const struct section_file *secfile, const struct section *psection, const char *file, const char *function, int line, const char *format,...) fc__attribute((__format__(__printf__ |
| bool | entry_from_token (struct section *psection, const QString &name, const QString &tok) |
| Add entry to section from token. More... | |
| #define SECFILE_LOG | ( | secfile, | |
| psection, | |||
| format, | |||
| ... | |||
| ) |
Definition at line 58 of file section_file.h.
| #define SECFILE_RETURN_IF_FAIL | ( | secfile, | |
| psection, | |||
| condition | |||
| ) |
Definition at line 61 of file section_file.h.
| #define SECFILE_RETURN_VAL_IF_FAIL | ( | secfile, | |
| psection, | |||
| condition, | |||
| value | |||
| ) |
Definition at line 66 of file section_file.h.
| bool entry_from_token | ( | struct section * | psection, |
| const QString & | name, | ||
| const QString & | tok | ||
| ) |
Add entry to section from token.
Definition at line 121 of file section_file.cpp.
Referenced by entry_from_inf_token().
| void secfile_log | ( | const struct section_file * | secfile, |
| const struct section * | psection, | ||
| const char * | file, | ||
| const char * | function, | ||
| int | line, | ||
| const char * | format, | ||
| ... | |||
| ) |