Searched refs:IppAttribute (Results 1 – 2 of 2) sorted by relevance
64 IppAttribute::IppAttribute(IPP_TAG t) in IppAttribute() function in IppAttribute69 int IppAttribute::length() const in length()74 istream &IppAttribute::input(istream &is) in input()79 ostream &IppAttribute::output(ostream &os) const in output()85 ostream &IppAttribute::print(ostream &os) const in print()94 : IppAttribute(t) in IppNamedAttribute()99 : IppAttribute(t), name(s ? s : "") in IppNamedAttribute()105 return IppAttribute::length() + 2 + name.length(); in length()125 IppAttribute::output(os); in output()135 IppAttribute::print(os); in print()[all …]
168 class IppAttribute {170 IppAttribute(IPP_TAG);171 virtual ~IppAttribute() {} in ~IppAttribute()176 friend istream& operator >> (istream &is, IppAttribute &attr)180 friend ostream& operator << (ostream &os, const IppAttribute &attr)188 class IppNamedAttribute : public IppAttribute {440 list<IppAttribute *> attrs;