34 #ifndef RAG_TIME_5_STRUCT_MANAGER
35 # define RAG_TIME_5_STRUCT_MANAGER
58 for (
int i=0; i<2; ++i)
m_kinds[i]=
"";
68 std::string res(
m_kinds[main ? 0 : 1]);
69 std::string::size_type pos = res.find_last_of(
':');
70 if (pos == std::string::npos)
return res;
71 return res.substr(pos+1);
169 Field &field,
long fSz=0);
203 o <<
":#type=" << tab.
m_type;
276 MWAW_DEBUG_MSG((
"RagTime5StructManager::ZoneLink::getSubZoneId: called with bad value=%d\n", i));