Stg::LogEntry Class Reference

#include <stage.hh>

Public Member Functions

 LogEntry (usec_t timestamp, Model *mod)
 

Static Public Member Functions

static void Clear ()
 
static size_t Count ()
 
static void Print ()
 

Static Public Attributes

static std::vector< LogEntrylog
 

Constructor & Destructor Documentation

◆ LogEntry()

LogEntry::LogEntry ( usec_t timestamp,
Model * mod )

Member Function Documentation

◆ Clear()

static void Stg::LogEntry::Clear ( )
inlinestatic

Clear the log

◆ Count()

static size_t Stg::LogEntry::Count ( )
inlinestatic

Returns the number of logged entries

◆ Print()

void LogEntry::Print ( )
static

Print the log on stdout

Member Data Documentation

◆ log

std::vector< LogEntry > LogEntry::log
static

A log of all LogEntries ever created


The documentation for this class was generated from the following files: