From: John P. <jo...@ma...> - 2000-10-21 18:36:07
|
I am working on extending SOMEClassInfo by changing both the name and catagory from individual properties to keys in a map<string,string> structure. All member functions are the same and some have been added to manipulate the map in order to add extra class info at runtime. This allows a programmer to further catagorize his/her plugins. To support this SOMELibInfo has been given a method to compliment the getCatagory method. This method(which has not been named yet) which takes two strings (key, value) will return all objects whoes key matches the value. A further method can be added in the future that excepts a map of key value pairs and only returns objects that equal every one of the map's criteria. -John Palmieri |