|
reSIProcate/stack
9694
|
#include "resip/stack/ApiCheck.hxx"#include "rutil/GenericIPAddress.hxx"#include "resip/stack/Connection.hxx"#include "resip/stack/DnsResult.hxx"#include "resip/stack/Headers.hxx"#include "resip/stack/MsgHeaderScanner.hxx"#include "resip/stack/Tuple.hxx"#include "resip/stack/SipMessage.hxx"#include "resip/stack/TransportSelector.hxx"#include "resip/stack/UdpTransport.hxx"

Go to the source code of this file.
Defines | |
| #define | RESIP_TENT(x, y) { #x, sizeof(resip::x), y } |
Functions | |
| static resip::ApiCheck | anonymous_resipApiCheckObj (anonymous_resipApiSizeList, sizeof(anonymous_resipApiSizeList)/sizeof(*anonymous_resipApiSizeList)) |
Variables | |
| ::resip::ApiCheck::ApiEntry | anonymous_resipApiSizeList [] |
| #define RESIP_TENT | ( | x, | |
| y | |||
| ) | { #x, sizeof(resip::x), y } |
Definition at line 25 of file ApiCheckList.hxx.
| static resip::ApiCheck anonymous_resipApiCheckObj | ( | anonymous_resipApiSizeList | , |
| sizeof(anonymous_resipApiSizeList)/sizeof * | anonymous_resipApiSizeList | ||
| ) | [static] |
::resip::ApiCheck::ApiEntry anonymous_resipApiSizeList[] [static] |
{
RESIP_TENT(Connection,"NEW_MSG_HEADER_SCANNER"),
RESIP_TENT(Data,"RESIP_DATA_LOCAL_SIZE (configure)"),
RESIP_TENT(DnsResult,"USE_IPV6"),
RESIP_TENT(Headers,"PARTIAL_TEMPLATE_SPECIALIZATION"),
RESIP_TENT(MsgHeaderScanner,"NEW_MSG_HEADER_SCANNER"),
RESIP_TENT(SipMessage, "PARTIAL_TEMPLATE_SPECIALIZATION"),
RESIP_TENT(TransportSelector,"USE_IPV6"),
RESIP_TENT(Tuple,"USE_IPV6"),
RESIP_TENT(UdpTransport,"NEW_MSG_HEADER_SCANNER"),
}
Definition at line 27 of file ApiCheckList.hxx.
Referenced by resip::ApiCheck::ApiCheck().
1.7.5.1