Torque3D Documentation / _generateds / MacFileSystemChangeNotifier

MacFileSystemChangeNotifier

Engine/source/platformMac/macVolume.h

File system change notifications on Mac.

More...

Classes:

Protected Attributes

Array of FSEventStream events set up.

Protected Functions

bool

This is called so the inherited class can do its own bookkeeping on addNotification()

bool

This is called so the inherited class can do its own bookkeeping on removeNotification()

Detailed Description

File system change notifications on Mac.

Public Types

typedef Torque::FS::FileSystemChangeNotifier Parent 

Protected Attributes

Vector< Event * > mEvents 

Array of FSEventStream events set up.

Uses pointers to dynamically allocated memory rather than allocating inline with the array to be able to pass around pointers without colliding with array reallocation.