#include "nstream.h"
#include <fstream>
#include <unistd.h>
#include <sys/stat.h>
#include "common/wave_ex.h"
#include "perf/perf.h"
#include "util/file.h"
#include "util/token_stream.h"
Go to the source code of this file.
Namespaces | |
namespace | nstream |
Functions | |
static smart_ptr< Entry > | nstream::getEntryForName (IN const char *name, IN const char *rootDir) |
static std::string | nstream::getFullPath (IN const char *rootDir, IN const char *name) |
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. |