Mantid
|
TopicInfo : Class that holds information on a kafka topic. More...
#include <TopicInfo.h>
Public Member Functions | |
const std::string & | name () const |
TopicInfo (InstrumentInfo *inst, const Poco::XML::Element *elem) | |
TopicInfo (std::string name, TopicType type) | |
TopicType | type () const |
Private Attributes | |
std::string | m_name |
TopicType | m_type |
TopicInfo : Class that holds information on a kafka topic.
Definition at line 32 of file TopicInfo.h.
Mantid::Kernel::TopicInfo::TopicInfo | ( | InstrumentInfo * | inst, |
const Poco::XML::Element * | elem | ||
) |
Definition at line 38 of file TopicInfo.cpp.
References Mantid::Kernel::Chopper, Mantid::Kernel::Event, Mantid::Kernel::DateAndTimeHelpers::g_log, m_name, m_type, Mantid::Kernel::Monitor, Mantid::Kernel::InstrumentInfo::name(), Mantid::Kernel::Run, Mantid::Kernel::Sample, type(), and Mantid::Kernel::Logger::warning().
Mantid::Kernel::TopicInfo::TopicInfo | ( | std::string | name, |
TopicType | type | ||
) |
Definition at line 60 of file TopicInfo.cpp.
|
inline |
Definition at line 36 of file TopicInfo.h.
Referenced by Mantid::Kernel::operator<<().
|
inline |
Definition at line 37 of file TopicInfo.h.
Referenced by Mantid::Kernel::operator<<(), and TopicInfo().
|
private |
Definition at line 40 of file TopicInfo.h.
Referenced by TopicInfo().
|
private |
Definition at line 41 of file TopicInfo.h.
Referenced by TopicInfo().