Base class for unflushable filters.
More...
#include <simple.h>
|
bool | Flush (bool completeFlush, int propagation=-1, bool blocking=true) |
|
bool | IsolatedFlush (bool hardFlush, bool blocking) |
|
bool | ChannelFlush (const std::string &channel, bool hardFlush, int propagation=-1, bool blocking=true) |
|
template<class T>
class Unflushable< T >
Base class for unflushable filters.
- Template Parameters
-
Definition at line 94 of file simple.h.
template<class T>
bool Unflushable< T >::ChannelFlush |
( |
const std::string & |
channel, |
|
|
bool |
hardFlush, |
|
|
int |
propagation = -1 , |
|
|
bool |
blocking = true |
|
) |
| |
|
inline |
template<class T>
bool Unflushable< T >::Flush |
( |
bool |
completeFlush, |
|
|
int |
propagation = -1 , |
|
|
bool |
blocking = true |
|
) |
| |
|
inline |
template<class T>
bool Unflushable< T >::IsolatedFlush |
( |
bool |
hardFlush, |
|
|
bool |
blocking |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: