Gromacs
2025-dev-20240910-a7e2421
|
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... | |
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.