Crypto++ 8.2
Free C&
Public Member Functions | List of all members
Unflushable< T > Class Template Reference

Base class for unflushable filters. More...

#include <simple.h>

+ Inheritance diagram for Unflushable< T >:

Public Member Functions

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)
 

Detailed Description

template<class T>
class Unflushable< T >

Base class for unflushable filters.

Template Parameters
Tthe class or type

Definition at line 108 of file simple.h.

Member Function Documentation

◆ Flush()

template<class T >
bool Unflushable< T >::Flush ( bool  completeFlush,
int  propagation = -1,
bool  blocking = true 
)
inline

Definition at line 111 of file simple.h.

◆ IsolatedFlush()

template<class T >
bool Unflushable< T >::IsolatedFlush ( bool  hardFlush,
bool  blocking 
)
inline

Definition at line 113 of file simple.h.

◆ ChannelFlush()

template<class T >
bool Unflushable< T >::ChannelFlush ( const std::string &  channel,
bool  hardFlush,
int  propagation = -1,
bool  blocking = true 
)
inline

Definition at line 115 of file simple.h.


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