frepple::Association< A, B, C >::ListB Class Reference
A list type of the "second" / "to" part of the association. More...
#include <utils.h>
Public Member Functions | |
| const_iterator | begin () const |
| iterator | begin () |
| const_iterator | end () const |
| iterator | end () |
| void | erase (const C *n) |
| C * | find (const A *b, Date d=Date::infinitePast) const |
| ListB () | |
| size_t | size () const |
| ~ListB () | |
Classes | |
| class | const_iterator |
| An iterator over the associated objects. More... | |
| class | iterator |
| An iterator over the associated objects. More... | |
Detailed Description
template<class A, class B, class C>
class frepple::Association< A, B, C >::ListB
A list type of the "second" / "to" part of the association.
Definition at line 4000 of file utils.h.
Constructor & Destructor Documentation
template<class A, class B, class C>
| frepple::Association< A, B, C >::ListB::ListB | ( | ) | [inline] |
template<class A, class B, class C>
| frepple::Association< A, B, C >::ListB::~ListB | ( | ) | [inline] |
Member Function Documentation
template<class A, class B, class C>
| const_iterator frepple::Association< A, B, C >::ListB::begin | ( | ) | const [inline] |
template<class A, class B, class C>
| iterator frepple::Association< A, B, C >::ListB::begin | ( | ) | [inline] |
template<class A, class B, class C>
| const_iterator frepple::Association< A, B, C >::ListB::end | ( | ) | const [inline] |
template<class A, class B, class C>
| iterator frepple::Association< A, B, C >::ListB::end | ( | ) | [inline] |
template<class A, class B, class C>
| void frepple::Association< A, B, C >::ListB::erase | ( | const C * | n | ) | [inline] |
template<class A, class B, class C>
| C* frepple::Association< A, B, C >::ListB::find | ( | const A * | b, | |
| Date | d = Date::infinitePast | |||
| ) | const [inline] |
template<class A, class B, class C>
| size_t frepple::Association< A, B, C >::ListB::size | ( | ) | const [inline] |
The documentation for this class was generated from the following file:
Documentation generated by
