|
Deepsolver
|
| baseName(const std::string &fileName) | File | [static] |
| close() | File | |
| create(const std::string &fileName) | File | |
| File() | File | [inline] |
| getFd() const | File | [inline] |
| isDir(const std::string &fileName) | File | [static] |
| isRegFile(const std::string &fileName) | File | [static] |
| isSymLink(const std::string &fileName) | File | [static] |
| m_fd (defined in File) | File | [protected] |
| move(const std::string &oldFileName, const std::string &newFileName) | File | [static] |
| open(const std::string fileName) | File | |
| opened() const | File | [inline] |
| openReadOnly(const std::string &fileName) | File | |
| read(void *buf, size_t bufSize) | File | |
| readAhead(const std::string &fileName) | File | [static] |
| readTextFile(StringVector &lines) | File | |
| readTextFile(std::string &text) | File | |
| unlink(const std::string &fileName) | File | [static] |
| write(const void *buf, size_t bufSize) | File | |
| ~File() | File | [inline, virtual] |
1.7.5.1