|
PLearn 0.1
|
#include <Option.h>
Static Public Member Functions | |
| static int | diff (const string &refer, const string &other, const Option< ObjectType, OptionType > *opt, PLearnDiff *diffs) |
| static int PLearn::DiffTemplate< ObjectType, OptionType >::diff | ( | const string & | refer, |
| const string & | other, | ||
| const Option< ObjectType, OptionType > * | opt, | ||
| PLearnDiff * | diffs | ||
| ) | [inline, static] |
Definition at line 67 of file Option.h.
{
/*
pout << "Called defaut DiffTemplate<" << TypeTraits<ObjectType>::name()
<< " , " << TypeTraits<OptionType>::name() << ">::diff(...)" <<
endl;
*/
return PLearn::diff(refer, other, opt, diffs);
}
1.7.4