Fcitx
|
Utility class that wraps around UnixFD. More...
#include <fcitx-utils/standardpath.h>
Public Member Functions | |
StandardPathFile (int fd=-1, const std::string &path={}) | |
StandardPathFile (StandardPathFile &&other)=default | |
StandardPathFile & | operator= (StandardPathFile &&other)=default |
int | fd () const |
bool | isValid () const |
const std::string & | path () const |
int | release () |
Utility class that wraps around UnixFD.
It also contains the actual file name information.
Definition at line 153 of file standardpath.h.