Searched refs:IppAttribute (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.cpp64 IppAttribute::IppAttribute(IPP_TAG t) function in class:IppAttribute
69 int IppAttribute::length() const
74 istream &IppAttribute::input(istream &is)
79 ostream &IppAttribute::output(ostream &os) const
85 ostream &IppAttribute::print(ostream &os) const
94 : IppAttribute(t)
99 : IppAttribute(t), name(s ? s : "")
105 return IppAttribute::length() + 2 + name.length();
125 IppAttribute
[all...]
H A DIppContent.h168 class IppAttribute { class
170 IppAttribute(IPP_TAG);
171 virtual ~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;

Completed in 42 milliseconds