Searched refs:IppIntegerAttribute (Results 1 – 2 of 2) sorted by relevance
186 IppIntegerAttribute::IppIntegerAttribute(IPP_TAG t) in IppIntegerAttribute() function in IppIntegerAttribute191 IppIntegerAttribute::IppIntegerAttribute(IPP_TAG t, const char *n, int v) in IppIntegerAttribute() function in IppIntegerAttribute196 int IppIntegerAttribute::length() const in length()201 istream &IppIntegerAttribute::input(istream &is) in input()217 ostream &IppIntegerAttribute::output(ostream &os) const in output()227 ostream &IppIntegerAttribute::print(ostream &os) const in print()706 IppIntegerAttribute *attr = new IppIntegerAttribute((IPP_TAG)tag); in input()838 attrs.push_back(new IppIntegerAttribute(IPP_INTEGER, name, value)); in setInteger()
248 class IppIntegerAttribute : public IppNamedAttribute {250 IppIntegerAttribute(IPP_TAG t);251 IppIntegerAttribute(IPP_TAG t, const char *n, int v);252 virtual ~IppIntegerAttribute() {} in ~IppIntegerAttribute()257 friend istream& operator >> (istream &is, IppIntegerAttribute &attr)261 friend ostream& operator << (ostream &os, const IppIntegerAttribute &attr)