IPP_TAG
IppNoValueAttribute::IppNoValueAttribute(IPP_TAG t)
IppNoValueAttribute::IppNoValueAttribute(IPP_TAG t, const char *n)
IppIntegerAttribute::IppIntegerAttribute(IPP_TAG t)
IppIntegerAttribute::IppIntegerAttribute(IPP_TAG t, const char *n, int v)
IppBooleanAttribute::IppBooleanAttribute(IPP_TAG t)
IppBooleanAttribute::IppBooleanAttribute(IPP_TAG t, const char *n, bool f)
IppDatetimeAttribute::IppDatetimeAttribute(IPP_TAG t)
IppDatetimeAttribute::IppDatetimeAttribute(IPP_TAG t, const char *n, const DATETIME *dt)
IppStringAttribute::IppStringAttribute(IPP_TAG t)
IppStringAttribute::IppStringAttribute(IPP_TAG t, const char *n, const char *s)
IppDoubleStringAttribute::IppDoubleStringAttribute(IPP_TAG t)
IppDoubleStringAttribute::IppDoubleStringAttribute(IPP_TAG t, const char *n, const char *s1, const char *s2)
IppResolutionAttribute::IppResolutionAttribute(IPP_TAG t)
IppResolutionAttribute::IppResolutionAttribute(IPP_TAG t, const char *n, int x, int y, IPP_RESOLUTION_UNITS u)
IppRangeOfIntegerAttribute::IppRangeOfIntegerAttribute(IPP_TAG t)
IppRangeOfIntegerAttribute::IppRangeOfIntegerAttribute(IPP_TAG t, const char *n, int l, int u)
IppAttribute::IppAttribute(IPP_TAG t)
attrs.push_back(new IppAttribute((IPP_TAG)tag));
IppNoValueAttribute *attr = new IppNoValueAttribute((IPP_TAG)tag);
IppIntegerAttribute *attr = new IppIntegerAttribute((IPP_TAG)tag);
IppBooleanAttribute *attr = new IppBooleanAttribute((IPP_TAG)tag);
IppStringAttribute *attr = new IppStringAttribute((IPP_TAG)tag);
IppDatetimeAttribute *attr = new IppDatetimeAttribute((IPP_TAG)tag);
IppResolutionAttribute *attr = new IppResolutionAttribute((IPP_TAG)tag);
IppRangeOfIntegerAttribute *attr = new IppRangeOfIntegerAttribute((IPP_TAG)tag);
IppDoubleStringAttribute *attr = new IppDoubleStringAttribute((IPP_TAG)tag);
IppStringAttribute *attr = new IppStringAttribute((IPP_TAG)tag);
void IppContent::setDelimiter(IPP_TAG tag)
IppNamedAttribute::IppNamedAttribute(IPP_TAG t)
IppNamedAttribute::IppNamedAttribute(IPP_TAG t, const char *s)
IppAttribute(IPP_TAG);
IPP_TAG tag;
IppNamedAttribute(IPP_TAG t);
IppNamedAttribute(IPP_TAG t, const char *n);
IppNoValueAttribute(IPP_TAG t);
IppNoValueAttribute(IPP_TAG t, const char *n);
IppBooleanAttribute(IPP_TAG t);
IppBooleanAttribute(IPP_TAG t, const char *n, bool f);
IppIntegerAttribute(IPP_TAG t);
IppIntegerAttribute(IPP_TAG t, const char *n, int v);
IppDatetimeAttribute(IPP_TAG t);
IppDatetimeAttribute(IPP_TAG t, const char *n, const DATETIME *dt);
IppStringAttribute(IPP_TAG t);
IppStringAttribute(IPP_TAG t, const char *s, const char *s1);
IppDoubleStringAttribute(IPP_TAG t);
IppDoubleStringAttribute(IPP_TAG t, const char *n, const char *s1, const char *s2);
IppResolutionAttribute(IPP_TAG t);
IppResolutionAttribute(IPP_TAG t, const char *n, int, int, IPP_RESOLUTION_UNITS);
IppRangeOfIntegerAttribute(IPP_TAG t);
IppRangeOfIntegerAttribute(IPP_TAG t, const char *n, int, int);
void setDelimiter(IPP_TAG tag);