|
Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members Related Pages
DGD::multifile_log::Split_criteria Class Reference
Abstract class providing interface for predicate triggering splitting the output file. More...
#include <dgMultifileLog.h>
Inheritance diagram for DGD::multifile_log::Split_criteria:
List of all members.
Public Member Functions
- virtual bool operator() (unsigned long volume, unsigned long line, unsigned long column, unsigned long bytes) const=0
Detailed Description
Abstract class providing interface for predicate triggering splitting the output file. - Parameters:
volume | number of current split volume (first part of the file is a volume #0, the second #1, etc...) | line | current line number | column | current column number | bytes | total number of bytes written to the file (including the previous volumes) |
- Returns:
- true if split is needed, false otherwise.
Member Function Documentation
virtual bool DGD::multifile_log::Split_criteria::operator() | ( | unsigned long | volume, | | | unsigned long | line, | | | unsigned long | column, | | | unsigned long | bytes | | ) | const [pure virtual] |
|
The documentation for this class was generated from the following file: Generated on Thu Aug 10 16:48:31 2006 for DGD Library by 1.3
|