DGD Library
Version: 0.1.0.14 | Updated: Thu Aug 10 16:58:14 2006
Home
DGD News
FAQ
Code Documentation
DGD Installation Guide
Bugs-n-Features
DGD at Sourceforge.net
Download DGD
Subversion
Code Documentation
Documentation
Namespaces
Class Hierarchy
Class List
File List
Namespace Members
Functions
Globals
Tutorial
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:

DGD::multifile_log::Dont_splitDGD::multifile_log::Split_by_linesDGD::multifile_log::Split_by_sizeList 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]
 

Implemented in DGD::multifile_log::Dont_split, DGD::multifile_log::Split_by_size, and DGD::multifile_log::Split_by_lines.


The documentation for this class was generated from the following file:
Generated on Thu Aug 10 16:48:31 2006 for DGD Library by doxygen1.3

SourceForge.net Logo Powered by Mason Powered by Perl
Web design derived from Pasilda design found on www.oswd.org.
Copyright (c) 2002, 2003. Dimitry Kloper <kloper@users.sourceforge.net>