| 28 |
#include "GEDCOMParser/GEDCOMFactory.hh" |
#include "GEDCOMParser/GEDCOMFactory.hh" |
| 29 |
#include "GEDCOMParser/GEDCOMFactoryAccessor.hh" |
#include "GEDCOMParser/GEDCOMFactoryAccessor.hh" |
| 30 |
#include "GEDCOMParser/ParseErrorManagement/ParseErrorManager.hh" |
#include "GEDCOMParser/ParseErrorManagement/ParseErrorManager.hh" |
|
#include "GEDCOMParser/Predicates/HasChild.hh" |
|
|
#include "GEDCOMParser/Predicates/IsMale.hh" |
|
|
#include "GEDCOMParser/Predicates/HasSpouse.hh" |
|
|
#include "GEDCOMParser/Predicates/FamilyIsNotUsed.hh" |
|
|
#include "GEDCOMParser/Predicates/NameEqualsTo.hh" |
|
| 31 |
|
|
| 32 |
#include <string> |
#include <string> |
| 33 |
#include <map> |
#include <map> |
| 149 |
{ |
{ |
| 150 |
GEDCOMParser::IndividualRecords_t individus = lineage->getIndividualRecords(); |
GEDCOMParser::IndividualRecords_t individus = lineage->getIndividualRecords(); |
| 151 |
std::cout << _("Individuals records : ") << individus.size() << std::endl; |
std::cout << _("Individuals records : ") << individus.size() << std::endl; |
| 152 |
|
GEDCOMParser::FamilyRecords_t families = lineage->getFamilyRecords(); |
| 153 |
|
std::cout << _("Family records : ") << families.size() << std::endl; |
| 154 |
} |
} |
| 155 |
else |
else |
| 156 |
{ |
{ |