#include <InterfaceIdentifier.h>
Public Member Functions | |
InterfaceToken () | |
InterfaceToken (uint32 low, uint32 normal, int len) | |
InterfaceToken (const InterfaceToken &t) | |
void | operator= (const InterfaceToken &t) |
int | length () const |
uint32 | low () const |
uint32 | normal () const |
Private Attributes | |
uint32 | _normal |
uint32 | _low |
short | _len |
|
|
|
|
|
00040 {operator=(t);}
|
|
00042 {return _len;}
|
|
00043 {return _low;}
|
|
00044 {return _normal;}
|
|
|
|
|
|
|
|
|