|
|
| PidFile (const std::string &file, uid_t uid=-1, gid_t gid=-1) throw () |
| |
|
| PidFile (const PidFile &other) |
| |
|
PidFile & | operator= (const PidFile &other) throw () |
| |
|
bool | operator== (const PidFile &other) const =delete throw () |
| |
|
bool | operator!= (const PidFile &other) const =delete throw () |
| |
|
const std::string & | get (void) const throw () |
| |
|
int | read (void) const throw (PidFileException) |
| |
|
int | write (void) const throw (PidFileException) |
| |
|
void | remove (void) const throw (PidFileException) |
| |
|
bool | isOwner (void) const throw () |
| |
|
bool | isLive (void) const throw () |
| |
|
bool | isFile (void) const throw () |
| |
|
|
static const PidFile::shared | shared_ptr (const std::string &file, uid_t uid=-1, gid_t gid=-1) throw () |
| |
Definition at line 27 of file PidFile.h.
The documentation for this class was generated from the following files:
- /home/sella/digitalgenesis/libutil++/releases/rpm/BUILD/libutil++-1.9.3/src/sella/util/PidFile.h
- /home/sella/digitalgenesis/libutil++/releases/rpm/BUILD/libutil++-1.9.3/src/sella/util/PidFile.cpp