Gromacs  2025-dev-20240906-b7d3419
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
gmx::SelectionOptionManager::Impl::SelectionRequest Struct Reference
+ Collaboration diagram for gmx::SelectionOptionManager::Impl::SelectionRequest:

Description

Request for postponed parsing of selections.

Public Member Functions

 SelectionRequest (SelectionOptionStorage *storage)
 Initializes a request for the given option.
 
const std::string & name () const
 Returns name of the requested selection optin.
 
const std::string & description () const
 Returns description for the requested selection option.
 
int count () const
 Returns the number of selections requested in this request. More...
 

Public Attributes

SelectionOptionStoragestorage_
 Storage object to which the selections will be added.
 

Member Function Documentation

int gmx::SelectionOptionManager::Impl::SelectionRequest::count ( ) const
inline

Returns the number of selections requested in this request.

-1 indicates no upper limit.


The documentation for this struct was generated from the following file: