casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
casa::LogFilterParallel Class Reference

#include <LogFilterParallel.h>

Inheritance diagram for casa::LogFilterParallel:
casacore::LogFilter casacore::LogFilterInterface

Public Member Functions

 LogFilterParallel (casacore::LogMessage::Priority lowest=casacore::LogMessage::NORMAL)
 
 LogFilterParallel (const LogFilterParallel &other)
 
LogFilterParalleloperator= (const LogFilterParallel &other)
 
 ~LogFilterParallel ()
 
LogFilterParallelclone () const
 Clone the object. More...
 
casacore::Bool pass (const casacore::LogMessage &message) const
 Return True if message passes this filter. More...
 
void filterOut (const casacore::Char *text)
 
- Public Member Functions inherited from casacore::LogFilter
 LogFilter (LogMessage::Priority lowest=LogMessage::NORMAL)
 Construct a filter with the LOWEST priority that you want passed. More...
 
 LogFilter (const LogFilter &other)
 Copy other to this. More...
 
LogFilteroperator= (const LogFilter &other)
 
virtual ~LogFilter ()
 
LogMessage::Priority lowestPriority () const
 Return the lowest priority which will pass this filter. More...
 
- Public Member Functions inherited from casacore::LogFilterInterface
 LogFilterInterface ()
 Construct a filter with the LOWEST priority that you want passed. More...
 
virtual ~LogFilterInterface ()
 

Private Attributes

std::vector< casacore::StringfilterOutVector_p
 

Detailed Description

Definition at line 32 of file LogFilterParallel.h.

Constructor & Destructor Documentation

casa::LogFilterParallel::LogFilterParallel ( casacore::LogMessage::Priority  lowest = casacore::LogMessage::NORMAL)
casa::LogFilterParallel::LogFilterParallel ( const LogFilterParallel other)
casa::LogFilterParallel::~LogFilterParallel ( )

Member Function Documentation

LogFilterParallel* casa::LogFilterParallel::clone ( ) const
virtual

Clone the object.

Reimplemented from casacore::LogFilter.

void casa::LogFilterParallel::filterOut ( const casacore::Char text)
LogFilterParallel& casa::LogFilterParallel::operator= ( const LogFilterParallel other)
casacore::Bool casa::LogFilterParallel::pass ( const casacore::LogMessage message) const
virtual

Return True if message passes this filter.

Reimplemented from casacore::LogFilter.

Member Data Documentation

std::vector<casacore::String> casa::LogFilterParallel::filterOutVector_p
private

Definition at line 48 of file LogFilterParallel.h.


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