14#include "arcane/VariableCollection.h"
35VariableCollection(
const Enumerator& rhs)
38 _values().copy(rhs.m_collection);
44void VariableCollection::
45sortByName(
bool is_ascendent)
49 return v1->
fullName() < v2->fullName();
53 std::sort(v.
begin(), v.
end(), sort_func);
64VariableCollectionEnumerator::
67, m_collection(col._values())
69 m_count = m_collection.size();
Base class for 1D data vectors.
reverse_iterator rbegin()
Reverse iterator over the first element of the array.
iterator begin()
Iterator over the first element of the array.
reverse_iterator rend()
Reverse iterator over the first element after the end of the array.
iterator end()
Iterator over the first element after the end of the array.
virtual String fullName() const =0
Full variable name (with family prefix).
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --