CodeContext.cc
Go to the documentation of this file.
static CodeContext::Pointer & Instance()
guarantees the forever existence of the pointer, starting from the first use
Definition: CodeContext.cc:26
std::ostream & CurrentCodeContextDetail(std::ostream &os)
Definition: CodeContext.cc:96
Definition: CodeContext.h:53
virtual ScopedId codeContextGist() const =0
static void Reset()
forgets the current context, setting it to nil/unknown
Definition: CodeContext.cc:77
represents a being-forgotten CodeContext (while it may be being destroyed)
Definition: CodeContext.cc:15
std::ostream & detailCodeContext(std::ostream &os) const override
appends human-friendly context description line(s) to a cache.log record
Definition: CodeContext.cc:19
ScopedId codeContextGist() const override
Definition: CodeContext.cc:18
Definition: InstanceId.h:19