Config.h File Reference
Include dependency graph for Config.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Format::TokenNamespace |
class | Format::FmtConfig |
Namespaces | |
namespace | Format |
Macros | |
#define | parse_format(X) (X)->parseFormats() |
#define | free_format(X) do{ delete (*(X)).formats; (*(X)).formats=NULL; }while(false) |
#define | dump_format(E, N, D) (D).dumpFormats((E),(N)) |
Variables | |
FmtConfig | Format::TheConfig |
Macro Definition Documentation
◆ dump_format
◆ free_format
#define free_format | ( | X | ) | do{ delete (*(X)).formats; (*(X)).formats=NULL; }while(false) |