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

Go to the source code of this file.

Classes

class  resip::ParserContainer< T >
 Container class for ParserCategory, used by SipMessage to represent multi-valued headers (Contact, Via, etc). More...
class  resip::ParserContainer< T >::iterator
 An iterator class, derived from std::iterator (bidirectional) More...
class  resip::ParserContainer< T >::const_iterator
 A const_iterator class, derived from std::iterator (bidirectional) More...

Namespaces

namespace  resip
 

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


Functions

template<class T >
EncodeStreamresip::insert (EncodeStream &s, const resip::ParserContainer< T > &c)