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

/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.h248 class IppIntegerAttribute : public IppNamedAttribute { class in inherits:IppNamedAttribute
250 IppIntegerAttribute(IPP_TAG t);
251 IppIntegerAttribute(IPP_TAG t, const char *n, int v);
252 virtual ~IppIntegerAttribute() {}
257 friend istream& operator >> (istream &is, IppIntegerAttribute &attr)
261 friend ostream& operator << (ostream &os, const IppIntegerAttribute &attr)
H A DIppContent.cpp186 IppIntegerAttribute::IppIntegerAttribute(IPP_TAG t) function in class:IppIntegerAttribute
191 IppIntegerAttribute::IppIntegerAttribute(IPP_TAG t, const char *n, int v) function in class:IppIntegerAttribute
196 int IppIntegerAttribute::length() const
201 istream &IppIntegerAttribute::input(istream &is)
217 ostream &IppIntegerAttribute::output(ostream &os) const
227 ostream &IppIntegerAttribute::print(ostream &os) const
706 IppIntegerAttribute *attr = new IppIntegerAttribute((IPP_TA
[all...]

Completed in 93 milliseconds