#include "acl/forward.h"
#include "base/RefCount.h"
#include "format/Format.h"
#include "mem/forward.h"
#include "SquidString.h"
#include <string>
#include <vector>
Include dependency graph for Notes.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Note |
class | Note::Value |
Stores a value for the note. More... | |
class | Notes |
class | NotePairs |
class | NotePairs::Entry |
Used to store a note key/value pair. More... | |
Typedefs | |
typedef RefCount< AccessLogEntry > | AccessLogEntryPointer |
typedef RefCount< NotePairs > | NotePairsPointer |
Typedef Documentation
◆ AccessLogEntryPointer
typedef RefCount<AccessLogEntry> AccessLogEntryPointer |
◆ NotePairsPointer
typedef RefCount<NotePairs> NotePairsPointer |