RagTime5ParserInternal::ClustListParser Struct Reference

Internal: the helper to read a clustList. More...

Inheritance diagram for RagTime5ParserInternal::ClustListParser:
RagTime5StructManager::DataParser

Public Member Functions

 ClustListParser (RagTime5ClusterManager &clusterManager, int fieldSize, std::string const &zoneName)
 constructor More...
 
std::string getClusterName (int id) const
 
bool parseData (MWAWInputStreamPtr &input, long endPos, RagTime5Zone &, int n, libmwaw::DebugStream &f)
 try to parse a data More...
 
- Public Member Functions inherited from RagTime5StructManager::DataParser
 DataParser (std::string const &zoneName)
 constructor More...
 
virtual ~DataParser ()
 destructor More...
 
virtual std::string getZoneName () const
 return the debug name corresponding to a zone More...
 
virtual std::string getZoneName (int n) const
 return the debug name corresponding to a field More...
 

Public Attributes

int m_fieldSize
 the field size More...
 
std::vector< int > m_clusterList
 the list of read cluster More...
 
std::map< int,
librevenge::RVNGString > 
m_idToNameMap
 the name More...
 

Private Member Functions

 ClustListParser (ClustListParser &orig)
 copy constructor, not implemented More...
 
ClustListParseroperator= (ClustListParser &orig)
 copy operator, not implemented More...
 

Private Attributes

RagTime5ClusterManagerm_clusterManager
 the main zone manager More...
 

Additional Inherited Members

- Protected Attributes inherited from RagTime5StructManager::DataParser
std::string m_name
 the field name More...
 

Detailed Description

Internal: the helper to read a clustList.

Constructor & Destructor Documentation

RagTime5ParserInternal::ClustListParser::ClustListParser ( RagTime5ClusterManager clusterManager,
int  fieldSize,
std::string const &  zoneName 
)
inline

constructor

RagTime5ParserInternal::ClustListParser::ClustListParser ( ClustListParser orig)
private

copy constructor, not implemented

Member Function Documentation

std::string RagTime5ParserInternal::ClustListParser::getClusterName ( int  id) const
inline

Referenced by parseData().

ClustListParser& RagTime5ParserInternal::ClustListParser::operator= ( ClustListParser orig)
private

copy operator, not implemented

bool RagTime5ParserInternal::ClustListParser::parseData ( MWAWInputStreamPtr input,
long  endPos,
RagTime5Zone ,
int  n,
libmwaw::DebugStream f 
)
inlinevirtual

try to parse a data

Reimplemented from RagTime5StructManager::DataParser.

Member Data Documentation

std::vector<int> RagTime5ParserInternal::ClustListParser::m_clusterList
RagTime5ClusterManager& RagTime5ParserInternal::ClustListParser::m_clusterManager
private

the main zone manager

Referenced by getClusterName().

int RagTime5ParserInternal::ClustListParser::m_fieldSize

the field size

Referenced by ClustListParser(), and parseData().

std::map<int, librevenge::RVNGString> RagTime5ParserInternal::ClustListParser::m_idToNameMap

the name

Referenced by parseData().


The documentation for this struct was generated from the following file:

Generated on Thu Jul 9 2015 20:26:42 for libmwaw by doxygen 1.8.8