Changeset 1528 for trunk/yat/utility/Index.cc
- Timestamp:
- Sep 24, 2008, 5:46:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Index.cc
r1487 r1528 65 65 66 66 67 Index::const_iterator Index::begin(void) const 68 { 69 return index_->begin(); 70 } 71 72 73 Index::const_iterator Index::end(void) const 74 { 75 return index_->end(); 76 } 77 78 67 79 size_t Index::size(void) const 68 80 {
Note: See TracChangeset
for help on using the changeset viewer.