0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Hypertable::FileUtils Member List

This is the complete list of members for Hypertable::FileUtils, including all inherited members.

add_trailing_slash(String &path)Hypertable::FileUtilsstatic
exists(const String &fname)Hypertable::FileUtilsstatic
expand_tilde(String &fname)Hypertable::FileUtilsstatic
file_to_buffer(const String &fname, off_t *lenp)Hypertable::FileUtilsstatic
file_to_string(const String &fname)Hypertable::FileUtilsstatic
length(const String &fname)Hypertable::FileUtilsstatic
mkdirs(const String &dirname)Hypertable::FileUtilsstatic
mmap(const String &fname, off_t *lenp)Hypertable::FileUtilsstatic
ms_mutexHypertable::FileUtilsstatic
pread(int fd, void *vptr, size_t n, off_t offset)Hypertable::FileUtilsstatic
read(const String &fname, String &contents)Hypertable::FileUtilsstatic
read(int fd, void *vptr, size_t n)Hypertable::FileUtilsstatic
readdir(const String &dirname, const String &fname_regex, std::vector< struct dirent > &listing)Hypertable::FileUtilsstatic
recv(int fd, void *vptr, size_t n)Hypertable::FileUtilsstatic
recvfrom(int fd, void *vptr, size_t n, struct sockaddr *from, socklen_t *fromlen)Hypertable::FileUtilsstatic
rename(const String &oldpath, const String &newpath)Hypertable::FileUtilsstatic
send(int fd, const void *vptr, size_t n)Hypertable::FileUtilsstatic
sendto(int fd, const void *vptr, size_t n, const sockaddr *to, socklen_t tolen)Hypertable::FileUtilsstatic
set_flags(int fd, int flags)Hypertable::FileUtilsstatic
size(const String &fname)Hypertable::FileUtilsstatic
unlink(const String &fname)Hypertable::FileUtilsstatic
write(const String &fname, const std::string &contents)Hypertable::FileUtilsstatic
write(int fd, const void *vptr, size_t n)Hypertable::FileUtilsstatic
write(int fd, const std::string &str)Hypertable::FileUtilsinlinestatic
writev(int fd, const struct iovec *vector, int count)Hypertable::FileUtilsstatic