Public Member Functions | Public Attributes

SCTP::AppConnKey Struct Reference

#include <SCTP.h>

List of all members.

Public Member Functions

bool operator< (const AppConnKey &b) const

Public Attributes

int32 appGateIndex
int32 assocId

Detailed Description

Definition at line 87 of file SCTP.h.


Member Function Documentation

bool SCTP::AppConnKey::operator< ( const AppConnKey b  )  const [inline]

Definition at line 92 of file SCTP.h.

            {
                if (appGateIndex!=b.appGateIndex)
                    return appGateIndex<b.appGateIndex;
                else
                    return assocId<b.assocId;
            }


Member Data Documentation


The documentation for this struct was generated from the following file: