SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
PropertyId.cpp
Go to the documentation of this file.
1
22
23
25
26#if BOOST_VERSION < 105600
27#include <boost/units/detail/utility.hpp>
28using boost::units::detail::demangle;
29#else
30#include <boost/core/demangle.hpp>
31using boost::core::demangle;
32#endif
33
34namespace SourceXtractor {
35
37 std::stringstream property_name;
38 property_name << demangle(m_type_id.name()) << " [ " << m_index << " ] ";
39 return property_name.str();
40}
41
42}
std::string getString() const
std::type_index m_type_id
Definition PropertyId.h:79
T str(T... args)