#include <JsonMonitorable.h>
Public Member Functions | |
void | concatenate (std::string const &added) |
void | operator= (std::string sth) |
void | resetValue () override |
StringJ () | |
std::string | toString () const override |
void | update (std::string const &newStr) |
std::string & | value () |
std::string const & | value () const |
~StringJ () override | |
Public Member Functions inherited from jsoncollector::JsonMonitorable | |
virtual std::string const & | getName () const |
bool | getNotSame () const |
unsigned int | getUpdates () |
JsonMonitorable () | |
virtual void | setName (std::string name) |
virtual | ~JsonMonitorable () |
Private Attributes | |
std::string | theVar_ |
Additional Inherited Members | |
Protected Attributes inherited from jsoncollector::JsonMonitorable | |
std::string | name_ |
bool | notSame_ |
unsigned int | updates_ |
Definition at line 142 of file JsonMonitorable.h.
|
inline |
Definition at line 144 of file JsonMonitorable.h.
|
inlineoverride |
Definition at line 146 of file JsonMonitorable.h.
|
inline |
Definition at line 161 of file JsonMonitorable.h.
References theVar_, and jsoncollector::JsonMonitorable::updates_.
|
inline |
Definition at line 154 of file JsonMonitorable.h.
References jsoncollector::JsonMonitorable::notSame_, theVar_, and jsoncollector::JsonMonitorable::updates_.
|
inlineoverridevirtual |
Implements jsoncollector::JsonMonitorable.
Definition at line 149 of file JsonMonitorable.h.
References jsoncollector::JsonMonitorable::notSame_, AlCaHLTBitMon_QueryRunRegistry::string, theVar_, and jsoncollector::JsonMonitorable::updates_.
|
inlineoverridevirtual |
Implements jsoncollector::JsonMonitorable.
Definition at line 148 of file JsonMonitorable.h.
References theVar_.
|
inline |
Definition at line 168 of file JsonMonitorable.h.
References theVar_, and jsoncollector::JsonMonitorable::updates_.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), MatrixUtil.Steps::overwrite(), and jsoncollector::DataPoint::snapGlobal().
|
inline |
Definition at line 159 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(), Mixins.UsingBlock::dumpPython(), 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(), and Types.vstring::insertInto().
|
inline |
Definition at line 160 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(), Mixins.UsingBlock::dumpPython(), 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(), and Types.vstring::insertInto().
|
private |
Definition at line 174 of file JsonMonitorable.h.
Referenced by concatenate(), operator=(), resetValue(), toString(), update(), and value().