ucommon
7.0.0
About: GNU uCommon C++ is a portable and optimized class framework for writing C++ applications that need to use threads and support concurrent synchronization, and that use sockets, XML parsing, object serialization, thread-optimized string and data structure classes, etc..
![]() ![]() |
This is the complete list of members for ucommon::dir, including all inherited members.
access_t enum name | ucommon::fsys | private |
APPEND enum value | ucommon::fsys | private |
append(const char *path) | ucommon::fsys | privatestatic |
assign(fd_t descriptor) | ucommon::fsys | inlineprivate |
assign(fsys &object, fd_t descriptor) | ucommon::fsys | inlineprivatestatic |
close(void) | ucommon::dir | |
copy(const char *source, const char *target, size_t size=1024) | ucommon::fsys | privatestatic |
create(const char *path, unsigned mode) | ucommon::dir | static |
DEVICE enum value | ucommon::fsys | private |
dir(const char *path) | ucommon::dir | |
dir() | ucommon::dir | |
DIR_TEMPORARY enum value | ucommon::fsys | private |
drop(offset_t size=0) | ucommon::fsys | private |
end | ucommon::fsys | privatestatic |
erase(const char *path) | ucommon::fsys | privatestatic |
err(void) const | ucommon::dir | inline |
error | ucommon::fsys | mutableprivate |
EVERYONE enum value | ucommon::fsys | private |
EXCLUSIVE enum value | ucommon::fsys | private |
exec(const char *path, char **argv, char **envp=NULL) | ucommon::fsys | privatestatic |
fd | ucommon::fsys | private |
fileinfo_t typedef | ucommon::fsys | private |
fsys() | ucommon::fsys | private |
fsys(fd_t handle) | ucommon::fsys | private |
fsys(const fsys &descriptor) | ucommon::fsys | private |
fsys(const char *path, access_t access) | ucommon::fsys | private |
fsys(const char *path, unsigned permission, access_t access) | ucommon::fsys | private |
GROUP_PRIVATE enum value | ucommon::fsys | private |
GROUP_PUBLIC enum value | ucommon::fsys | private |
GROUP_READONLY enum value | ucommon::fsys | private |
handle(void) const | ucommon::fsys | inlineprivate |
hardlink(const char *path, const char *target) | ucommon::fsys | privatestatic |
info(fileinfo_t *buffer) | ucommon::fsys | private |
info(const char *path, fileinfo_t *buffer) | ucommon::fsys | privatestatic |
inherit(fd_t &descriptor, bool enable) | ucommon::fsys | privatestatic |
input(const char *path) | ucommon::fsys | privatestatic |
is_char(struct stat *inode) | ucommon::fsys | inlineprivatestatic |
is_dev(struct stat *inode) | ucommon::fsys | inlineprivatestatic |
is_device(const char *path) | ucommon::fsys | privatestatic |
is_dir(const char *path) | ucommon::fsys | privatestatic |
is_dir(struct stat *inode) | ucommon::fsys | inlineprivatestatic |
is_disk(struct stat *inode) | ucommon::fsys | inlineprivatestatic |
is_executable(const char *path) | ucommon::fsys | privatestatic |
is_exists(const char *path) | ucommon::fsys | privatestatic |
is_file(const char *path) | ucommon::fsys | privatestatic |
is_file(struct stat *inode) | ucommon::fsys | inlineprivatestatic |
is_hidden(const char *path) | ucommon::fsys | privatestatic |
is_link(const char *path) | ucommon::fsys | privatestatic |
is_link(struct stat *inode) | ucommon::fsys | inlineprivatestatic |
is_readable(const char *path) | ucommon::fsys | privatestatic |
is_sys(struct stat *inode) | ucommon::fsys | inlineprivatestatic |
is_tty(void) const | ucommon::fsys | private |
is_tty(fd_t fd) | ucommon::fsys | privatestatic |
is_writable(const char *path) | ucommon::fsys | privatestatic |
link(const char *path, const char *target) | ucommon::fsys | privatestatic |
linkinfo(const char *path, char *buffer, size_t size) | ucommon::fsys | privatestatic |
load(const char *path) | ucommon::fsys | privatestatic |
mode(const char *path, unsigned value) | ucommon::fsys | privatestatic |
null(void) | ucommon::fsys | privatestatic |
offset_t typedef | ucommon::fsys | private |
open(const char *path) | ucommon::dir | |
ucommon::fsys::open(const char *path, access_t access) | ucommon::fsys | private |
ucommon::fsys::open(const char *path, unsigned mode, access_t access) | ucommon::fsys | private |
operator bool() const | ucommon::dir | inline |
operator fd_t() const | ucommon::fsys | inlineprivate |
operator!() const | ucommon::dir | inline |
operator*() const | ucommon::fsys | inlineprivate |
operator*=(fd_t &descriptor) | ucommon::fsys | private |
operator=(const fsys &descriptor) | ucommon::fsys | private |
operator=(fd_t descriptor) | ucommon::fsys | private |
output(const char *path) | ucommon::fsys | privatestatic |
OWNER_PRIVATE enum value | ucommon::fsys | private |
OWNER_PUBLIC enum value | ucommon::fsys | private |
OWNER_READONLY enum value | ucommon::fsys | private |
pipe(fd_t &input, fd_t &output, size_t size=0) | ucommon::fsys | privatestatic |
prefix(const char *path) | ucommon::fsys | privatestatic |
prefix(char *path, size_t size) | ucommon::fsys | privatestatic |
prefix(void) | ucommon::fsys | privatestatic |
ptr | ucommon::dir | private |
PUBLIC_READONLY enum value | ucommon::fsys | private |
RANDOM enum value | ucommon::fsys | private |
RDONLY enum value | ucommon::fsys | private |
RDWR enum value | ucommon::fsys | private |
read(char *buffer, size_t count) | ucommon::dir | |
ucommon::fsys::read(void *buffer, size_t count) | ucommon::fsys | private |
release(void) | ucommon::fsys | private |
release(fd_t descriptor) | ucommon::fsys | privatestatic |
remapError(void) | ucommon::fsys | inlineprivatestatic |
remove(const char *path) | ucommon::dir | static |
rename(const char *oldpath, const char *newpath) | ucommon::fsys | privatestatic |
reset(void) | ucommon::dir | inline |
REWRITE enum value | ucommon::fsys | private |
seek(offset_t offset) | ucommon::fsys | private |
set(fd_t descriptor) | ucommon::fsys | private |
SHARED enum value | ucommon::fsys | private |
STREAM enum value | ucommon::fsys | private |
sync(void) | ucommon::fsys | private |
trunc(offset_t offset) | ucommon::fsys | private |
unlink(const char *path) | ucommon::fsys | privatestatic |
write(const void *buffer, size_t count) | ucommon::fsys | private |
WRONLY enum value | ucommon::fsys | private |
~dir() | ucommon::dir | |
~fsys() | ucommon::fsys | private |