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

/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.h280 class IppDatetimeAttribute : public IppNamedAttribute { class in inherits:IppNamedAttribute
282 IppDatetimeAttribute(IPP_TAG t);
283 IppDatetimeAttribute(IPP_TAG t, const char *n, const DATETIME *dt);
284 virtual ~IppDatetimeAttribute() {}
289 friend istream& operator >> (istream &is, IppDatetimeAttribute &attr)
293 friend ostream& operator << (ostream &os, const IppDatetimeAttribute &attr)
H A DIppContent.cpp289 IppDatetimeAttribute::IppDatetimeAttribute(IPP_TAG t) function in class:IppDatetimeAttribute
294 IppDatetimeAttribute::IppDatetimeAttribute(IPP_TAG t, const char *n, const DATETIME *dt) function in class:IppDatetimeAttribute
299 int IppDatetimeAttribute::length() const
304 istream &IppDatetimeAttribute::input(istream &is)
321 ostream &IppDatetimeAttribute::output(ostream &os) const
331 ostream &IppDatetimeAttribute::print(ostream &os) const
740 IppDatetimeAttribute *attr = new IppDatetimeAttribute((IPP_TA
[all...]

Completed in 38 milliseconds