Beispiel #1
0
string SettingItem::currentToString() const {
	auto cur = getCurValue(true);
	return boost::apply_visitor(ToString(key), cur);
}
Beispiel #2
0
String CJSONStructIterator::getCurString()
{
    return getCurValue().getString();
}
Beispiel #3
0
bool ProfileSettingItem::isProfileCurrent() const {
	return profileValue == getCurValue(false);
}