Internal: the helper to read a cell values. More...
 
  
| Public Member Functions | |
| ValuesParser (Sheet &sheet) | |
| constructor  More... | |
| ~ValuesParser () final | |
| destructor  More... | |
| bool | parseData (MWAWInputStreamPtr &input, long endPos, RagTime5Zone &, int n, libmwaw::DebugStream &debStream) 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 | |
| Sheet & | m_sheet | 
| the actual sheet  More... | |
| Additional Inherited Members | |
|  Protected Attributes inherited from RagTime5StructManager::DataParser | |
| std::string | m_name | 
| the field name  More... | |
Internal: the helper to read a cell values.
| 
 | inlineexplicit | 
constructor
| 
 | final | 
destructor
| 
 | inlinefinalvirtual | 
try to parse a data
Reimplemented from RagTime5StructManager::DataParser.
| Sheet& RagTime5SpreadsheetInternal::ValuesParser::m_sheet | 
the actual sheet
Referenced by parseData().