torc-master
|
#include <Virtex4.hpp>
Public Member Functions | |
FrameAddress (void) | |
FrameAddress (EFarTopBottom inTopBottom, EFarBlockType inBlockType, uint32_t inRow, uint32_t inMajor, uint32_t inMinor) | |
FrameAddress (uint32_t inAddress) | |
virtual bool | operator== (const VirtexFrameAddress &vrhs) const |
virtual bool | operator< (const VirtexFrameAddress &vrhs) const |
operator uint32_t (void) const | |
Data Fields | |
EFarTopBottom | mTopBottom |
EFarBlockType | mBlockType |
uint32_t | mRow |
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 Virtex4::FrameAddress &rhs) |
Definition at line 207 of file Virtex4.hpp.
|
protectedinherited |
Imported type name.
Definition at line 32 of file VirtexFrameAddress.hpp.
|
inline |
Definition at line 217 of file Virtex4.hpp.
|
inline |
Definition at line 219 of file Virtex4.hpp.
|
inline |
Definition at line 222 of file Virtex4.hpp.
|
inlineprotectedvirtual |
Implements torc::bitstream::VirtexFrameAddress.
Definition at line 209 of file Virtex4.hpp.
|
inline |
Definition at line 245 of file Virtex4.hpp.
|
inlinevirtual |
Implements torc::bitstream::VirtexFrameAddress.
Definition at line 233 of file Virtex4.hpp.
|
inlinevirtual |
Implements torc::bitstream::VirtexFrameAddress.
Definition at line 228 of file Virtex4.hpp.
|
friend |
Definition at line 252 of file Virtex4.hpp.
EFarBlockType torc::bitstream::Virtex4::FrameAddress::mBlockType |
Definition at line 224 of file Virtex4.hpp.
uint32_t torc::bitstream::Virtex4::FrameAddress::mMajor |
Definition at line 226 of file Virtex4.hpp.
uint32_t torc::bitstream::Virtex4::FrameAddress::mMinor |
Definition at line 227 of file Virtex4.hpp.
uint32_t torc::bitstream::Virtex4::FrameAddress::mRow |
Definition at line 225 of file Virtex4.hpp.
EFarTopBottom torc::bitstream::Virtex4::FrameAddress::mTopBottom |
Definition at line 223 of file Virtex4.hpp.