29 #include "../my_config.h"
99 void copy_from(
const mem_ui & ref);
mem_ui(user_interaction *dialog)
This is a pure virtual class that is used by libdar when interaction with the user is required...
virtual ~mem_ui()
destructor
defines the interaction between libdar and the user.Three classes are defined
mem_ui(const user_interaction &dialog)
constructor
exception used to signal a bug. A bug is triggered when reaching some code that should never be reach...
class mem_ui to keep a copy of a user_interaction object
user_interaction & get_ui() const
get access to the user_interaction cloned object
libdar namespace encapsulate all libdar symbols
mem_ui(const mem_ui &ref)
the copy constructor
const mem_ui & operator=(const mem_ui &ref)
assignement operator