Possibility to pass class method reference
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Mon, 8 Feb 2016 00:38:16 +0000 (01:38 +0100)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Mon, 8 Feb 2016 00:38:16 +0000 (01:38 +0100)
commitae6743a2a2c69b7a927f64ff1d3abf38a5e7d4bc
tree7eebee5ae3e5558476a9f4bf12824674aeb4f865
parent948c501fbb8d47898a9c92697327c5ffa70a898f
Possibility to pass class method reference
25 files changed:
include/argument.h
include/callable.h
tests/Makefile.am
tests/argument/handles_boolean_value.cpp
tests/argument/handles_float_value.cpp
tests/argument/handles_int_value.cpp
tests/argument/handles_negative_float_value.cpp
tests/argument/handles_negative_int_value.cpp
tests/argument/handles_string_value.cpp
tests/callable/TestCallable.h
tests/callable/invokes_class_method.cpp [new file with mode: 0644]
tests/callable/invokes_provided_function.cpp
tests/callable/invokes_void_function.cpp
tests/multiValue/should_extract_arguments_by_separator.cpp
tests/multiValue/should_extract_options_by_separator.cpp
tests/option/handles_boolean_value.cpp
tests/option/handles_float_value.cpp
tests/option/handles_int_value.cpp
tests/option/handles_negative_float_value.cpp
tests/option/handles_negative_int_value.cpp
tests/option/handles_string_value.cpp
tests/option/handles_void_value.cpp
tests/option/should_match_exact_name.cpp
tests/option/should_throw_exception_on_missing_value.cpp
tests/required/should_be_required.cpp