Switch to unified view
a/src/utils/conftree.h | b/src/utils/conftree.h | ||
---|---|---|---|
... |
... |
||
154 | m_holdWrites = on; |
154 | m_holdWrites = on; |
155 | if (on == false) { |
155 | if (on == false) { |
156 | return write(); |
156 | return write(); |
157 | } else |
157 | } else |
158 | return true; |
158 | return true; |
159 | } |
||
160 | |||
161 | /** Clear, then reparse from string */ |
||
162 | void reparse(const string& in); |
||
163 | |||
164 | /** Clear all content */ |
||
165 | void clear() |
||
166 | { |
||
167 | m_submaps.clear(); |
||
168 | m_order.clear(); |
||
159 | } |
169 | } |
160 | 170 | ||
161 | /** |
171 | /** |
162 | * Get value for named parameter, from specified subsection (looks in |
172 | * Get value for named parameter, from specified subsection (looks in |
163 | * global space if sk is empty). |
173 | * global space if sk is empty). |