1 #ifndef GAUDIKERNEL_TYPENAMESTRING_H
2 #define GAUDIKERNEL_TYPENAMESTRING_H
12 void init(
const std::string& tn,
const std::string& deftyp) {
13 const std::string::size_type slash_pos = tn.find_first_of(
"/");
29 return s << tn.
type() <<
'/' << tn.
name();
35 #endif // GAUDIKERNEL_TYPENAMESTRING_H