class TTcpSeqNum |
TCP sequence number with mod-32 arithmetic.
Public Member Functions | |
---|---|
TTcpSeqNum () | |
TTcpSeqNum ( TUint32 ) | |
TTcpSeqNum (const TTcpSeqNum &) | |
TBool | Inside ( TTcpSeqNum , TTcpSeqNum ) |
TBool | Outside ( TTcpSeqNum , TTcpSeqNum ) |
TUint32 | Uint32 () |
TBool | operator!= (const TTcpSeqNum &) |
TTcpSeqNum | operator+ ( TInt ) |
TTcpSeqNum & | operator++ () |
TTcpSeqNum | operator++ ( TInt ) |
TTcpSeqNum & | operator+= ( TInt ) |
TTcpSeqNum | operator- ( TInt ) |
TInt32 | operator- (const TTcpSeqNum &) |
TTcpSeqNum & | operator-- () |
TTcpSeqNum | operator-- ( TInt ) |
TTcpSeqNum & | operator-= ( TInt ) |
TBool | operator< (const TTcpSeqNum &) |
TBool | operator<= (const TTcpSeqNum &) |
TTcpSeqNum & | operator= ( TUint32 ) |
TTcpSeqNum & | operator= (const TTcpSeqNum &) |
TBool | operator== (const TTcpSeqNum &) |
TBool | operator> (const TTcpSeqNum &) |
TBool | operator>= (const TTcpSeqNum &) |
Private Attributes | |
---|---|
TUint32 | iSeq |
TTcpSeqNum | ( | const TTcpSeqNum & | aSeq | ) | [inline] |
const TTcpSeqNum & aSeq |
TBool | Inside | ( | TTcpSeqNum | aSeqLo, |
TTcpSeqNum | aSeqHi | |||
) | [inline] |
TTcpSeqNum aSeqLo | |
TTcpSeqNum aSeqHi |
TBool | Outside | ( | TTcpSeqNum | aSeqLo, |
TTcpSeqNum | aSeqHi | |||
) | [inline] |
TTcpSeqNum aSeqLo | |
TTcpSeqNum aSeqHi |
TBool | operator!= | ( | const TTcpSeqNum & | aSeq | ) | const [inline] |
const TTcpSeqNum & aSeq |
TInt32 | operator- | ( | const TTcpSeqNum & | aSeq | ) | const [inline] |
const TTcpSeqNum & aSeq |
TBool | operator< | ( | const TTcpSeqNum & | aSeq | ) | const [inline] |
const TTcpSeqNum & aSeq |
TBool | operator<= | ( | const TTcpSeqNum & | aSeq | ) | const [inline] |
const TTcpSeqNum & aSeq |
TTcpSeqNum & | operator= | ( | const TTcpSeqNum & | aSeq | ) | [inline] |
const TTcpSeqNum & aSeq |
TBool | operator== | ( | const TTcpSeqNum & | aSeq | ) | const [inline] |
const TTcpSeqNum & aSeq |
TBool | operator> | ( | const TTcpSeqNum & | aSeq | ) | const [inline] |
const TTcpSeqNum & aSeq |
TBool | operator>= | ( | const TTcpSeqNum & | aSeq | ) | const [inline] |
const TTcpSeqNum & aSeq |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.