8 #ifndef WPIUTIL_UDPSOCKETS_UDPCLIENT_H_ 9 #define WPIUTIL_UDPSOCKETS_UDPCLIENT_H_ 13 #include "llvm/ArrayRef.h" 14 #include "llvm/StringRef.h" 15 #include "support/mutex.h" 23 std::string m_address;
45 #endif // WPIUTIL_UDPSOCKETS_UDPCLIENT_H_ Definition: UDPClient.h:21
Definition: SocketError.cpp:17
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory)...
Definition: ArrayRef.h:32
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:42