reSIProcate/stack  9694
Defines | Functions | Variables
ApiCheckList.hxx File Reference
#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"
Include dependency graph for ApiCheckList.hxx:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define RESIP_TENT (   x,
 
)    { #x, sizeof(resip::x), y }

Definition at line 25 of file ApiCheckList.hxx.


Function Documentation

static resip::ApiCheck anonymous_resipApiCheckObj ( anonymous_resipApiSizeList  ,
sizeof(anonymous_resipApiSizeList)/sizeof *  anonymous_resipApiSizeList 
) [static]

Variable Documentation

Initial value:
{
    
    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().