Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Public Attributes
gmx::AnalysisData::Impl Class Reference
+ Collaboration diagram for gmx::AnalysisData::Impl:

Description

Private implementation class for AnalysisData.

Public Types

typedef std::unique_ptr
< internal::AnalysisDataHandleImpl
HandlePointer
 Smart pointer type to manage a data handle implementation.
 
typedef std::vector
< HandlePointer
HandleList
 Shorthand for a list of data handles.
 

Public Attributes

AnalysisDataStorage storage_
 Storage implementation.
 
HandleList handles_
 List of handles for this data object. More...
 

Member Data Documentation

HandleList gmx::AnalysisData::Impl::handles_

List of handles for this data object.

Note that AnalysisDataHandle objects also contain (raw) pointers to these objects.


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