File descriptors manager static class.
More...
#include <cmsis-plus/posix-io/file-descriptors-manager.h>
File descriptors manager static class.
Definition at line 58 of file file-descriptors-manager.h.
◆ file_descriptors_manager()
os::posix::file_descriptors_manager::file_descriptors_manager |
( |
std::size_t |
size | ) |
|
◆ ~file_descriptors_manager()
os::posix::file_descriptors_manager::~file_descriptors_manager |
( |
| ) |
|
◆ allocate()
int os::posix::file_descriptors_manager::allocate |
( |
class io * |
io | ) |
|
|
static |
◆ assign()
◆ deallocate()
◆ io()
io * os::posix::file_descriptors_manager::io |
( |
int |
fildes | ) |
|
|
static |
◆ size()
size_t os::posix::file_descriptors_manager::size |
( |
void |
| ) |
|
|
inlinestatic |
◆ socket()
socket * os::posix::file_descriptors_manager::socket |
( |
int |
fildes | ) |
|
|
static |
◆ used()
size_t os::posix::file_descriptors_manager::used |
( |
void |
| ) |
|
|
static |
◆ valid()
bool os::posix::file_descriptors_manager::valid |
( |
int |
fildes | ) |
|
|
static |
The documentation for this class was generated from the following files: