Searched refs:IppNoValueAttribute (Results 1 – 2 of 2) sorted by relevance
208 class IppNoValueAttribute : public IppNamedAttribute {210 IppNoValueAttribute(IPP_TAG t);211 IppNoValueAttribute(IPP_TAG t, const char *n);212 virtual ~IppNoValueAttribute() {} in ~IppNoValueAttribute()217 friend istream& operator >> (istream &is, IppNoValueAttribute &attr)221 friend ostream& operator << (ostream &os, const IppNoValueAttribute &attr)
142 IppNoValueAttribute::IppNoValueAttribute(IPP_TAG t) in IppNoValueAttribute() function in IppNoValueAttribute147 IppNoValueAttribute::IppNoValueAttribute(IPP_TAG t, const char *n) in IppNoValueAttribute() function in IppNoValueAttribute152 int IppNoValueAttribute::length() const in length()157 istream &IppNoValueAttribute::input(istream &is) in input()170 ostream &IppNoValueAttribute::output(ostream &os) const in output()179 ostream &IppNoValueAttribute::print(ostream &os) const in print()696 IppNoValueAttribute *attr = new IppNoValueAttribute((IPP_TAG)tag); in input()