WPILibC++
unspecified
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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();
21
llvm::StringRef
GetHostname(
llvm::SmallVectorImpl<char>
& name);
22
}
// namespace wpi
23
24
#endif // HOSTNAME_H_
llvm
Definition:
Path.inc:27
llvm::SmallVectorImpl< char >
wpi
Definition:
SocketError.cpp:18
llvm::StringRef
StringRef - Represent a constant reference to a string, i.e.
Definition:
StringRef.h:42
build
cppSource
wpiutil-cpp
headers
support
hostname.h
Generated on Sat Oct 28 2017 21:17:17 for WPILibC++ by
1.8.11