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