JeVois
1.22
JeVois Smart Embedded Machine Vision Toolkit
|
|
#include <string>
#include <typeinfo>
#include <jevois/Util/details/DemangleImpl.H>
Go to the source code of this file.
Namespaces | |
namespace | jevois |
Main namespace for all JeVois classes and functions. | |
Functions | |
std::string | jevois::demangle (std::string const &mangledName) |
Demangle a mangled name. | |
std::string | jevois::demangle (char const *mangledName) |
Demangle a mangled name. | |
template<typename T > | |
std::string | jevois::demangledName () |
Get the demangled type name of type T. | |
template<> | |
std::string | jevois::demangledName< std::string > () |
Specialization for std::string to avoid getting an ugly name. | |