IppDoubleStringAttribute
IppDoubleStringAttribute::IppDoubleStringAttribute(IPP_TAG t)
IppDoubleStringAttribute::IppDoubleStringAttribute(IPP_TAG t, const char *n, const char *s1, const char *s2)
int IppDoubleStringAttribute::length() const
istream &IppDoubleStringAttribute::input(istream &is)
ostream &IppDoubleStringAttribute::output(ostream &os) const
ostream &IppDoubleStringAttribute::print(ostream &os) const
IppDoubleStringAttribute *attr = new IppDoubleStringAttribute((IPP_TAG)tag);
attrs.push_back(new IppDoubleStringAttribute(IPP_TEXT_WITH_LANGUAGE, name, s1, s2));
attrs.push_back(new IppDoubleStringAttribute(IPP_NAME_WITH_LANGUAGE, name, s1, s2));
class IppDoubleStringAttribute : public IppNamedAttribute {
IppDoubleStringAttribute(IPP_TAG t);
IppDoubleStringAttribute(IPP_TAG t, const char *n, const char *s1, const char *s2);
virtual ~IppDoubleStringAttribute() {}
friend istream& operator >> (istream &is, IppDoubleStringAttribute &attr)
friend ostream& operator << (ostream &os, const IppDoubleStringAttribute &attr)