low level: parser of script cluster : zone 2,a,4002,400a More...
Public Member Functions | |
| ScriptCParser (RagTime5ClusterManager &parser, int type) | |
| constructor | |
| shared_ptr < RagTime5ClusterManager::Cluster > | getCluster () |
| return the current cluster | |
| bool | parseZone (MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f) |
| parse a zone | |
| bool | parseField (RagTime5StructManager::Field const &field, int, libmwaw::DebugStream &f) |
| parse a field | |
| void | endZone () |
| end of a start zone call | |
Protected Attributes | |
| shared_ptr < RagTime5ClusterManager::ClusterScript > | m_cluster |
| the current cluster | |
| int | m_what |
| a index to know which field is parsed : 0: main, 1:scriptname, 2: list names, 3: list data | |
| std::string | m_fieldName |
| the actual field name | |
low level: parser of script cluster : zone 2,a,4002,400a
| RagTime5ClusterManagerInternal::ScriptCParser::ScriptCParser | ( | RagTime5ClusterManager & | parser, |
| int | type | ||
| ) | [inline] |
constructor
| void RagTime5ClusterManagerInternal::ScriptCParser::endZone | ( | ) | [inline, virtual] |
end of a start zone call
Reimplemented from RagTime5ClusterManager::ClusterParser.
| shared_ptr<RagTime5ClusterManager::Cluster> RagTime5ClusterManagerInternal::ScriptCParser::getCluster | ( | ) | [inline, virtual] |
return the current cluster
Implements RagTime5ClusterManager::ClusterParser.
| bool RagTime5ClusterManagerInternal::ScriptCParser::parseField | ( | RagTime5StructManager::Field const & | field, |
| int | , | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
parse a field
Reimplemented from RagTime5ClusterManager::ClusterParser.
| bool RagTime5ClusterManagerInternal::ScriptCParser::parseZone | ( | MWAWInputStreamPtr & | input, |
| long | fSz, | ||
| int | N, | ||
| int | flag, | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
parse a zone
Reimplemented from RagTime5ClusterManager::ClusterParser.
shared_ptr<RagTime5ClusterManager::ClusterScript> RagTime5ClusterManagerInternal::ScriptCParser::m_cluster [protected] |
the current cluster
std::string RagTime5ClusterManagerInternal::ScriptCParser::m_fieldName [protected] |
the actual field name
int RagTime5ClusterManagerInternal::ScriptCParser::m_what [protected] |
a index to know which field is parsed : 0: main, 1:scriptname, 2: list names, 3: list data