Mantid
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Attributes | List of all members
Mantid::TestChannel Class Reference

#include <TestChannel.h>

Inheritance diagram for Mantid::TestChannel:

Public Types

using MsgList = std::list< Poco::Message >
 

Public Member Functions

void clear ()
 
MsgListlist ()
 
void log (const Poco::Message &msg) override
 

Private Attributes

MsgList _msgList
 

Detailed Description

Definition at line 44 of file TestChannel.h.

Member Typedef Documentation

◆ MsgList

using Mantid::TestChannel::MsgList = std::list<Poco::Message>

Definition at line 46 of file TestChannel.h.

Member Function Documentation

◆ clear()

void Mantid::TestChannel::clear ( )

Definition at line 18 of file TestChannel.cpp.

References _msgList.

◆ list()

TestChannel::MsgList & Mantid::TestChannel::list ( )

Definition at line 16 of file TestChannel.cpp.

References _msgList.

◆ log()

void Mantid::TestChannel::log ( const Poco::Message &  msg)
override

Definition at line 14 of file TestChannel.cpp.

References _msgList.

Member Data Documentation

◆ _msgList

MsgList Mantid::TestChannel::_msgList
private

Definition at line 52 of file TestChannel.h.

Referenced by clear(), list(), and log().


The documentation for this class was generated from the following files: