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

/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.h367 class IppRangeOfIntegerAttribute : public IppNamedAttribute { class in inherits:IppNamedAttribute
369 IppRangeOfIntegerAttribute(IPP_TAG t);
370 IppRangeOfIntegerAttribute(IPP_TAG t, const char *n, int, int);
371 virtual ~IppRangeOfIntegerAttribute() {}
376 friend istream& operator >> (istream &is, IppRangeOfIntegerAttribute &attr)
380 friend ostream& operator << (ostream &os, const IppRangeOfIntegerAttribute &attr)
H A DIppContent.cpp536 IppRangeOfIntegerAttribute::IppRangeOfIntegerAttribute(IPP_TAG t) function in class:IppRangeOfIntegerAttribute
541 IppRangeOfIntegerAttribute::IppRangeOfIntegerAttribute(IPP_TAG t, const char *n, int l, int u) function in class:IppRangeOfIntegerAttribute
546 int IppRangeOfIntegerAttribute::length() const
551 istream &IppRangeOfIntegerAttribute::input(istream &is)
576 ostream &IppRangeOfIntegerAttribute::output(ostream &os) const
591 ostream &IppRangeOfIntegerAttribute::print(ostream &os) const
754 IppRangeOfIntegerAttribute *attr = new IppRangeOfIntegerAttribute((IPP_TA
[all...]

Completed in 46 milliseconds