DEBSOURCES
Skip Quicknav
sources / oxref / 2.02.00-1 / store / setfunction.cc
12345678
#include "store.ih" void Store::setFunction(string const &symbol) { d_symbol = symbol; define(symbol, true); // true: define a function }