MgcpParameter is an abstract base class for MGCP parameters (the arguments to commands)
MgcpParameter is an abstract base class for MGCP parameters (the arguments to commands). All of the parameters inherit from MgcpParameter. The key function for parameters is encode(), which encodes the parameter for inclusion in the MGCP command.
virtual ~MgcpParameter()
virtual string encode()
friend ostream& operator<<(ostream& s, const MgcpParameter& x)
virtual ostream& printData(ostream& s)
virtual MgcpParameter* duplicate()
virtual MgcpParameterType type()
MgcpParameter( const MgcpParameter& )
MgcpParameter& operator=( const MgcpParameter& )
generated by doc++