Functions

Named Streams: Filesystem
[Named Stream Management]

This is a reference implemenation of the nstream interface, for a local filesystem. More...

Collaboration diagram for Named Streams: Filesystem:

Functions

smart_ptr< Manager > nstream::getFilesystemManager (IN const char *root_dir)
 A reference nstream::Manager implementation: this API provides a namespace object based on the local filesystem.

Detailed Description

This is a reference implemenation of the nstream interface, for a local filesystem.


Function Documentation

smart_ptr< Manager > nstream::getFilesystemManager ( IN const char *  root_dir  ) 

A reference nstream::Manager implementation: this API provides a namespace object based on the local filesystem.

The caller must provide the local path which forms the root of this namespace.