|
reSIProcate/stack
9694
|
#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"

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 | |
| EncodeStream & | resip::operator<< (EncodeStream &, const ParserCategory &category) |
| #define defineParam | ( | _enum, | |
| _name, | |||
| _type, | |||
| _RFC_ref_ignored | |||
| ) |
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.
1.7.5.1