#include <Port.hpp>
Protected Member Functions | |
PortTemp (const string &inName, const string &inInstance, const string &inPin) | |
const string & | getName (void) const |
Returns the port name. | |
const string & | getInstance (void) const |
Returns the port instance. | |
const string & | getPin (void) const |
Returns the port instance pin. | |
Protected Attributes | |
string | mName |
The port name. | |
string | mInstance |
The port instance. | |
string | mPin |
The port pin. | |
Private Types | |
typedef std::string | string |
Imported type name. | |
Friends | |
class | torc::XdlParser |
The XdlParser class has direct access to our internals. |
This class should only be used by XdlParser to remember the port while awaiting the definition of the port's instance.
Definition at line 82 of file Port.hpp.
typedef std::string torc::physical::PortTemp::string [private] |
const string& torc::physical::PortTemp::getName | ( | void | ) | const [inline, protected] |
const string& torc::physical::PortTemp::getInstance | ( | void | ) | const [inline, protected] |
const string& torc::physical::PortTemp::getPin | ( | void | ) | const [inline, protected] |
friend class torc::XdlParser [friend] |
string torc::physical::PortTemp::mName [protected] |
string torc::physical::PortTemp::mInstance [protected] |
string torc::physical::PortTemp::mPin [protected] |