Skip to content
  • Michael Cohen's avatar
    1c463e80
    Large refactor (#86) · 1c463e80
    Michael Cohen authored
    * Large refactor of API
    
    - Removed AFF4FactoryOpen and cache based resolving.
    - Removed automatic class registry - it was too complicated and hard
      to track.
    - API is now more typical c++ RAII based. It means callers need to be
      careful about the order of destruction but this is typical of C++.
    1c463e80
    Large refactor (#86)
    Michael Cohen authored
    * Large refactor of API
    
    - Removed AFF4FactoryOpen and cache based resolving.
    - Removed automatic class registry - it was too complicated and hard
      to track.
    - API is now more typical c++ RAII based. It means callers need to be
      careful about the order of destruction but this is typical of C++.
Loading