wibble::sys::fs::Directory Class Reference

Nicely wrap access to directories. More...

#include <fs.h>

List of all members.

Classes

class  const_iterator

Public Member Functions

 Directory (const std::string &path)
const std::string & path () const
 Pathname of the directory.
bool valid ()
 Check that the directory exists and is a directory.
const_iterator begin ()
 Begin iterator.
const_iterator end () const
 End iterator.

Detailed Description

Nicely wrap access to directories.


Constructor & Destructor Documentation

wibble::sys::fs::Directory::Directory ( const std::string &  path  )  [inline]

Member Function Documentation

const_iterator wibble::sys::fs::Directory::begin (  ) 

Begin iterator.

Referenced by TestFs::directoryIterate().

const_iterator wibble::sys::fs::Directory::end (  )  const

End iterator.

Referenced by TestFs::directoryIterate().

const std::string& wibble::sys::fs::Directory::path (  )  const [inline]

Pathname of the directory.

bool wibble::sys::fs::Directory::valid (  ) 

Check that the directory exists and is a directory.

Referenced by TestFs::invalidDirectories().


The documentation for this class was generated from the following file:
Generated on Wed May 12 00:53:40 2010 for wibble by  doxygen 1.6.3