Gromacs
2025-dev-20241008-cf8b9ef
|
#include <iterator>
#include <memory>
#include <string>
#include "external/boost/stl_interfaces/iterator_interface.hpp"
#include "selelem.h"
Handling of selection parser symbol table.
This is an implementation header: there should be no need to use it outside this directory.
Classes | |
class | gmx::SelectionParserSymbol |
Single symbol for the selection parser. More... | |
class | gmx::SelectionParserSymbolIterator |
Forward iterator for iterating symbols of a given type. More... | |
class | gmx::SelectionParserSymbolTable |
Symbol table for the selection parser. More... | |