#include <JsonMonitorable.h>
Public Member Functions | |
IntJ () | |
IntJ (int initVal) | |
IntJ (const IntJ &other) | |
void | operator= (int sth) |
virtual string | toString () const |
int & | value () |
virtual | ~IntJ () |
Public Member Functions inherited from jsoncollector::JsonMonitorable | |
string & | getName () |
void | setName (string name) |
virtual | ~JsonMonitorable () |
Private Attributes | |
int | theVar_ |
Definition at line 38 of file JsonMonitorable.h.
|
inline |
Definition at line 41 of file JsonMonitorable.h.
References theVar_.
|
inline |
|
inline |
|
inlinevirtual |
Definition at line 50 of file JsonMonitorable.h.
|
inline |
Definition at line 59 of file JsonMonitorable.h.
References theVar_.
|
inlinevirtual |
Implements jsoncollector::JsonMonitorable.
Definition at line 53 of file JsonMonitorable.h.
References theVar_.
|
inline |
Definition at line 63 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__(), evf::FastMonitoringService::accummulateFileSize(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Types.string::configValue(), Types.FileInPath::configValue(), RawEventFileWriterForBU::doOutputEvent(), Mixins.UsingBlock::dumpPython(), RawEventFileWriterForBU::initialize(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Mixins.UsingBlock::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(), Vispa.Views.PropertyView.FileProperty::labelDoubleClicked(), evf::FastMonitoringService::postEventProcessing(), evf::FastMonitoringService::preEndLumi(), MTRawEventFileWriterForBU::queueEvent(), and RawEventFileWriterForBU::RawEventFileWriterForBU().
|
private |
Definition at line 68 of file JsonMonitorable.h.
Referenced by IntJ(), operator=(), toString(), and value().