WPILibC++  unspecified
hostname.h
1 /*----------------------------------------------------------------------------*/
2 /* Copyright (c) FIRST 2017. All Rights Reserved. */
3 /* Open Source Software - may be modified and shared by FRC teams. The code */
4 /* must be accompanied by the FIRST BSD license file in the root directory of */
5 /* the project. */
6 /*----------------------------------------------------------------------------*/
7 
8 #ifndef HOSTNAME_H_
9 #define HOSTNAME_H_
10 
11 #include <string>
12 #include "llvm/StringRef.h"
13 
14 namespace llvm {
15  template <typename T>
16  class SmallVectorImpl;
17  }
18 
19 namespace wpi {
20 std::string GetHostname();
22 } // namespace wpi
23 
24 #endif // HOSTNAME_H_
Definition: Path.inc:27
Definition: SocketError.cpp:18
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:42