The MemberLists
Class Reference
Declaration
class MemberLists { ... }
Included Headers
#include <src/memberlist.h>
Base class
class | std::vector< std::unique_ptr< MemberList > > |
Public Constructors Index
MemberLists ()=default | |
Public Destructor Index
~MemberLists ()=default | |
Public Member Functions Index
const std::unique_ptr< MemberList > & | get (MemberListType lt, MemberListContainer con) |
Definition at line 169 of file memberlist.h.
Public Constructors
MemberLists()
| default |
Definition at line 172 of file memberlist.h.
Public Destructor
~MemberLists()
| default |
Definition at line 173 of file memberlist.h.
Public Member Functions
get()
| inline |
Definition at line 174 of file memberlist.h.
174 const std::unique_ptr<MemberList> &get(MemberListType lt,MemberListContainer con)
175 {
176 // find the list with the given type
178 if (it!=end()) return *it;
179 // or create a new list if it is not found
180 emplace_back(std::make_unique<MemberList>(lt,con));
181 return back();
182 }
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.