IppNoValueAttribute
IppNoValueAttribute::IppNoValueAttribute(IPP_TAG t)
IppNoValueAttribute::IppNoValueAttribute(IPP_TAG t, const char *n)
int IppNoValueAttribute::length() const
istream &IppNoValueAttribute::input(istream &is)
ostream &IppNoValueAttribute::output(ostream &os) const
ostream &IppNoValueAttribute::print(ostream &os) const
IppNoValueAttribute *attr = new IppNoValueAttribute((IPP_TAG)tag);
class IppNoValueAttribute : public IppNamedAttribute {
IppNoValueAttribute(IPP_TAG t);
IppNoValueAttribute(IPP_TAG t, const char *n);
virtual ~IppNoValueAttribute() {}
friend istream& operator >> (istream &is, IppNoValueAttribute &attr)
friend ostream& operator << (ostream &os, const IppNoValueAttribute &attr)