#include <KompexSQLiteStreamRedirection.h>
Public Member Functions | |
| Redirection () | |
| Standard constructor. | |
| virtual | ~Redirection () |
| Destrctor. | |
Protected Attributes | |
| std::ofstream * | pOutputFile |
| File handle. | |
| std::streambuf * | mBuffer |
| Stream buffer. | |
Private Member Functions | |
| Redirection (const Redirection &r) | |
| Copy constrctor. | |
| Redirection & | operator= (const Redirection &r) |
| Assignment operator. | |
| Kompex::Redirection::Redirection | ( | ) | [inline] |
Standard constructor.
| virtual Kompex::Redirection::~Redirection | ( | ) | [inline, virtual] |
Destrctor.
| Kompex::Redirection::Redirection | ( | const Redirection & | r | ) | [private] |
Copy constrctor.
| Redirection& Kompex::Redirection::operator= | ( | const Redirection & | r | ) | [inline, private] |
Assignment operator.
std::streambuf* Kompex::Redirection::mBuffer [protected] |
Stream buffer.
std::ofstream* Kompex::Redirection::pOutputFile [protected] |
File handle.
1.6.3