accept(SockAddr *sa=NULL) | Ux::Socket | |
access(int what, bool want_throw=true) | Ux::File | |
alloc(ssize_t n=-1) | Ux::File | |
bind(const SockAddr &sa) | Ux::Socket | |
chmod(mode_t mode) | Ux::File | |
chown(uid_t uid, gid_t gid) | Ux::File | |
close(void) | Ux::File | |
connect(const SockAddr &sa) | Ux::Socket | |
dup(void) | Ux::File | |
dup2(int fd2) | Ux::File | |
fcntl(int op,...) | Ux::File | |
fd | Ux::File | [protected] |
File(int f=-1, const char *p=NULL, ssize_t s=-1) | Ux::File | [inline] |
File(const char *p, ssize_t s=-1) | Ux::File | [inline] |
free(void) | Ux::File | |
fsync(int op=O_SYNC) | Ux::File | |
get_fd(void) const | Ux::File | [inline] |
get_max_name(const char *path="/") | Ux::File | |
get_size(void) const | Ux::File | [inline] |
getpeername(SockAddr &sa) | Ux::Socket | |
getsockname(SockAddr &sa) | Ux::Socket | |
getsockopt(int level, int option, void *value, socklen_t &value_len) | Ux::Socket | |
lchown(uid_t uid, gid_t gid) | Ux::File | |
link(const char *newpath) | Ux::File | |
listen(int backlog=SOMAXCONN) | Ux::Socket | |
lockf(int op, off_t len) | Ux::File | |
lstat(struct stat *buf) | Ux::File | |
mkfifo(mode_t perms=PERM_FILE) | Ux::File | |
mknod(mode_t mode, dev_t dev) | Ux::File | |
mkstemp(void) | Ux::File | |
open(int flags, mode_t perms=PERM_FILE) | Ux::File | |
operator const char *() | Ux::File | [inline] |
path | Ux::File | [protected] |
pathconf(int name, long default_val=-1) | Ux::File | |
pipe(File pf[2]) | Ux::File | [static] |
poll(struct pollfd fdinfo[], nfds_t nfds, int timeout=-1) | Ux::File | [static] |
pselect(int nfds, fd_set *readset, fd_set *writeset=NULL, fd_set *errorset=NULL, const struct timespec *timeout=NULL, const sigset_t *sigmask=NULL) | Ux::File | [static] |
read(void *buf, size_t nbytes, off_t offset=-1) | Ux::File | |
readlink(char *buf, size_t bufsize) | Ux::File | |
readv(const struct iovec *iov, int iovcnt) | Ux::File | |
recv(void *buffer, size_t length, int flags) | Ux::Socket | |
recvfrom(void *buffer, size_t length, int flags, struct sockaddr *sa, socklen_t *sa_len) | Ux::Socket | |
recvmsg(struct msghdr *message, int flags) | Ux::Socket | |
rename(const char *newpath) | Ux::File | |
seek(off_t pos, int whence) | Ux::File | |
select(int nfds, fd_set *readset, fd_set *writeset=NULL, fd_set *errorset=NULL, struct timeval *timeout=NULL) | Ux::File | [static] |
send(const void *data, size_t length, int flags) | Ux::Socket | |
sendmsg(const struct msghdr *message, int flags) | Ux::Socket | |
sendto(const void *message, size_t length, int flags, const struct sockaddr *sa, socklen_t sa_len) | Ux::Socket | |
set(int f=-1, char *p=NULL, ssize_t s=-1) | Ux::File | [inline] |
set(char *p, ssize_t s=-1) | Ux::File | [inline] |
setsockopt(int level, int option, const void *value, socklen_t value_len) | Ux::Socket | |
shutdown(int how) | Ux::Socket | |
size | Ux::File | [protected] |
sockatmark(void) | Ux::Socket | |
Socket(int f=-1, const char *p=NULL, ssize_t s=-1) | Ux::Socket | [inline] |
Socket(const char *p, ssize_t s=-1) | Ux::Socket | [inline] |
socket(int domain=AF_UNIX, int type=SOCK_STREAM, int protocol=0) | Ux::Socket | |
socketpair(Socket sv[2], int domain=AF_UNIX, int type=SOCK_STREAM, int protocol=0) | Ux::Socket | [static] |
stat(struct stat *buf) | Ux::File | |
statvfs(struct STATVFS_NAME *buf) | Ux::File | |
symlink(const char *newpath) | Ux::File | |
sync(void) | Ux::File | [static] |
truncate(off_t length) | Ux::File | |
unlink(void) | Ux::File | |
utime(const struct utimbuf *timbuf) | Ux::File | |
write(const void *buf, size_t nbytes, off_t offset=-1) | Ux::File | |
writev(const struct iovec *iov, int iovcnt) | Ux::File |