RASCSI/cpp/devices/interfaces
Uwe Seimet 621cc7d5a2
Code cleanup, especially casts, lambdas, data types, encapsulation (#952)
* Unit test updates

* Lambda syntax cleanup

* Use new-style casts

* Use std::none_of when saving the cache

* Use to_integer instead of casts

* Use accessors for getting CDB data

* Made ctrl_t private

* Improved encapsulation

* Replaced pointers by references

* Removed all remaining occurrences of DWORD and BYTE, making os.h obsolete
2022-11-02 07:36:25 +01:00
..
byte_writer.h Code cleanup, especially casts, lambdas, data types, encapsulation (#952) 2022-11-02 07:36:25 +01:00
scsi_block_commands.h Move C++ code into cpp/ dir (#941) 2022-10-25 12:59:30 -07:00
scsi_mmc_commands.h Move C++ code into cpp/ dir (#941) 2022-10-25 12:59:30 -07:00
scsi_primary_commands.h Move C++ code into cpp/ dir (#941) 2022-10-25 12:59:30 -07:00
scsi_printer_commands.h Move C++ code into cpp/ dir (#941) 2022-10-25 12:59:30 -07:00