lfilesystem  0.0.1
C++ filesystem library
lfilesystem_DynamicLibrary.h File Reference

This file defines the DynamicLibrary class. More...

#include <string_view>
#include <string>
#include <atomic>
#include <vector>
#include "lfilesystem/lfilesystem_Export.h"
#include "lfilesystem/lfilesystem_FileWatcher.h"
#include "lfilesystem/lfilesystem_File.h"
+ Include dependency graph for lfilesystem_DynamicLibrary.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  limes::files::DynamicLibrary
 This class represents a dynamically loaded library. More...
 
class  limes::files::DynamicLibrary::Listener
 This class listens for events to a DynamicLibrary and receives a callback when the library is opened, closed, or reloaded. More...
 
class  limes::files::DynamicLibrary::Reloader
 This class watches a dynamic library file for changes on disk. More...
 
struct  std::hash< limes::files::DynamicLibrary >
 A specialization of std::hash for dynamic libraries. More...
 

Namespaces

 limes::files
 Filesystem utilities.
 

Detailed Description

This file defines the DynamicLibrary class.

Definition in file lfilesystem_DynamicLibrary.h.