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

/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.h322 class IppDoubleStringAttribute : public IppNamedAttribute { class in inherits:IppNamedAttribute
324 IppDoubleStringAttribute(IPP_TAG t);
325 IppDoubleStringAttribute(IPP_TAG t, const char *n, const char *s1, const char *s2);
326 virtual ~IppDoubleStringAttribute() {}
330 friend istream& operator >> (istream &is, IppDoubleStringAttribute &attr)
334 friend ostream& operator << (ostream &os, const IppDoubleStringAttribute &attr)
H A DIppContent.cpp391 IppDoubleStringAttribute::IppDoubleStringAttribute(IPP_TAG t) function in class:IppDoubleStringAttribute
396 IppDoubleStringAttribute::IppDoubleStringAttribute(IPP_TAG t, const char *n, const char *s1, const char *s2) function in class:IppDoubleStringAttribute
401 int IppDoubleStringAttribute::length() const
406 istream &IppDoubleStringAttribute::input(istream &is)
433 ostream &IppDoubleStringAttribute::output(ostream &os) const
446 ostream &IppDoubleStringAttribute::print(ostream &os) const
762 IppDoubleStringAttribute *attr = new IppDoubleStringAttribute((IPP_TA
[all...]

Completed in 58 milliseconds