#include <NetlistNet.hpp>
Definition at line 28 of file NetlistNet.hpp.
torc::placer::NetlistNet::NetlistNet |
( |
std::string |
inName, |
|
|
ENetType |
inType, |
|
|
uint32 |
inIndex |
|
) |
| |
|
inline |
torc::placer::NetlistNet::~NetlistNet |
( |
| ) |
|
|
inline |
Definition at line 48 of file NetlistNet.hpp.
std::vector< NetlistPin * > mSinks
Definition at line 43 of file NetlistNet.hpp.
std::vector< NetlistPin * > mSources
uint32 torc::placer::NetlistNet::getIndex |
( |
| ) |
|
|
inline |
std::string& torc::placer::NetlistNet::getName |
( |
void |
| ) |
|
|
inline |
uint32 torc::placer::NetlistNet::getNumSinks |
( |
| ) |
|
|
inline |
Definition at line 56 of file NetlistNet.hpp.
std::vector< NetlistPin * > mSinks
uint32 torc::placer::NetlistNet::getNumSources |
( |
| ) |
|
|
inline |
Definition at line 53 of file NetlistNet.hpp.
std::vector< NetlistPin * > mSources
Definition at line 62 of file NetlistNet.hpp.
std::vector< NetlistPin * > mSinks
Definition at line 59 of file NetlistNet.hpp.
std::vector< NetlistPin * > mSources
ENetType torc::placer::NetlistNet::getType |
( |
void |
| ) |
|
|
inline |
uint32 torc::placer::NetlistNet::mIndex |
|
protected |
std::string torc::placer::NetlistNet::mName |
|
protected |
std::vector<NetlistPin*> torc::placer::NetlistNet::mSinks |
|
protected |
std::vector<NetlistPin*> torc::placer::NetlistNet::mSources |
|
protected |
ENetType torc::placer::NetlistNet::mType |
|
protected |
The documentation for this class was generated from the following file: