| 579 | } |
| 580 | |
| 581 | void |
| 582 | Arguments::append(std::string const &key, ArgumentData const &value) |
| 583 | { |
| 584 | // perform overwrite for now |
| 585 | _data_map[key] = value; |
| 586 | } |
| 587 | |
| 588 | void |
| 589 | Arguments::append_arg(std::string const &key, std::string const &value) |
no outgoing calls