Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
Public Member Functions | Public Attributes | List of all members
jop::DirectoryWatcher::Info Struct Reference

#include <DirectoryWatcher.hpp>

Public Member Functions

bool operator== (const Info &right) const
 Equality operator. More...
 

Public Attributes

std::string filename
 The file that was changed. More...
 
DateTime datetime
 Date and time. More...
 

Detailed Description

File change information

Definition at line 51 of file DirectoryWatcher.hpp.

Member Function Documentation

bool jop::DirectoryWatcher::Info::operator== ( const Info right) const

Equality operator.

Parameters
rightThe other Info to compare against
Returns
True if the infos match

Member Data Documentation

DateTime jop::DirectoryWatcher::Info::datetime

Date and time.

Definition at line 54 of file DirectoryWatcher.hpp.

std::string jop::DirectoryWatcher::Info::filename

The file that was changed.

Definition at line 53 of file DirectoryWatcher.hpp.


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