#include <CmdLine.h>
Public Member Functions | |
bool | isValid () const |
OneShotIStream () | |
OneShotIStream (const std::string &s) | |
operator void * () const | |
template<typename T > | |
bool | operator>> (T &obj) |
Private Attributes | |
bool | readout_ |
std::string | str_ |
bool | valid_ |
|
inline |
|
inline |
Definition at line 194 of file CmdLine.h.
References valid_.
Referenced by ntuple._Object::_checkIsValid(), core.AutoHandle.AutoHandle::ReallyLoad(), and cmdline::CmdLine::require().
|
inline |
|
inline |
|
private |
Definition at line 199 of file CmdLine.h.
Referenced by operator void *(), and operator>>().
|
private |
Definition at line 197 of file CmdLine.h.
Referenced by operator>>().
|
private |
Definition at line 198 of file CmdLine.h.
Referenced by isValid(), operator void *(), and operator>>().