|
Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members Related Pages
DGD::funnelbuf::Callback Class Reference
Pure virtual interface for a callback which will handle line, column and written bytes information. More...
#include <dgFunnel.h>
Inheritance diagram for DGD::funnelbuf::Callback:
List of all members.
Public Member Functions
- virtual void operator() (unsigned long line, unsigned long column, unsigned long bytes)=0
Detailed Description
Pure virtual interface for a callback which will handle line, column and written bytes information.
Member Function Documentation
virtual void DGD::funnelbuf::Callback::operator() | ( | unsigned long | line, | | | unsigned long | column, | | | unsigned long | bytes | | ) | [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
|