µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os::posix::device Member List

This is the complete list of members for os::posix::device, including all inherited members.

alloc_file_descriptor(void)os::posix::ioprotected
clear_file_descriptor(void)os::posix::ioinlineprotected
close(void) overrideos::posix::devicevirtual
device(device_impl &impl, type t, const char *name)os::posix::device
device_prefix(void)os::posix::deviceinlinestatic
fcntl(int cmd,...)os::posix::io
file_descriptor(void) constos::posix::ioinline
file_descriptor(file_descriptor_t fildes)os::posix::ioinlineprotected
fstat(struct stat *buf)os::posix::iovirtual
get_type(void) constos::posix::ioinline
impl(void) constos::posix::deviceinline
io(io_impl &impl, type t)os::posix::ioprotected
ioctl(int request,...)os::posix::device
is_opened(void)os::posix::ioinline
isatty(void)os::posix::io
lseek(off_t offset, int whence)os::posix::iovirtual
match_name(const char *name) constos::posix::devicevirtual
name(void) constos::posix::deviceinline
open(const char *path=nullptr, int oflag=0,...)os::posix::device
read(void *buf, std::size_t nbyte)os::posix::iovirtual
sync(void)os::posix::devicevirtual
type enum nameos::posix::io
type_t typedefos::posix::io
vfcntl(int cmd, std::va_list args)os::posix::iovirtual
vioctl(int request, std::va_list args)os::posix::devicevirtual
vopen(const char *path, int oflag, std::va_list args)os::posix::device
write(const void *buf, std::size_t nbyte)os::posix::iovirtual
writev(const iovec *iov, int iovcnt)os::posix::iovirtual
~device() overrideos::posix::devicevirtual
~io()os::posix::iovirtual