libintrovirt v0.57.5
IntroVirt introspection library
Loading...
Searching...
No Matches
FileMonitor Class Referencefinal
Inheritance diagram for FileMonitor:
Collaboration diagram for FileMonitor:

Public Member Functions

 FileMonitor (const std::string &target_path, bool flush, bool json)
 
void process_event (Event &event) override
 Process an incoming event.
 
 ~FileMonitor ()
 
- Public Member Functions inherited from introvirt::EventCallback
virtual ~EventCallback ()=default
 

Detailed Description

Examples
ivfilemon.cc.

Constructor & Destructor Documentation

◆ FileMonitor()

FileMonitor::FileMonitor ( const std::string &  target_path,
bool  flush,
bool  json 
)
inline

◆ ~FileMonitor()

FileMonitor::~FileMonitor ( )
inline
Examples
ivfilemon.cc.

Member Function Documentation

◆ process_event()

void FileMonitor::process_event ( Event event)
inlineoverridevirtual

Process an incoming event.

Parameters
eventThe incoming event

Implements introvirt::EventCallback.

Examples
ivfilemon.cc.

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