wibble
1.1
|
#include <fs.h>
Public Member Functions | |
const_iterator () | |
const_iterator (const Directory &dir) | |
~const_iterator () | |
const_iterator (const const_iterator &i) | |
auto_ptr style copy semantics More... | |
const_iterator & | operator= (const const_iterator &i) |
const_iterator & | operator++ () |
Move to the next directory entry. More... | |
std::string | operator* () const |
bool | operator== (const const_iterator &iter) const |
bool | operator!= (const const_iterator &iter) const |
bool | isdir () const |
bool | isblk () const |
bool | ischr () const |
bool | isfifo () const |
bool | islnk () const |
bool | isreg () const |
bool | issock () const |
wibble::sys::fs::Directory::const_iterator::const_iterator | ( | ) |
Referenced by wibble::sys::fs::inode().
wibble::sys::fs::Directory::const_iterator::const_iterator | ( | const Directory & | dir | ) |
wibble::sys::fs::Directory::const_iterator::~const_iterator | ( | ) |
Referenced by wibble::sys::fs::inode().
wibble::sys::fs::Directory::const_iterator::const_iterator | ( | const const_iterator & | i | ) |
auto_ptr style copy semantics
bool wibble::sys::fs::Directory::const_iterator::isblk | ( | ) | const |
Referenced by wibble::sys::fs::inode().
bool wibble::sys::fs::Directory::const_iterator::ischr | ( | ) | const |
Referenced by wibble::sys::fs::inode().
bool wibble::sys::fs::Directory::const_iterator::isdir | ( | ) | const |
Referenced by wibble::sys::fs::inode().
bool wibble::sys::fs::Directory::const_iterator::isfifo | ( | ) | const |
Referenced by wibble::sys::fs::inode().
bool wibble::sys::fs::Directory::const_iterator::islnk | ( | ) | const |
Referenced by wibble::sys::fs::inode().
bool wibble::sys::fs::Directory::const_iterator::isreg | ( | ) | const |
Referenced by wibble::sys::fs::inode().
bool wibble::sys::fs::Directory::const_iterator::issock | ( | ) | const |
Referenced by wibble::sys::fs::inode().
bool wibble::sys::fs::Directory::const_iterator::operator!= | ( | const const_iterator & | iter | ) | const |
Referenced by wibble::sys::fs::inode().
std::string wibble::sys::fs::Directory::const_iterator::operator* | ( | ) | const |
Referenced by wibble::sys::fs::inode().
const_iterator& wibble::sys::fs::Directory::const_iterator::operator++ | ( | ) |
Move to the next directory entry.
Referenced by wibble::sys::fs::inode().
const_iterator& wibble::sys::fs::Directory::const_iterator::operator= | ( | const const_iterator & | i | ) |
Referenced by wibble::sys::fs::inode().
bool wibble::sys::fs::Directory::const_iterator::operator== | ( | const const_iterator & | iter | ) | const |
Referenced by wibble::sys::fs::inode().