This is the complete list of members for Dwm::DescriptorIO, including all inherited members.
| Read(int fd, char &c) | Dwm::DescriptorIO | static |
| Read(int fd, uint8_t &c) | Dwm::DescriptorIO | static |
| Read(int fd, bool &b) | Dwm::DescriptorIO | static |
| Read(int fd, int16_t &val) | Dwm::DescriptorIO | static |
| Read(int fd, uint16_t &val) | Dwm::DescriptorIO | static |
| Read(int fd, int32_t &val) | Dwm::DescriptorIO | static |
| Read(int fd, uint32_t &val) | Dwm::DescriptorIO | static |
| Read(int fd, int64_t &val) | Dwm::DescriptorIO | static |
| Read(int fd, uint64_t &val) | Dwm::DescriptorIO | static |
| Read(int fd, float &val) | Dwm::DescriptorIO | static |
| Read(int fd, double &val) | Dwm::DescriptorIO | static |
| Read(int fd, std::string &s) | Dwm::DescriptorIO | static |
| Read(int fd, DescriptorReadable &val) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, HasDescriptorRead auto &val) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, std::pair< _firstT, _secondT > &p) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, std::map< _keyT, _valueT, _Compare, _Alloc > &m) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, std::multimap< _keyT, _valueT, _Compare, _Alloc > &m) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, std::array< _valueT, N > &a) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, std::vector< _valueT, _Alloc > &v) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, std::deque< _valueT, _Alloc > &d) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, std::list< _valueT, _Alloc > &l) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, std::set< _valueT, _Compare, _Alloc > &l) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, std::multiset< _valueT, _Compare, _Alloc > &l) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, std::tuple< Args... > &t) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, std::unordered_map< _keyT, _valueT, _Hash, _Pred, _Alloc > &m) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, std::unordered_multimap< _keyT, _valueT, _Hash, _Pred, _Alloc > &m) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, std::unordered_set< _valueT, _Hash, _Pred, _Alloc > &m) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, std::unordered_multiset< _valueT, _Hash, _Pred, _Alloc > &m) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, std::monostate &sm) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, std::variant< Ts... > &v) | Dwm::DescriptorIO | inlinestatic |
| Read(int fd, void *buf, size_t buflen) (defined in Dwm::DescriptorIO) | Dwm::DescriptorIO | static |
| ReadV(int fd, Args &...args) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, char c) | Dwm::DescriptorIO | static |
| Write(int fd, uint8_t c) | Dwm::DescriptorIO | static |
| Write(int fd, bool b) | Dwm::DescriptorIO | static |
| Write(int fd, int16_t val) | Dwm::DescriptorIO | static |
| Write(int fd, uint16_t val) | Dwm::DescriptorIO | static |
| Write(int fd, int32_t val) | Dwm::DescriptorIO | static |
| Write(int fd, uint32_t val) | Dwm::DescriptorIO | static |
| Write(int fd, const int64_t &val) | Dwm::DescriptorIO | static |
| Write(int fd, const uint64_t &val) | Dwm::DescriptorIO | static |
| Write(int fd, float val) | Dwm::DescriptorIO | static |
| Write(int fd, const double &val) | Dwm::DescriptorIO | static |
| Write(int fd, const std::string &s) | Dwm::DescriptorIO | static |
| Write(int fd, const DescriptorWritable &val) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const HasDescriptorWrite auto &val) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const std::pair< _firstT, _secondT > &p) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const std::map< _keyT, _valueT, _Compare, _Alloc > &m) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const std::multimap< _keyT, _valueT, _Compare, _Alloc > &m) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const std::array< _valueT, N > &a) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const std::vector< _valueT, _Alloc > &v) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const std::deque< _valueT, _Alloc > &d) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const std::list< _valueT, _Alloc > &l) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const std::set< _valueT, _Compare, _Alloc > &l) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const std::multiset< _valueT, _Compare, _Alloc > &l) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const std::tuple< Args... > &t) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const std::unordered_map< _keyT, _valueT, _Hash, _Pred, _Alloc > &m) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const std::unordered_multimap< _keyT, _valueT, _Hash, _Pred, _Alloc > &m) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const std::unordered_set< _valueT, _Hash, _Pred, _Alloc > &m) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const std::unordered_multiset< _valueT, _Hash, _Pred, _Alloc > &m) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const std::monostate &sm) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const std::variant< Ts... > &v) | Dwm::DescriptorIO | inlinestatic |
| Write(int fd, const void *buf, size_t buflen) (defined in Dwm::DescriptorIO) | Dwm::DescriptorIO | static |
| WriteV(int fd, const Args &...args) | Dwm::DescriptorIO | inlinestatic |