18 set_name(
const std::string &name) {
36 return !_name.empty();
42 INLINE
const std::string &Event::
48 INLINE std::ostream &operator << (std::ostream &out,
const Event &n) {
bool has_name() const
Returns true if the Event has a nonempty name set, false if the name is empty.
void clear_name()
Resets the Event's name to empty.
A named event, possibly with parameters.