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