|
torc-master
|
#include <Virtex6.hpp>
Inheritance diagram for torc::bitstream::Virtex6::FrameAddress:
Collaboration diagram for torc::bitstream::Virtex6::FrameAddress: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 Virtex6::FrameAddress &rhs) |
Definition at line 238 of file Virtex6.hpp.
|
protectedinherited |
Imported type name.
Definition at line 32 of file VirtexFrameAddress.hpp.
|
inline |
Definition at line 248 of file Virtex6.hpp.
|
inline |
Definition at line 250 of file Virtex6.hpp.
|
inline |
Definition at line 253 of file Virtex6.hpp.
Here is the call graph for this function:
|
inlineprotectedvirtual |
Implements torc::bitstream::VirtexFrameAddress.
Definition at line 240 of file Virtex6.hpp.
Here is the caller graph for this function:
|
inline |
Definition at line 276 of file Virtex6.hpp.
|
inlinevirtual |
Implements torc::bitstream::VirtexFrameAddress.
Definition at line 264 of file Virtex6.hpp.
|
inlinevirtual |
Implements torc::bitstream::VirtexFrameAddress.
Definition at line 259 of file Virtex6.hpp.
|
friend |
Definition at line 284 of file Virtex6.hpp.
| EFarBlockType torc::bitstream::Virtex6::FrameAddress::mBlockType |
Definition at line 255 of file Virtex6.hpp.
| uint32_t torc::bitstream::Virtex6::FrameAddress::mMajor |
Definition at line 257 of file Virtex6.hpp.
| uint32_t torc::bitstream::Virtex6::FrameAddress::mMinor |
Definition at line 258 of file Virtex6.hpp.
| uint32_t torc::bitstream::Virtex6::FrameAddress::mRow |
Definition at line 256 of file Virtex6.hpp.
| EFarTopBottom torc::bitstream::Virtex6::FrameAddress::mTopBottom |
Definition at line 254 of file Virtex6.hpp.