Parent Directory
|
Revision Log
|
Patch
| revision 1.7 by cpcp, Thu Mar 20 20:42:05 2003 UTC | revision 1.8 by cpcp, Wed Jun 25 19:59:18 2003 UTC | |
|---|---|---|
| # | Line 149 namespace GEDCOMParser | Line 149 namespace GEDCOMParser |
| 149 | }; | }; |
| 150 | ///@name typedefs | ///@name typedefs |
| 151 | //@{ | //@{ |
| 152 | /// @doc handling of many family records | /// @doc handling of many family records (element) |
| 153 | typedef std::pair<std::string, SmartPtr < FamilyRecord > > FamilyRecords_elem_t; | |
| 154 | /// @doc handling of many family records (association) | |
| 155 | typedef std::map < std::string, SmartPtr < FamilyRecord > > FamilyRecords_t; | typedef std::map < std::string, SmartPtr < FamilyRecord > > FamilyRecords_t; |
| 156 | //@} | //@} |
| 157 | }; | }; |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |