Pothos  0.4.3-gabce2ce6
The Pothos dataflow programming software suite
TypeInfo.hpp
Go to the documentation of this file.
1 
11 #pragma once
12 #include <Pothos/Config.hpp>
13 #include <typeinfo>
14 #include <string>
15 
16 namespace Pothos {
17 namespace Util {
18 
23 POTHOS_API std::string typeInfoToString(const std::type_info &type);
24 
25 } //namespace Util
26 } //namespace Pothos
#define POTHOS_API
Definition: Config.hpp:41
Definition: CallInterface.hpp:15
POTHOS_API std::string typeInfoToString(const std::type_info &type)