18 #ifndef __itkSmapsFileParser_h
19 #define __itkSmapsFileParser_h
55 std::map< std::string, MemoryLoadType >
m_Tokens;
178 friend ITKCommon_EXPORT std::istream &
operator>>(std::istream & smapsStream,
207 friend ITKCommon_EXPORT std::istream &
operator>>(std::istream & stream,
221 template<
class TMapData >
232 virtual void ReadFile(
const std::string & mapFileLocation =
"") = 0;
270 template<
class TSmapsDataType >
280 virtual void ReadFile(
const std::string & mapFileLocation =
"");
288 template<
class TVMMapDataType >
296 virtual void ReadFile(
const std::string & mapFileLocation =
"");
300 #ifndef ITK_MANUAL_INSTANTIATION
301 #include "itkSmapsFileParser.hxx"
304 #endif // __itkSmapsFileParser_h