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
bool operator==(const ResourceVectorSet &rightHand) const
const ResourceVector & resourceVector(const std::string &operationName) const
std::size_t resourceVectorCount() const
virtual ~ResourceVectorSet()
ResourceVectorIndex vectors_
Storage for the resource vectors.
std::size_t operationIndex(const std::string &operationName) const
std::map< std::string, ResourceVector * > ResourceVectorIndex
Container for indexing the resource vectors by the operation name.
std::string operationName(std::size_t index) const
std::size_t width_
Width of the longest resource vector.