Disk ARchive  2.7.15
Full featured and portable backup and archiving tool
Namespaces | Typedefs
archive_listing_callback.hpp File Reference

definition of the user defined callback function used for archive listing More...

#include "list_entry.hpp"
#include "../my_config.h"
+ Include dependency graph for archive_listing_callback.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 libdar
 libdar namespace encapsulate all libdar symbols
 

Typedefs

using libdar::archive_listing_callback = void(*)(const std::string &the_path, const list_entry &entry, void *context)
 callback function type expected for archive::op_listing and archive::get_children_of()
 

Detailed Description

definition of the user defined callback function used for archive listing

Definition in file archive_listing_callback.hpp.