reSIProcate/stack  9694
Classes | Namespaces | Defines | Functions
ParserCategory.hxx File Reference
#include <iosfwd>
#include <vector>
#include <set>
#include "resip/stack/HeaderTypes.hxx"
#include "resip/stack/LazyParser.hxx"
#include "resip/stack/ParameterTypes.hxx"
#include "rutil/Data.hxx"
#include "rutil/BaseException.hxx"
#include "rutil/StlPoolAllocator.hxx"
#include "rutil/PoolBase.hxx"
#include "rutil/resipfaststreams.hxx"
Include dependency graph for ParserCategory.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  resip::ParserCategory
 Base class for all SIP grammar elements that can have parameters. More...
class  resip::ParserCategory::Exception
 Exception class used by ParserCategory. 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

EncodeStreamresip::operator<< (EncodeStream &, const ParserCategory &category)

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)

Definition at line 17 of file ParserCategory.hxx.