Gromacs  2025.0-dev-20241009-5c23d5f
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
selectionoptionmanager.cpp File Reference
#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"
+ Include dependency graph for selectionoptionmanager.cpp:

Description

Implements gmx::SelectionOptionManager.

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

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