ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/utils/TypeContainer.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/utils/TypeContainer.hpp (file contents):
Revision 1759 by tim, Tue Nov 9 01:08:31 2004 UTC vs.
Revision 1760 by tim, Fri Nov 19 20:23:26 2004 UTC

# Line 142 | Line 142 | namespace oopse {
142                  return j == foundTypes.end() ? NULL : (j->second).second;
143              }
144  
145 +            unsigned int size() {
146 +                return data_.size();
147 +            }
148 +            
149          private:
150              int index_;
151              MapType data_;        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines