#include <JsonMonitorable.h>
Public Member Functions | |
void | add (long sth) |
IntJ () | |
IntJ (long val) | |
void | operator= (long sth) |
void | resetValue () override |
std::string | toString () const override |
void | update (long sth) |
long & | value () |
~IntJ () override | |
Public Member Functions inherited from jsoncollector::JsonMonitorable | |
virtual std::string & | getName () |
bool | getNotSame () |
unsigned int | getUpdates () |
JsonMonitorable () | |
virtual void | setName (std::string name) |
virtual | ~JsonMonitorable () |
Private Attributes | |
long | theVar_ |
Additional Inherited Members | |
Protected Attributes inherited from jsoncollector::JsonMonitorable | |
std::string | name_ |
bool | notSame_ |
unsigned int | updates_ |
Definition at line 66 of file JsonMonitorable.h.
|
inline |
Definition at line 68 of file JsonMonitorable.h.
|
inline |
Definition at line 69 of file JsonMonitorable.h.
|
inlineoverride |
Definition at line 71 of file JsonMonitorable.h.
|
inline |
Definition at line 97 of file JsonMonitorable.h.
References theVar_, and jsoncollector::JsonMonitorable::updates_.
Referenced by jsoncollector::DataPoint::mergeAndRetrieveValue(), counter.Counter::register(), SequenceTypes.Task::remove(), and SequenceTypes.Task::replace().
|
inline |
Definition at line 83 of file JsonMonitorable.h.
References jsoncollector::JsonMonitorable::notSame_, theVar_, and jsoncollector::JsonMonitorable::updates_.
|
inlineoverridevirtual |
Implements jsoncollector::JsonMonitorable.
Definition at line 78 of file JsonMonitorable.h.
References jsoncollector::JsonMonitorable::notSame_, theVar_, and jsoncollector::JsonMonitorable::updates_.
|
inlineoverridevirtual |
Implements jsoncollector::JsonMonitorable.
Definition at line 73 of file JsonMonitorable.h.
References contentValuesCheck::ss, and theVar_.
|
inline |
Definition at line 90 of file JsonMonitorable.h.
References jsoncollector::JsonMonitorable::notSame_, theVar_, and jsoncollector::JsonMonitorable::updates_.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), MatrixUtil.Steps::overwrite(), jsoncollector::DataPoint::snap(), and jsoncollector::DataPoint::snapGlobal().
|
inline |
Definition at line 88 of file JsonMonitorable.h.
References theVar_.
Referenced by Types.int32::__nonzero__(), Types.uint32::__nonzero__(), Types.int64::__nonzero__(), Types.uint64::__nonzero__(), Types.double::__nonzero__(), Types.bool::__nonzero__(), Types.string::__nonzero__(), average.Average::average(), Types.string::configValue(), Types.FileInPath::configValue(), RawEventFileWriterForBU::doOutputEvent(), evf::FastMonitoringService::dowork(), Mixins.UsingBlock::dumpPython(), RawEventFileWriterForBU::endOfLS(), RawEventFileWriterForBU::finishFileWrite(), RawEventFileWriterForBU::initialize(), Mixins.UsingBlock::insertInto(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Types.double::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), Types.vstring::insertInto(), jsoncollector::DataPoint::mergeAndRetrieveValue(), and evf::FastMonitoringService::preGlobalEndLumi().
|
private |
Definition at line 103 of file JsonMonitorable.h.
Referenced by add(), operator=(), resetValue(), toString(), update(), and value().