Searched refs:IppBooleanAttribute (Results 1 – 2 of 2) sorted by relevance
236 IppBooleanAttribute::IppBooleanAttribute(IPP_TAG t) in IppBooleanAttribute() function in IppBooleanAttribute241 IppBooleanAttribute::IppBooleanAttribute(IPP_TAG t, const char *n, bool f) in IppBooleanAttribute() function in IppBooleanAttribute246 int IppBooleanAttribute::length() const in length()252 istream &IppBooleanAttribute::input(istream &is) in input()269 ostream &IppBooleanAttribute::output(ostream &os) const in output()280 ostream &IppBooleanAttribute::print(ostream &os) const in print()713 IppBooleanAttribute *attr = new IppBooleanAttribute((IPP_TAG)tag); in input()843 attrs.push_back(new IppBooleanAttribute(IPP_BOOLEAN, name, value)); in setBoolean()
227 class IppBooleanAttribute : public IppNamedAttribute {229 IppBooleanAttribute(IPP_TAG t);230 IppBooleanAttribute(IPP_TAG t, const char *n, bool f);231 virtual ~IppBooleanAttribute() {} in ~IppBooleanAttribute()236 friend istream& operator >> (istream &is, IppBooleanAttribute &attr)240 friend ostream& operator << (ostream &os, const IppBooleanAttribute &attr)