Go to the documentation of this file.
33 #ifndef TTA_RESOURCE_VECTOR_SET_HH
34 #define TTA_RESOURCE_VECTOR_SET_HH
64 std::size_t
width()
const;
std::size_t width() const
ResourceVectorSet(const TTAMachine::FunctionUnit &functionUnit)
bool operator==(const ResourceVectorSet &rightHand) const
std::map< std::string, ResourceVector * > ResourceVectorIndex
Container for indexing the resource vectors by the operation name.
ResourceVectorIndex vectors_
Storage for the resource vectors.
std::size_t operationIndex(const std::string &operationName) const
const ResourceVector & resourceVector(const std::string &operationName) const
std::size_t resourceVectorCount() const
std::string operationName(std::size_t index) const
virtual ~ResourceVectorSet()
std::size_t width_
Width of the longest resource vector.