24#include <VCardAgentParam.h>
26#include <VCardParam.h>
30AgentParam::AgentParam()
35AgentParam::AgentParam(
const AgentParam & x)
42AgentParam::AgentParam(
const TQCString & s)
48AgentParam::operator = (AgentParam & x)
50 if (*
this == x)
return *
this;
55 Param::operator = (x);
60AgentParam::operator = (
const TQCString & s)
62 Param::operator = (s);
67AgentParam::operator == (AgentParam & x)
72 return (x.refer() && uri_ == x.uri_);
77AgentParam::~AgentParam()
84 if (strRep_.isEmpty()) {
94AgentParam::_assemble()
101 strRep_ = uri_.asString();