Quick Links:

bal | bbl | bdl | bsl

Namespaces

Component bdls_filesystemutil_uniximputil
[Package bdls]

Provide testable bdls::FilesystemUtil operations for some Unixes. More...

Namespaces

namespace  bdls

Detailed Description

Outline
Purpose:
Provide testable bdls::FilesystemUtil operations for some Unixes.
Classes:
bdls::FilesystemUtil_UnixImpUtil testable file-system utilities
See also:
Component bdls_filesystemutil, Component bdls_filesystemutil_unixplatform
Description:
This subordinate component to bdls_filesystemutil provides a utility struct template, bdls::FilesystemUtil_UnixImpUtil for implementing some of bdls::FilesystemUtils 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.