#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 |
InterfaceToken::InterfaceToken | ( | const InterfaceToken & | t | ) | [inline] |
int InterfaceToken::length | ( | ) | const [inline] |
void InterfaceToken::operator= | ( | const InterfaceToken & | t | ) | [inline] |
short InterfaceToken::_len [private] |
uint32 InterfaceToken::_low [private] |
uint32 InterfaceToken::_normal [private] |