This is the complete list of members for Dwm::XDRUtils, including all inherited members.
| Decode(const std::array< char, 4 > &buf, float &val) | Dwm::XDRUtils | static |
| Decode(const std::array< char, 8 > &buf, double &val) | Dwm::XDRUtils | static |
| Decode(char *buf, float &val) | Dwm::XDRUtils | static |
| Decode(char *buf, double &val) | Dwm::XDRUtils | static |
| Encode(float val, std::array< char, 4 > &buf) | Dwm::XDRUtils | static |
| Encode(double val, std::array< char, 8 > &buf) | Dwm::XDRUtils | static |
| Encode(float val, char **buf) | Dwm::XDRUtils | static |
| Encode(double val, char **buf) | Dwm::XDRUtils | static |