Push the leader string onto the stack. \param leader Leader string
| 109 | /// Push the leader string onto the stack. |
| 110 | /// \param leader Leader string |
| 111 | void pushLeader(const std::string& leader) |
| 112 | { m_leaders.push(leader); } |
| 113 | |
| 114 | /// Get the leader string. |
| 115 | /// \return The current leader string. |