torc-master
|
#include <Virtex2.hpp>
Public Member Functions | |
FrameAddress (void) | |
FrameAddress (EFarBlockType inBlockType, uint32_t inMajor, uint32_t inMinor) | |
FrameAddress (uint32_t inAddress) | |
virtual bool | operator== (const VirtexFrameAddress &vrhs) const |
virtual bool | operator< (const VirtexFrameAddress &vrhs) const |
Data Fields | |
EFarBlockType | mBlockType |
uint32_t | mMajor |
uint32_t | mMinor |
Protected Types | |
typedef boost::uint32_t | uint32_t |
Imported type name. More... | |
Protected Member Functions | |
virtual void | assign (uint32_t inAddress) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Virtex2::FrameAddress &rhs) |
Definition at line 146 of file Virtex2.hpp.
|
protectedinherited |
Imported type name.
Definition at line 32 of file VirtexFrameAddress.hpp.
|
inline |
Definition at line 154 of file Virtex2.hpp.
|
inline |
Definition at line 155 of file Virtex2.hpp.
|
inline |
Definition at line 157 of file Virtex2.hpp.
|
inlineprotectedvirtual |
Implements torc::bitstream::VirtexFrameAddress.
Definition at line 148 of file Virtex2.hpp.
|
inlinevirtual |
Implements torc::bitstream::VirtexFrameAddress.
Definition at line 165 of file Virtex2.hpp.
|
inlinevirtual |
Implements torc::bitstream::VirtexFrameAddress.
Definition at line 161 of file Virtex2.hpp.
|
friend |
Definition at line 173 of file Virtex2.hpp.
EFarBlockType torc::bitstream::Virtex2::FrameAddress::mBlockType |
Definition at line 158 of file Virtex2.hpp.
uint32_t torc::bitstream::Virtex2::FrameAddress::mMajor |
Definition at line 159 of file Virtex2.hpp.
uint32_t torc::bitstream::Virtex2::FrameAddress::mMinor |
Definition at line 160 of file Virtex2.hpp.