Gromacs
2020.4
|
#include <iterator>
#include <string>
#include "gromacs/utility/classhelpers.h"
#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 |
Input iterator for iterating symbols of a given type. More... | |
class | gmx::SelectionParserSymbolTable |
Symbol table for the selection parser. More... | |