Skip to content
  • Mark OLESEN's avatar
    ENH: simplify objectRegistry access names (issue #322) · 8fabc325
    Mark OLESEN authored
      New name:  findObject(), cfindObject()
      Old name:  lookupObjectPtr()
    
          Return a const pointer or nullptr on failure.
    
      New name:  findObject()
      Old name:  --
    
          Return a non-const pointer or nullptr on failure.
    
      New name:  getObjectPtr()
      Old name:  lookupObjectRefPtr()
    
          Return a non-const pointer or nullptr on failure.
          Can be called on a const object and it will perform a
          const_cast.
    
    - use these updated names and functionality in more places
    
    NB: The older methods names are deprecated, but continue to be defined.
    8fabc325