Config.h File Reference
#include "format/Format.h"
#include "SquidString.h"
#include <list>
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

#define dump_format (   E,
  N,
  D 
)    (D).dumpFormats((E),(N))

Definition at line 82 of file Config.h.

◆ free_format

#define free_format (   X)    do{ delete (*(X)).formats; (*(X)).formats=NULL; }while(false)

Definition at line 81 of file Config.h.

◆ parse_format

#define parse_format (   X)    (X)->parseFormats()

Definition at line 80 of file Config.h.

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors