WPILibC++
2020.3.2
Demangle.h
1
/*----------------------------------------------------------------------------*/
2
/* Copyright (c) 2008-2020 FIRST. 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 WPIUTIL_WPI_DEMANGLE_H_
9
#define WPIUTIL_WPI_DEMANGLE_H_
10
11
#include <string>
12
13
#include "wpi/Twine.h"
14
15
namespace
wpi
{
16
23
std::string
Demangle
(
const
Twine& mangledSymbol);
24
25
}
// namespace wpi
26
27
#endif // WPIUTIL_WPI_DEMANGLE_H_
wpi::Demangle
std::string Demangle(const Twine &mangledSymbol)
Demangle a C++ symbol.
wpi
WPILib C++ utilities (wpiutil) namespace.
Definition:
EventLoopRunner.h:17
wpiutil
src
main
native
include
wpi
Demangle.h
Generated on Fri Feb 21 2020 08:50:36 for WPILibC++ by
1.8.16