-
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++.
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