c++ - IBM Rhapsody containers, need algorithms similar to STL -
i using ibm rhapsody in c++ , need perform generic algorithm on rhapsody containers omcollection, omlist or ommap similar stl's for_each, copy, remove, count_if, etc etc etc. there custom library or package perform this, or there adapter allow me apply stl generics rhapsody container ? want able write along lines of:
omlist<omstring> mystringlist; for_each(mystringlist.begin(),mystringlist.end(),myfoid);
without having use stl containers in rhapsody.
Comments
Post a Comment