#include <Parentage.h>
Public Member Functions | |
| Parentage (std::vector< ProductID > parents) | |
| ~Parentage () | |
| Parentage () | |
| Parentage (Parentage const &) | |
| Parentage (Parentage &&) | |
| Parentage & | operator= (Parentage const &) |
| Parentage & | operator= (Parentage &&) |
| ParentageID | id () const |
| std::vector< ProductID > const & | parents () const |
Private Attributes | |
| std::vector< ProductID > | parents_ {} |
Definition at line 15 of file Parentage.h.
|
explicit |
Definition at line 22 of file Parentage.cc.
|
default |
|
default |
|
default |
|
default |
| ParentageID art::Parentage::id | ( | ) | const |
Definition at line 25 of file Parentage.cc.
Definition at line 36 of file Parentage.cc.
|
private |
Definition at line 34 of file Parentage.h.
1.8.11