RagTime5SpreadsheetInternal::ClustListParser Struct Referencefinal

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

Inheritance diagram for RagTime5SpreadsheetInternal::ClustListParser:
RagTime5StructManager::DataParser

Public Member Functions

 ClustListParser (RagTime5ClusterManager &clusterManager, int fieldSize, std::string const &zoneName)
 constructor More...
 
 ~ClustListParser () final
 destructor More...
 
std::string getClusterDebugName (int id) const
 return a name which can be used for debugging More...
 
bool parseData (MWAWInputStreamPtr &input, long endPos, RagTime5Zone &, int, libmwaw::DebugStream &f) final
 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

std::vector< int > m_clusterList
 the list of read cluster More...
 

Private Member Functions

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

Private Attributes

int m_fieldSize
 the field size More...
 
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

◆ ClustListParser() [1/2]

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

constructor

◆ ~ClustListParser()

RagTime5SpreadsheetInternal::ClustListParser::~ClustListParser ( )
final

destructor

◆ ClustListParser() [2/2]

RagTime5SpreadsheetInternal::ClustListParser::ClustListParser ( ClustListParser orig)
privatedelete

copy constructor, not implemented

Member Function Documentation

◆ getClusterDebugName()

std::string RagTime5SpreadsheetInternal::ClustListParser::getClusterDebugName ( int  id) const
inline

return a name which can be used for debugging

Referenced by parseData().

◆ operator=()

ClustListParser& RagTime5SpreadsheetInternal::ClustListParser::operator= ( ClustListParser orig)
privatedelete

copy operator, not implemented

◆ parseData()

bool RagTime5SpreadsheetInternal::ClustListParser::parseData ( MWAWInputStreamPtr input,
long  endPos,
RagTime5Zone ,
int  ,
libmwaw::DebugStream f 
)
inlinefinalvirtual

try to parse a data

Reimplemented from RagTime5StructManager::DataParser.

Member Data Documentation

◆ m_clusterList

std::vector<int> RagTime5SpreadsheetInternal::ClustListParser::m_clusterList

the list of read cluster

Referenced by parseData(), and RagTime5Spreadsheet::readSpreadsheetCluster().

◆ m_clusterManager

RagTime5ClusterManager& RagTime5SpreadsheetInternal::ClustListParser::m_clusterManager
private

the main zone manager

Referenced by getClusterDebugName().

◆ m_fieldSize

int RagTime5SpreadsheetInternal::ClustListParser::m_fieldSize
private

the field size

Referenced by ClustListParser(), and parseData().


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

Generated for libmwaw by doxygen 1.8.14