This is the complete list of members for Dwm::GZIO, including all inherited members.
| Read(gzFile gzf, char &c) | Dwm::GZIO | static |
| Read(gzFile gzf, uint8_t &c) | Dwm::GZIO | static |
| Read(gzFile gzf, bool &b) | Dwm::GZIO | static |
| Read(gzFile gzf, int16_t &val) | Dwm::GZIO | static |
| Read(gzFile gzf, uint16_t &val) | Dwm::GZIO | static |
| Read(gzFile gzf, int32_t &val) | Dwm::GZIO | static |
| Read(gzFile gzf, uint32_t &val) | Dwm::GZIO | static |
| Read(gzFile gzf, int64_t &val) | Dwm::GZIO | static |
| Read(gzFile gzf, uint64_t &val) | Dwm::GZIO | static |
| Read(gzFile gzf, float &val) | Dwm::GZIO | static |
| Read(gzFile gzf, double &val) | Dwm::GZIO | static |
| Read(gzFile gzf, std::string &s) | Dwm::GZIO | static |
| Read(gzFile gzf, GZReadable &val) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, HasGZRead auto &val) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, std::pair< _firstT, _secondT > &p) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, std::map< _keyT, _valueT, _Compare, _Alloc > &m) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, std::multimap< _keyT, _valueT, _Compare, _Alloc > &m) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, std::array< _valueT, N > &a) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, std::vector< _valueT, _Alloc > &v) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, std::deque< _valueT, _Alloc > &d) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, std::list< _valueT, _Alloc > &l) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, std::set< _valueT, _Compare, _Alloc > &l) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, std::multiset< _valueT, _Compare, _Alloc > &l) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, std::monostate &sm) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, std::variant< Ts... > &v) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, std::tuple< Args... > &t) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, std::unordered_map< _keyT, _valueT, _Hash, _Pred, _Alloc > &hm) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, std::unordered_set< _valueT, _Hash, _Pred, _Alloc > &hm) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, std::unordered_multimap< _keyT, _valueT, _Hash, _Pred, _Alloc > &hm) | Dwm::GZIO | inlinestatic |
| Read(gzFile gzf, std::unordered_multiset< _valueT, _Hash, _Pred, _Alloc > &hm) | Dwm::GZIO | inlinestatic |
| ReadV(gzFile gzf, Args &...args) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, char c) | Dwm::GZIO | static |
| Write(gzFile gzf, uint8_t c) | Dwm::GZIO | static |
| Write(gzFile gzf, bool b) | Dwm::GZIO | static |
| Write(gzFile gzf, int16_t val) | Dwm::GZIO | static |
| Write(gzFile gzf, uint16_t val) | Dwm::GZIO | static |
| Write(gzFile gzf, int32_t val) | Dwm::GZIO | static |
| Write(gzFile gzf, uint32_t val) | Dwm::GZIO | static |
| Write(gzFile gzf, const int64_t &val) | Dwm::GZIO | static |
| Write(gzFile gzf, const uint64_t &val) | Dwm::GZIO | static |
| Write(gzFile gzf, float val) | Dwm::GZIO | static |
| Write(gzFile gzf, const double &val) | Dwm::GZIO | static |
| Write(gzFile gzf, const std::string &s) | Dwm::GZIO | static |
| Write(gzFile gzf, const GZWritable &val) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const HasGZWrite auto &val) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const std::pair< _firstT, _secondT > &p) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const std::map< _keyT, _valueT, _Compare, _Alloc > &m) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const std::multimap< _keyT, _valueT, _Compare, _Alloc > &m) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const std::array< _valueT, N > &a) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const std::vector< _valueT, _Alloc > &v) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const std::deque< _valueT, _Alloc > &d) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const std::list< _valueT, _Alloc > &l) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const std::set< _valueT, _Compare, _Alloc > &l) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const std::multiset< _valueT, _Compare, _Alloc > &l) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const std::monostate &sm) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const std::variant< Ts... > &v) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const std::tuple< Args... > &t) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const std::unordered_map< _keyT, _valueT, _Hash, _Pred, _Alloc > &hm) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const std::unordered_set< _valueT, _Hash, _Pred, _Alloc > &hm) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const std::unordered_multimap< _keyT, _valueT, _Hash, _Pred, _Alloc > &hm) | Dwm::GZIO | inlinestatic |
| Write(gzFile gzf, const std::unordered_multiset< _valueT, _Hash, _Pred, _Alloc > &hm) | Dwm::GZIO | inlinestatic |
| WriteV(gzFile gzf, const Args &...args) | Dwm::GZIO | inlinestatic |