ElementList Member List
This is the complete list of members for ElementList, including all inherited members.
append(const Element &element) -> void | ElementList | |
begin() const | ElementList | inline |
begin() | ElementList | inline |
data() const -> const Vec< Element > & | ElementList | |
ElementList() | ElementList | |
ElementList(std::initializer_list< Element > elements) | ElementList | |
ElementList(const Vec< Element > &elements) | ElementList | |
ElementList(InputIterator begin, InputIterator end) | ElementList | inline |
empty() const -> bool | ElementList | |
end() const | ElementList | inline |
end() | ElementList | inline |
find(const String &symbol) const -> Index | ElementList | |
findWithName(const String &name) const -> Index | ElementList | |
findWithSymbol(const String &symbol) const -> Index | ElementList | |
get(const String &symbol) const -> const Element & | ElementList | |
getWithName(const String &name) const -> const Element & | ElementList | |
getWithSymbol(const String &symbol) const -> const Element & | ElementList | |
index(const String &symbol) const -> Index | ElementList | |
indexWithName(const String &name) const -> Index | ElementList | |
indexWithSymbol(const String &symbol) const -> Index | ElementList | |
insert(Iterator pos, InputIterator begin, InputIterator end) -> void | ElementList | inline |
operator Vec< Element > &() | ElementList | |
operator Vec< Element >const &() const | ElementList | |
operator[](Index i) const -> const Element & | ElementList | |
push_back(const Element &elements) -> void | ElementList | inline |
size() const -> Index | ElementList | |
value_type typedef | ElementList | |
withNames(const StringList &names) const -> ElementList | ElementList | |
withoutTag(const String &tag) const -> ElementList | ElementList | |
withoutTags(const StringList &tags) const -> ElementList | ElementList | |
withSymbols(const StringList &symbols) const -> ElementList | ElementList | |
withTag(const String &tag) const -> ElementList | ElementList | |
withTags(const StringList &tags) const -> ElementList | ElementList |