/[ghosts]/ghosts/gedcomparser/src/GEDCOMParser/Predicates/IsMale.hh
ViewVC logotype

Diff of /ghosts/gedcomparser/src/GEDCOMParser/Predicates/IsMale.hh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by cpcp, Sun Jul 27 19:35:22 2003 UTC revision 1.3 by cpcp, Thu Oct 30 20:05:44 2003 UTC
# Line 12  namespace GEDCOMParser { Line 12  namespace GEDCOMParser {
12        bool operator()(GEDCOMParser::IndividualRecords_elem_t const & individu) const        bool operator()(GEDCOMParser::IndividualRecords_elem_t const & individu) const
13        {        {
14          bool res = false;          bool res = false;
15          res = (individu.second->getSex() == "M");          res = (individu.second->getSex() == GEDCOMParser::IndividualRecord::MALE);
16          return res;          return res;
17        };        };
18      };      };

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26