| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <codeword.h>
Public Types | |
| enum | { size = 2 } |
Public Member Functions | |
| ExtraLongUInt () | |
| ExtraLongUInt (const char *val) | |
| ExtraLongUInt (int val) | |
| ExtraLongUInt (unsigned int val) | |
| ExtraLongUInt (unsigned long val) | |
| bool | operator== (const ExtraLongUInt &other) const |
| bool | operator!= (const ExtraLongUInt &other) const |
| bool | operator< (const ExtraLongUInt &other) const |
| bool | operator> (const ExtraLongUInt &other) const |
| bool | operator<= (const ExtraLongUInt &other) const |
| bool | operator>= (const ExtraLongUInt &other) const |
| ExtraLongUInt | operator+ (const ExtraLongUInt &other) const |
| ExtraLongUInt | operator- (const ExtraLongUInt &other) const |
| ExtraLongUInt | operator & (const ExtraLongUInt &other) const |
| ExtraLongUInt | operator| (const ExtraLongUInt &other) const |
| ExtraLongUInt | operator^ (const ExtraLongUInt &other) const |
| ExtraLongUInt | operator~ () const |
| bool | operator! () const |
| ExtraLongUInt | operator<< (unsigned int bits) const |
| ExtraLongUInt | operator<< (const ExtraLongUInt &bits) const |
| ExtraLongUInt | operator>> (unsigned int bits) const |
| ExtraLongUInt | operator>> (const ExtraLongUInt &bits) const |
| const ExtraLongUInt & | operator<<= (unsigned int bits) |
| const ExtraLongUInt & | operator>>= (unsigned int bits) |
| const ExtraLongUInt & | operator &= (const ExtraLongUInt &other) |
| const ExtraLongUInt & | operator|= (const ExtraLongUInt &other) |
| const ExtraLongUInt & | operator^= (const ExtraLongUInt &other) |
| void | print (char *buf) const |
| unsigned int | bitcount () const |
| unsigned int | minbit () const |
Protected Attributes | |
| unsigned long | value [size] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|