Unravel Engine C++ Reference
Loading...
Searching...
No Matches
fs::syncer::mapping Struct Reference

#include <syncer.h>

Public Attributes

std::vector< std::string > extensions
 
on_entry_created_t on_entry_created
 
on_entry_modified_t on_entry_modified
 
on_entry_removed_t on_entry_removed
 
on_entry_renamed_t on_entry_renamed
 

Detailed Description

Definition at line 23 of file syncer.h.

Member Data Documentation

◆ extensions

std::vector<std::string> fs::syncer::mapping::extensions

Definition at line 25 of file syncer.h.

◆ on_entry_created

on_entry_created_t fs::syncer::mapping::on_entry_created

Definition at line 26 of file syncer.h.

◆ on_entry_modified

on_entry_modified_t fs::syncer::mapping::on_entry_modified

Definition at line 27 of file syncer.h.

◆ on_entry_removed

on_entry_removed_t fs::syncer::mapping::on_entry_removed

Definition at line 28 of file syncer.h.

◆ on_entry_renamed

on_entry_renamed_t fs::syncer::mapping::on_entry_renamed

Definition at line 29 of file syncer.h.


The documentation for this struct was generated from the following file: