Exemplo n.º 1
0
void Options::copyOption(std::string iKey, const Options& iFrom, Options& iTo) {
   if(iFrom.hasValues(iKey))
      iTo.addOptions(iFrom.getOption(iKey));
}