status Class Reference

#include <_status.h>

List of all members.

Public Member Functions

virtual ~ProgressCallback ()
virtual bool task (const std::string &task)
virtual void push_task (const std::string &task, int start=0, int end=100, int total=100)
virtual void pop_task ()
virtual void warning (const std::string &warn)
virtual void error (const std::string &err)
virtual bool amount_complete (int current, int total)
virtual bool amount_complete (float percent)


Detailed Description

======================================================================== Extended Template Library Status Callback Class Implementation
Id
_status.h,v 1.1.1.1 2005/01/04 01:31:48 darco Exp

Copyright (c) 2002 Robert B. Quattlebaum Jr.

This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

=== N O T E S ===========================================================

This is an internal header file, included by other ETL headers. You should not attempt to use it directly.

=========================================================================

Definition at line 40 of file _status.h.


Constructor & Destructor Documentation

virtual status::~ProgressCallback (  )  [inline, virtual]

Definition at line 43 of file _status.h.


Member Function Documentation

virtual bool status::task ( const std::string &  task  )  [inline, virtual]

Definition at line 45 of file _status.h.

Referenced by push_task().

virtual void status::push_task ( const std::string &  task,
int  start = 0,
int  end = 100,
int  total = 100 
) [inline, virtual]

Definition at line 47 of file _status.h.

References task().

virtual void status::pop_task (  )  [inline, virtual]

Definition at line 49 of file _status.h.

virtual void status::warning ( const std::string &  warn  )  [inline, virtual]

Definition at line 51 of file _status.h.

virtual void status::error ( const std::string &  err  )  [inline, virtual]

Definition at line 52 of file _status.h.

virtual bool status::amount_complete ( int  current,
int  total 
) [inline, virtual]

Definition at line 54 of file _status.h.

Referenced by amount_complete().

virtual bool status::amount_complete ( float  percent  )  [inline, virtual]

Definition at line 55 of file _status.h.

References amount_complete().


The documentation for this class was generated from the following file:
Generated on Sat Nov 4 08:36:20 2006 for ETL by  doxygen 1.4.7