handle the statistic structure that gives a summary of treated files after each operation More...
#include "../my_config.h"
#include "infinint.hpp"
#include <pthread.h>
Go to the source code of this file.
Classes | |
class | libdar::statistics |
structure returned by libdar call to give a summary of the operation done in term of file treated More... | |
Namespaces | |
namespace | libdar |
libdar namespace encapsulate all libdar symbols | |
Defines | |
#define | LOCK_IN pthread_mutex_lock(&lock_mutex) |
#define | LOCK_OUT pthread_mutex_unlock(&lock_mutex) |
#define | LOCK_IN_CONST pthread_mutex_lock(const_cast<pthread_mutex_t *>(&lock_mutex)) |
#define | LOCK_OUT_CONST pthread_mutex_unlock(const_cast<pthread_mutex_t *>(&lock_mutex)) |
handle the statistic structure that gives a summary of treated files after each operation
Definition in file statistics.hpp.