reSIProcate/stack  9694
Classes | Namespaces | Functions
UnknownParameter.hxx File Reference
#include <iosfwd>
#include "resip/stack/Parameter.hxx"
Include dependency graph for UnknownParameter.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  resip::UnknownParameter
 Generically used to represent any parameter that is not known by the implmentation. More...

Namespaces

namespace  resip
 

SERNonceHelper implements the makeNonce function in the same way as SIP Express Router (SER) - http://www.iptel.org/ser.


Functions

EncodeStreamoperator<< (EncodeStream &stream, resip::UnknownParameter &comp)

Function Documentation

EncodeStream& operator<< ( EncodeStream stream,
resip::UnknownParameter comp 
)

Definition at line 88 of file UnknownParameter.cxx.

References EncodeStream, resip::UnknownParameter::getName(), and resip::UnknownParameter::value().

{
   return stream << comp.getName() << "=" << comp.value();
}

Here is the call graph for this function: