Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
gmx::test::anonymous_namespace{mock_datamodule.cpp}::DataStorageRequester Class Reference

Description

Functor for requesting data storage.

This functor is designed to be invoked as a handled for IAnalysisDataModule::dataStarted().

Public Member Functions

 DataStorageRequester (int count)
 Constructs a functor that requests the given amount of storage. More...
 
void operator() (AbstractAnalysisData *data) const
 Function call operator for the functor.
 

Constructor & Destructor Documentation

gmx::test::anonymous_namespace{mock_datamodule.cpp}::DataStorageRequester::DataStorageRequester ( int  count)
inlineexplicit

Constructs a functor that requests the given amount of storage.

Parameters
[in]countNumber of frames of storage to request, or -1 for all frames.
See Also
AbstractAnalysisData::requestStorage()

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