#include <UniqueString.h>
Public Member Functions | |
bool | isProductEqual (const UniqueString &other) const |
bool | operator== (const std::string &other) const |
bool | operator== (const UniqueString &other) const |
const std::string & | str () const |
UniqueString () | |
UniqueString (const std::string &str) | |
Private Attributes | |
std::string | str_ |
Definition at line 8 of file UniqueString.h.
|
inline |
Definition at line 10 of file UniqueString.h.
|
inline |
Definition at line 11 of file UniqueString.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 12 of file UniqueString.h.
References str_.
Referenced by NanoAODRNTupleOutputModule::writeRun(), and NanoAODOutputModule::writeRun().
|
private |
Definition at line 18 of file UniqueString.h.
Referenced by operator==(), and str().