Classes | |
class | Consumer |
class | Matcher |
class | Filter |
class | MatcherFilter |
class | MailboxMailFolder |
class | MaildirMailFolder |
class | MailFolderImpl |
class | MailFolder |
class | SmartPointer |
class | SmartPointerItem |
class | Directory |
class | InodeSet |
Typedefs | |
typedef Consumer< MailFolder > | MailFolderConsumer |
typedef Filter< MailFolder > | MailFolderFilter |
Functions | |
void | stat (const std::string &name, struct stat *st) |
Stat the given file, throwing exception if stat fails. | |
bool | statIfFound (const std::string &name, struct stat *st) |
Stat the given file, throwing exception if stat fails, but not in case the file doesn't exist. |
typedef Consumer<MailFolder> buffy::MailFolderConsumer |
typedef Filter<MailFolder> buffy::MailFolderFilter |
void buffy::stat | ( | const std::string & | name, | |
struct stat * | st | |||
) |
Stat the given file, throwing exception if stat fails.
bool buffy::statIfFound | ( | const std::string & | name, | |
struct stat * | st | |||
) |
Stat the given file, throwing exception if stat fails, but not in case the file doesn't exist.