Gromacs  2025-dev-20240910-a7e2421
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Public Attributes
gmx::AbstractCompositeHelpTopic::Impl Class Reference

Description

Private implementation class for AbstractCompositeHelpTopic.

Public Types

typedef std::vector
< HelpTopicPointer
SubTopicList
 Container for subtopics.
 
typedef std::map< std::string,
const IHelpTopic * > 
SubTopicMap
 Container for mapping subtopic names to help topic objects.
 

Public Attributes

SubTopicList subTopics_
 Subtopics in the order they were added. More...
 
SubTopicMap subTopicMap_
 Maps subtopic names to help topic objects. More...
 

Member Data Documentation

SubTopicMap gmx::AbstractCompositeHelpTopic::Impl::subTopicMap_

Maps subtopic names to help topic objects.

Points to objects in the subTopics_ map.

SubTopicList gmx::AbstractCompositeHelpTopic::Impl::subTopics_

Subtopics in the order they were added.

Owns the contained subtopics.


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