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

/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.cpp340 IppStringAttribute::IppStringAttribute(IPP_TAG t) function in class:IppStringAttribute
345 IppStringAttribute::IppStringAttribute(IPP_TAG t, const char *n, const char *s) function in class:IppStringAttribute
350 int IppStringAttribute::length() const
355 istream &IppStringAttribute::input(istream &is)
372 ostream &IppStringAttribute::output(ostream &os) const
382 ostream &IppStringAttribute::print(ostream &os) const
733 IppStringAttribute *attr = new IppStringAttribute((IPP_TA
[all...]
H A DIppContent.h301 class IppStringAttribute : public IppNamedAttribute { class in inherits:IppNamedAttribute
303 IppStringAttribute(IPP_TAG t);
304 IppStringAttribute(IPP_TAG t, const char *s, const char *s1);
305 virtual ~IppStringAttribute() {}
310 friend istream& operator >> (istream &is, IppStringAttribute &attr)
314 friend ostream& operator << (ostream &os, const IppStringAttribute &attr)

Completed in 38 milliseconds