Gromacs
2025.0-dev-20241009-5c23d5f
|
#include "gmxpre.h"
#include "gromacs/selection/selectionoptionmanager.h"
#include <cstdio>
#include <filesystem>
#include <memory>
#include <string>
#include <vector>
#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... | |