class sys::directory_entry
Directory entry.
A wrapper around dirent system type.
class sys::file_modeFile mode wrapper. A class that gives access to file mode bits via its methods.
class sys::file_status
File status class that wraps stat system type.
class sys::epoll_eventFile descriptor event wrapper for event_poller.
class sys::fildesFile descriptor wrapper.
class sys::fildes_pair
A pair of file descriptors.
class sys::pipeA pipe constructed with pipe(2) system call.
class sys::two_way_pipe
Two-way pipe implemented as two one-way pipes.
class sys::signal_setSignal set.
class sys::signal_actionSignal callback.
class sys::interface_addresses
Interface addresses container.
Wraps ifaddrs system type.
class sys::ipv4_socket_addressIPv4 socket address wrapper.
class sys::ipv6_socket_addressIPv4 socket address wrapper.
class sys::netlink_header
Netlink message header.
A wrapper around nlmsghdr system type (see netlink(7)).
template <class A> class sys::rtattributes
Netlink route attributes.
A wrapper around
rtattr system type (see rtnetlink(7)).
class sys::ifaddr_message
Netlink interaface address message.
A wrapper around ifaddrmsg system type (see rtnetlink(7)).
class sys::ifaddr_message_header
Netlink interface address message header.
A wrapper around nlmsghdr for ifaddrmsg netlink messages (see rtnetlink(7)).
class sys::socket_address
Socket address wrapper.
This class wraps all socket address types. Socket address is retrieved with sockaddr method and its length with sockaddrlen method.
class sys::unix_socket_addressIPv4 socket address wrapper.
class sys::user
System user.
passwd system type.
passwd, because it contains byte buffer that stores all the fields.
class sys::group
System user group.
group system type.
group, because it contains byte buffer that stores all the fields.
struct sys::fd_typeWrapper for system file descriptor type (int).
struct sys::poll_eventFile descriptor event wrapper for poll(2) system call.
struct sys::process_statusA process_status object that tells how the process was terminated. Wraps siginfo_type.