mbed-os/hal
Christopher Haster c71e67f2dc Updated minor functionality of the Callback class
- Marked `call` and `operator()` functions as const
- Moved to static_cast for internal function pointer to avoid losing
  compiler checked const-safety
- Added test for `operator=` with non-callback types
- Moved from zero-cast to value-initializer when callback is null
- Added `operator==` and `operator!=`
- Removed special handling of null callback
- Replicated doxygen to all overloads
- Added correct nops where uninitialized callbacks are called
- Added assertion for null callback
- Removed copy-constructor from callback constructor
2016-08-26 09:54:02 -05:00
..
api Updated minor functionality of the Callback class 2016-08-26 09:54:02 -05:00
common Updated minor functionality of the Callback class 2016-08-26 09:54:02 -05:00
hal Add a separate error code for runtime/intergrity-check failures 2016-07-22 09:51:11 +01:00
targets Merge pull request #2528 from jeremybrodt/max32620 2016-08-26 09:25:33 -05:00
.yotta_ignore Simplify layout: 2016-05-23 09:13:59 +01:00
CMakeLists.txt Simplify layout: 2016-05-23 09:13:59 +01:00
module.json Simplify layout: 2016-05-23 09:13:59 +01:00
targets.json Merge pull request #2543 from jeromecoutant/PR_Small_Targets 2016-08-26 09:27:38 -05:00