IppStringAttribute
IppStringAttribute::IppStringAttribute(IPP_TAG t)
IppStringAttribute::IppStringAttribute(IPP_TAG t, const char *n, const char *s)
int IppStringAttribute::length() const
istream &IppStringAttribute::input(istream &is)
ostream &IppStringAttribute::output(ostream &os) const
ostream &IppStringAttribute::print(ostream &os) const
IppStringAttribute *attr = new IppStringAttribute((IPP_TAG)tag);
IppStringAttribute *attr = new IppStringAttribute((IPP_TAG)tag);
attrs.push_back(new IppStringAttribute(IPP_STRING, name, value));
attrs.push_back(new IppStringAttribute(IPP_TEXT_WITHOUT_LANGUAGE, name, value));
attrs.push_back(new IppStringAttribute(IPP_NAME_WITHOUT_LANGUAGE, name, value));
attrs.push_back(new IppStringAttribute(IPP_KEYWORD, name, value));
attrs.push_back(new IppStringAttribute(IPP_URI, name, value));
attrs.push_back(new IppStringAttribute(IPP_URISCHEME, name, value));
attrs.push_back(new IppStringAttribute(IPP_CHARSET, name, value));
attrs.push_back(new IppStringAttribute(IPP_NATURAL_LANGUAGE, name, value));
attrs.push_back(new IppStringAttribute(IPP_MIME_MEDIA_TYPE, name, value));
class IppStringAttribute : public IppNamedAttribute {
IppStringAttribute(IPP_TAG t);
IppStringAttribute(IPP_TAG t, const char *s, const char *s1);
virtual ~IppStringAttribute() {}
friend istream& operator >> (istream &is, IppStringAttribute &attr)
friend ostream& operator << (ostream &os, const IppStringAttribute &attr)