reSIProcate/stack  9694
Functions
UnknownParameter.cxx File Reference
#include "resip/stack/UnknownParameter.hxx"
#include "rutil/ParseBuffer.hxx"
#include "resip/stack/Symbols.hxx"
#include "rutil/WinLeakCheck.hxx"
Include dependency graph for UnknownParameter.cxx:

Go to the source code of this file.

Functions

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

Function Documentation

EncodeStream& operator<< ( EncodeStream stream,
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: