BDE 4.14.0 Production release
|
Provide testable bdls::FilesystemUtil
operations for some Unixes.
This subordinate component to bdls_filesystemutil provides a utility struct
template, bdls::FilesystemUtil_UnixImpUtil
for implementing some of bdls::FilesystemUtil
s functions on Unix platforms. bdls::FilesystemUtil_UnixImpUtil
accesses Unix functions and types through its template parameter, UNIX_INTERFACE
, in order to allow tests to supply mock Unix interfaces.