QuantityMatrix Member List
This is the complete list of members for QuantityMatrix, including all inherited members.
at(std::size_t index) const | TypeVector< Value > | |
description() const | Item | |
fullTag() const | Item | |
input() const | QuantityMatrix | |
Item(const Item &other) | Item | |
Item(const std::string &tag, const std::string &description, Persistent *parent) | Item | |
Item(Item &&other) | Item | |
operator!=(const Type &rhs) const | Type< std::vector< Value > > | inline |
Item::operator!=(const Item &rhs) const | Item | |
operator()(std::size_t row, std::size_t column) const | QuantityMatrix | |
operator()(std::size_t row, std::size_t column) | QuantityMatrix | |
operator=(QuantityMatrix &&other) | QuantityMatrix | |
TypeVector< Value >::operator=(TypeVector &&other) | TypeVector< Value > | inline |
Type< std::vector< Value > >::operator=(Type &&other) | Type< std::vector< Value > > | inline |
Item::operator=(const Item &other) | Item | |
Item::operator=(Item &&other) | Item | |
operator==(const Type &rhs) const | Type< std::vector< Value > > | inline |
Item::operator==(const Item &rhs) const | Item | |
operator[](std::size_t index) | TypeVector< Value > | |
output() const | QuantityMatrix | |
parent() const | Item | inline |
parent_ | Item | protected |
QuantityMatrix(const std::string &tag, const std::string &description, std::pair< int, int > size, const Value &value, Persistent *parent=nullptr) | QuantityMatrix | |
QuantityMatrix(QuantityMatrix &&other) | QuantityMatrix | |
resize(std::size_t count) override | QuantityMatrix | virtual |
set(double v) | QuantityMatrix | inline |
TypeVector< Value >::set(const Value &value) | TypeVector< Value > | inline |
setDescription(const std::string &description) | Item | |
setInput() | QuantityMatrix | |
setOutput() | QuantityMatrix | |
setTag(const std::string &tag) | Item | |
setWideDescription(const std::wstring &description) | Item | |
setWideTag(const std::wstring &tag) | Item | |
size(void) const | TypeVector< Value > | inline |
tag() const | Item | |
type() const override | QuantityMatrix | virtual |
Type(const std::string &tag, const std::string &description, Persistent *parent, const std::vector< Value > &value) | Type< std::vector< Value > > | inline |
Type(Type &&other) | Type< std::vector< Value > > | inline |
TypeVector(const std::string &tag, const std::string &description, Persistent *parent, int count, const Value &value) | TypeVector< Value > | inline |
TypeVector(TypeVector &&other) | TypeVector< Value > | inline |
unit() const | QuantityMatrix | |
value(void) | Type< std::vector< Value > > | inline |
value(void) const | Type< std::vector< Value > > | inline |
value_ | Type< std::vector< Value > > | protected |
ValueType typedef | Type< std::vector< Value > > | |
~Item() | Item | inlinevirtual |