Function flamegpu::detail::cxxname::getUnqualifiedName
- Defined in File cxxname.hpp 
Function Documentation
- 
inline std::string flamegpu::detail::cxxname::getUnqualifiedName(std::string qualified)
- Get the unqualified name from a qualified (or unqualified) name. This is a very simple approach, which essentially just returns the final component of a qualified name, so should not be relied upon and is only provided to provided more user-friendly error messages. - Parameters:
- qualified – a (un)qualified class name 
- Returns:
- the unqualified class name