18namespace MantidWidgets {
41 auto oldValue =
value++;
55 return (os <<
value.value);
71 const CollectionValueType &
operator[](
const CollectionIndexType &dataIndex)
const {
75 CollectionIndexType
size()
const {
76 return CollectionIndexType{
static_cast<typename CollectionIndexType::IntImplementationType
>(
m_collection.size())};
78 CollectionIndexType
zero()
const {
return CollectionIndexType{0}; }
79 CollectionIndexType
last()
const {
80 return CollectionIndexType{
81 static_cast<typename CollectionIndexType::IntImplementationType
>(
m_collection.size() - 1)};
91 typename CollectionImplementationType::iterator
end() {
return m_collection.end(); }
92 typename CollectionImplementationType::const_iterator
begin()
const {
return m_collection.begin(); }
93 typename CollectionImplementationType::const_iterator
end()
const {
return m_collection.end(); }
double value
The value of the point.
std::ostream & operator<<(std::ostream &out, const MantidQt::MantidWidgets::IndexType< i > &index)
std::map< DeltaEMode::Type, std::string > index
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...
MANTID_API_DLL std::ostream & operator<<(std::ostream &, const AlgorithmHistory &)
Prints a text representation.