jigdo API
Last update by Admin on 2010-05-23
util/status.hh File Reference
Return type for functions to show success or failure. More...
Go to the source code of this file.
Classes | |
class | Status |
Simple success/failure return type. More... | |
class | XStatus |
Version of Status which can contain more than 2 values. More... | |
Functions | |
bool | operator== (const Status &a, const Status &b) |
bool | operator== (const XStatus &a, const XStatus &b) |
Variables | |
static const Status | OK = Status(Status::OK) |
static const Status | FAILED = Status(Status::FAILED) |
Detailed Description
Return type for functions to show success or failure.
Function Documentation
References XStatus::code.
References Status::code.
Variable Documentation
const Status FAILED = Status(Status::FAILED) [static] |
Referenced by CacheFile::find(), and CacheFile::findName().
const Status OK = Status(Status::OK) [static] |
Referenced by CacheFile::find(), and CacheFile::findName().
Generated on Tue Sep 23 14:27:42 2008 for jigdo by
