Changeset 14735 for trunk/FACT++/src


Ignore:
Timestamp:
12/05/12 19:59:19 (12 years ago)
Author:
tbretz
Message:
Added possibility to remove a configuration entry form the list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Configuration.h

    r13669 r14735  
    196196        return Has(var, val) ? true : rc;
    197197    }
     198
     199    void Remove(const std::string &var)
     200    {
     201        fVariables.erase(var);
     202    }
     203
    198204/*
    199205    template<class T>
Note: See TracChangeset for help on using the changeset viewer.