OpenMining  0.01
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Namespaces | Functions
update_progress.h File Reference
#include <iostream>
Include dependency graph for update_progress.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 utils
 

Functions

template<class Tnewval , class Toldval >
bool utils::update_progress (Tnewval &newval, Toldval &oldval)
 
template<class T >
bool utils::update_progress (const T &newval, T &oldval, const char *fn)