Help for this page

Select Code to Download


  1. or download this
    void
    MySettings::set(key, value)
        string *      key
        string *      value
    
  2. or download this
    void
    MySettings::set(key, value)
        string *      key
        string *      value
        CODE:
            THIS->set(*key, *value);