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

/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.h227 class IppBooleanAttribute : public IppNamedAttribute { class in inherits:IppNamedAttribute
229 IppBooleanAttribute(IPP_TAG t);
230 IppBooleanAttribute(IPP_TAG t, const char *n, bool f);
231 virtual ~IppBooleanAttribute() {}
236 friend istream& operator >> (istream &is, IppBooleanAttribute &attr)
240 friend ostream& operator << (ostream &os, const IppBooleanAttribute &attr)
H A DIppContent.cpp236 IppBooleanAttribute::IppBooleanAttribute(IPP_TAG t) function in class:IppBooleanAttribute
241 IppBooleanAttribute::IppBooleanAttribute(IPP_TAG t, const char *n, bool f) function in class:IppBooleanAttribute
246 int IppBooleanAttribute::length() const
252 istream &IppBooleanAttribute::input(istream &is)
269 ostream &IppBooleanAttribute::output(ostream &os) const
280 ostream &IppBooleanAttribute::print(ostream &os) const
713 IppBooleanAttribute *attr = new IppBooleanAttribute((IPP_TA
[all...]

Completed in 44 milliseconds