reSIProcate/stack  9694
Classes | Namespaces | Defines | Functions
Uri.hxx File Reference
#include <bitset>
#include <cassert>
#include "resip/stack/ParserCategory.hxx"
#include "resip/stack/Token.hxx"
#include "rutil/TransportType.hxx"
#include "rutil/HeapInstanceCounter.hxx"
#include "rutil/HashMap.hxx"
Include dependency graph for Uri.hxx:

Go to the source code of this file.

Classes

class  resip::Uri
 Represents the "SIP-URI" and "SIPS-URI" elements in the RFC 3261 grammar. More...

Namespaces

namespace  resip
 

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


Defines

#define defineParam(_enum, _name, _type, _RFC_ref_ignored)

Functions

 HashValue (resip::Uri)

Define Documentation

#define defineParam (   _enum,
  _name,
  _type,
  _RFC_ref_ignored 
)
Value:
const _enum##_Param::DType& param(const _enum##_Param& paramType) const;  \
      _enum##_Param::DType& param(const _enum##_Param& paramType); \
      friend class _enum##_Param

Definition at line 232 of file Uri.hxx.


Function Documentation