#include <VirtexFrameAddress.hpp>

Public Member Functions | |
| virtual bool | operator== (const VirtexFrameAddress &rhs) const =0 |
| Equality operator FAR. | |
| virtual bool | operator< (const VirtexFrameAddress &rhs) const =0 |
| Comparison operator FAR. | |
Protected Types | |
| typedef boost::uint32_t | uint32_t |
| Imported type name. | |
Protected Member Functions | |
| virtual void | assign (uint32_t inAddress)=0 |
| Assigns members of FAR. | |
Definition at line 28 of file VirtexFrameAddress.hpp.
typedef boost::uint32_t torc::bitstream::VirtexFrameAddress::uint32_t [protected] |
| virtual void torc::bitstream::VirtexFrameAddress::assign | ( | uint32_t | inAddress | ) | [protected, pure virtual] |
Assigns members of FAR.
| virtual bool torc::bitstream::VirtexFrameAddress::operator== | ( | const VirtexFrameAddress & | rhs | ) | const [pure virtual] |
Equality operator FAR.
| virtual bool torc::bitstream::VirtexFrameAddress::operator< | ( | const VirtexFrameAddress & | rhs | ) | const [pure virtual] |
Comparison operator FAR.
1.5.6