Represents attributes of a view interface.
More...
#include <InterfaceAttributes.hpp>
Represents attributes of a view interface.
The InterfaceAttributes class stores some optional attributes of a view interface.
Definition at line 31 of file InterfaceAttributes.hpp.
torc::generic::InterfaceAttributes::InterfaceAttributes |
( |
| ) |
|
torc::generic::InterfaceAttributes::~InterfaceAttributes |
( |
| ) |
|
throw | ( | |
| ) | | |
void torc::generic::Commentable::addComment |
( |
const std::string & |
comment | ) |
|
|
inherited |
Add a comment to the object
- Parameters
-
[in] | comment | The comment to add to an existing list of comments |
Definition at line 36 of file Commentable.cpp.
void torc::generic::UserDataContainer::addUserData |
( |
const std::string & |
inSource | ) |
|
|
inherited |
Add an user data to the list of user data
- Parameters
-
[in] | inSource | An user data as string |
Definition at line 34 of file UserDataContainer.cpp.
std::list< std::string > mUserData
const std::vector< std::string > & torc::generic::Commentable::getComments |
( |
| ) |
const |
|
inlineinherited |
Get the list of all comments
- Returns
- A list of all comments on this object
Definition at line 85 of file Commentable.hpp.
const std::string torc::generic::InterfaceAttributes::getDesignator |
( |
| ) |
const |
|
inline |
Get the designated number.
- Returns
- std::string Value representing designated number of a view interface.
Definition at line 91 of file InterfaceAttributes.hpp.
Get the pointer to the simulate.
- Returns
- Pointer to the simulate
Get the pointer to the simulate.
- Returns
- Pointer to the simulatie
Definition at line 100 of file InterfaceAttributes.hpp.
SimulateSharedPtr mSimulate
const TimingSharedPtr torc::generic::InterfaceAttributes::getTiming |
( |
| ) |
const |
|
inline |
void torc::generic::UserDataContainer::getUserData |
( |
std::list< std::string > & |
outUserData | ) |
const |
|
inlineinherited |
Get the list of all userData
- Parameters
-
[out] | outUserData | The list of all userData |
Definition at line 78 of file UserDataContainer.hpp.
std::list< std::string > mUserData
void torc::generic::Commentable::setComments |
( |
const std::vector< std::string > & |
inSource | ) |
|
|
inherited |
Get the list of all comments
- Parameters
-
[in] | inSource | A list of all comments to be set on this object |
Definition at line 45 of file Commentable.cpp.
void torc::generic::InterfaceAttributes::setDesignator |
( |
const std::string & |
inSource | ) |
|
Set the designated number.
- Parameters
-
[in] | inSource | std::string representing designated number of a view interface. |
Definition at line 21 of file InterfaceAttributes.cpp.
void torc::generic::InterfaceAttributes::setSimulate |
( |
const SimulateSharedPtr & |
inSource | ) |
|
Set the pointer to the simulate.
- Parameters
-
[in] | inSource | Pointer to the simulate |
Definition at line 30 of file InterfaceAttributes.cpp.
SimulateSharedPtr mSimulate
void torc::generic::InterfaceAttributes::setTiming |
( |
const TimingSharedPtr & |
inSource | ) |
|
Set the pointer to the timing object
- Parameters
-
[in] | inSource | Pointer to the timing object |
Definition at line 39 of file InterfaceAttributes.cpp.
void torc::generic::UserDataContainer::setUserData |
( |
const std::list< std::string > & |
inSource | ) |
|
|
inherited |
Set the list of userData
- Parameters
-
[in] | inSource | The list of UserData |
Definition at line 26 of file UserDataContainer.cpp.
std::list< std::string > mUserData
std::string torc::generic::InterfaceAttributes::mDesignator |
|
private |
The documentation for this class was generated from the following files: