You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rework specific File classes (like FileWave) to generic class with different processors. Instead of CASM::FileWave it become CASM::File<FileWave>. These changes needed to simplify the code and increase flexibility, users of library will need to overwrite only a few simple methods of FileInterface class to use their own types.
The text was updated successfully, but these errors were encountered:
Rework specific File classes (like FileWave) to generic class with different processors. Instead of
CASM::FileWave
it becomeCASM::File<FileWave>
. These changes needed to simplify the code and increase flexibility, users of library will need to overwrite only a few simple methods ofFileInterface
class to use their own types.The text was updated successfully, but these errors were encountered: