turtle/doc/example
Alexander Grund fca30e7780
Replace Boost PP_Iterate by C++11 variadic templates
This allows support for any number of arguments and makes setting MOCK_MAX_ARGS unnecessary.
It also allows for easier debugging due to being able to step into actual code instead of preprocessor generated stuff
2022-02-10 17:46:00 +01:00
..
calculator.hpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
customization.cpp Replace Boost PP_Iterate by C++11 variadic templates 2022-02-10 17:46:00 +01:00
getting_started.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
limitations_const_parameter_warning.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
limitations_literal_zero.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
limitations_non_virtual_method.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
limitations_protected_private_method.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
limitations_template_base_class_method.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
limitations_template_method.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
limitations_throw_specifier.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
mock_view.hpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
motivation.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
patterns_async_call.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
patterns_invoke_functor.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
patterns_quick_constraint.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
patterns_retrieve_cref.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
patterns_static_objects.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
rationale.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
reference.cpp Rename MOCK_PROTECT_FUNCTION_SIG to MOCK_PROTECT_SIGNATURE 2022-01-25 18:05:06 +01:00
view.hpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00