#include <Virtex2PrimitiveStructure.hpp>
Public Member Functions | |
Virtex2PrimitiveStructure (const PrimitiveDef *inPrimitiveDefPtr) | |
Default constructor. | |
Virtex2PrimitiveStructure (void) | |
Null constructor. | |
Protected Member Functions | |
virtual void | initialize (void) |
Initialize this object based on the PrimitiveDef information. | |
Friends | |
class | torc::packer::packer::Virtex2PrimitiveStructureUnitTest |
Our unit test class has access to our internals. |
Definition at line 32 of file Virtex2PrimitiveStructure.hpp.
torc::packer::Virtex2PrimitiveStructure::Virtex2PrimitiveStructure | ( | const PrimitiveDef * | inPrimitiveDefPtr | ) | [inline] |
torc::packer::Virtex2PrimitiveStructure::Virtex2PrimitiveStructure | ( | void | ) | [inline] |
void torc::packer::Virtex2PrimitiveStructure::initialize | ( | void | ) | [protected, virtual] |
Initialize this object based on the PrimitiveDef information.
Reimplemented from torc::packer::PrimitiveStructure.
Definition at line 31 of file Virtex2PrimitiveStructure.cpp.
friend class torc::packer::packer::Virtex2PrimitiveStructureUnitTest [friend] |
Our unit test class has access to our internals.
Definition at line 35 of file Virtex2PrimitiveStructure.hpp.