35 class ycp_less :
public std::binary_function<YCPValue, YCPValue, bool>
60 class ycp_equal_to :
public std::binary_function<YCPValue, YCPValue, bool>
ycp_equal_to(bool respect_locale=false)
Definition: ycpless.h:65
ycp_less(bool respect_locale=false)
Definition: ycpless.h:40
const bool respect_locale
Definition: ycpless.h:74
bool operator()(const YCPValue &x, const YCPValue &y) const
Definition: ycpless.h:67
Definition: YCPValue.h:59
bool operator()(const YCPValue &x, const YCPValue &y) const
Definition: ycpless.h:42
Definition: YCPValue.h:58
const bool respect_locale
Definition: ycpless.h:49
Wrapper for YCPValueRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPValueRep with the arrow operator. See YCPValueRep.
Definition: YCPValue.h:275
bool operator()(const YCPValue &x, const YCPValue &y) const
Definition: ycpless.h:92
const bool respect_locale
Definition: ycpless.h:99
ycp_not_equal_to(bool respect_locale=false)
Definition: ycpless.h:90