Parent Directory
|
Revision Log
|
Patch
| revision 1.1.2.1 by cpcp, Sun Nov 3 12:22:40 2002 UTC | revision 1.1.2.2 by cpcp, Sun Nov 3 14:25:07 2002 UTC | |
|---|---|---|
| # | Line 35 namespace GEDCOMParser { | Line 35 namespace GEDCOMParser { |
| 35 | _description(desc) | _description(desc) |
| 36 | { | { |
| 37 | }; | }; |
| 38 | std::string const &getDescription(void) const | |
| 39 | { | |
| 40 | return _description; | |
| 41 | } | |
| 42 | int const &getNumber(void) const | |
| 43 | { | |
| 44 | return _number; | |
| 45 | } | |
| 46 | private: | private: |
| 47 | int _number; | int _number; |
| 48 | std::string _description; | std::string _description; |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |