Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 29, 2008, 4:15:03 AM (16 years ago)
Author:
landauf
Message:
  • some small adjustments in identifier and co.
  • renamed GetIdentifier to ClassByName and ClassByID
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/Factory.cc

    r1747 r1856  
    110110      return &theOneAndOnlyFactoryInstance;
    111111    }
    112 
    113     /**
    114         @brief Returns the begin-iterator of the factory-map.
    115         @return The begin-iterator
    116     */
    117     std::map<std::string, Identifier*>::const_iterator Factory::getFactoryBegin()
    118     {
    119         return Factory::getFactoryPointer()->identifierStringMap_.begin();
    120     }
    121 
    122     /**
    123         @brief Returns the end-iterator of the factory-map.
    124         @return The end-iterator
    125     */
    126     std::map<std::string, Identifier*>::const_iterator Factory::getFactoryEnd()
    127     {
    128         return Factory::getFactoryPointer()->identifierStringMap_.end();
    129     }
    130112}
Note: See TracChangeset for help on using the changeset viewer.