Helper classes
The salhelper
module has a raft of classes designed to make SAL usage easier:
Class | Description |
---|---|
| A wrapper around |
| Wrapper around the |
| On file systems that use file links, to resolve the file linkage, you use this class - the constructor takes a file status mask, and to fetch the file status (which, if you recall, is how you get things like the filename) you call on |
| Simple reference counting class, but deprecated in favour of |
| Replaces |
| Singleton class |
| A safe implementation of |
| Helper class for easier manipulation with TimeValue, the times are seconds in UTC since 1st January, 1970. |
Last updated