Internal: the state of a RagTime5Formula. More...
Public Member Functions | |
State () | |
constructor More... | |
Public Attributes | |
std::map< unsigned long, char const * > | m_idFunctionMap |
map id to function name More... | |
std::set< unsigned long > | m_idFunctionSet |
the set of function id More... | |
std::vector< std::string > | m_documentFunctionNames |
the document fonction names More... | |
std::map< int, std::shared_ptr< ClusterFormula > > | m_idFormulaMap |
map data id to text zone More... | |
Internal: the state of a RagTime5Formula.
|
inline |
constructor
std::vector<std::string> RagTime5FormulaInternal::State::m_documentFunctionNames |
the document fonction names
std::map<int, std::shared_ptr<ClusterFormula> > RagTime5FormulaInternal::State::m_idFormulaMap |
map data id to text zone
std::map<unsigned long, char const *> RagTime5FormulaInternal::State::m_idFunctionMap |
map id to function name
Referenced by State().
std::set<unsigned long> RagTime5FormulaInternal::State::m_idFunctionSet |
the set of function id
Referenced by State().