Disk ARchive  2.5.16
Full featured and portable backup and archiving tool
Classes | Namespaces
user_interaction.hpp File Reference

defines the interaction between libdar and the user.Three classes are defined More...

#include "infinint.hpp"
#include "../my_config.h"
#include <string>
#include "erreurs.hpp"
#include "integers.hpp"
#include "secu_string.hpp"
#include "on_pool.hpp"

Go to the source code of this file.

Classes

class  libdar::user_interaction
 This is a pure virtual class that is used by libdar when interaction with the user is required. More...
 
class  libdar::user_interaction_callback
 full implemented class for user_interaction based on callback functions. More...
 
class  libdar::user_interaction_blind
 full implementation class for user_interaction, which shows nothing and assumes answer "no" to any question More...
 

Namespaces

 libdar
 libdar namespace encapsulate all libdar symbols
 

Detailed Description

defines the interaction between libdar and the user.

Three classes are defined

Definition in file user_interaction.hpp.