Gromacs  2025-dev-20241008-cf8b9ef
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
#include <iterator>
#include <memory>
#include <string>
#include "external/boost/stl_interfaces/iterator_interface.hpp"
#include "selelem.h"
+ Include dependency graph for symrec.h:
+ This graph shows which files directly or indirectly include this file:

Description

Handling of selection parser symbol table.

This is an implementation header: there should be no need to use it outside this directory.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

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...