Gromacs
2020.4
|
#include "gmxpre.h"
#include "selectionoptionmanager.h"
#include <cstdio>
#include "gromacs/selection/selection.h"
#include "gromacs/selection/selectioncollection.h"
#include "gromacs/selection/selectionoption.h"
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/stringutil.h"
#include "selectionoptionstorage.h"
Implements gmx::SelectionOptionManager.
Classes | |
class | gmx::SelectionOptionManager::Impl |
Private implemention class for SelectionOptionManager. More... | |
struct | gmx::SelectionOptionManager::Impl::SelectionRequest |
Request for postponed parsing of selections. More... | |
class | gmx::SelectionOptionManager::Impl::RequestsClearer |
Helper class that clears a request list on scope exit. More... | |