! Adds a new named element to the container. */
| 190 | |
| 191 | /*! Adds a new named element to the container. */ |
| 192 | void add(const std::string& name, Variant data) { |
| 193 | m[name] = data; |
| 194 | } |
| 195 | |
| 196 | private: |
| 197 |
no outgoing calls
no test coverage detected