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 ( usec_t  timestamp,
Model mod 
)

Member Function Documentation

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

Clear the log

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

Returns the number of logged entries

void LogEntry::Print ( )
static

Print the log on stdout

Member Data Documentation

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

A log of all LogEntries ever created


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