Arkanjo
0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
Class Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
V
|
W
A
actual_object_comparator
(
detail
)
adl_serializer
B
basic_json
Big_Clone_Formater
Big_Clone_Tailor_Evaluator
binary_reader
(
detail
)
binary_writer
(
detail
)
boundaries
(
detail::dtoa_impl
)
byte_container_with_subtype
C
cached_power
(
detail::dtoa_impl
)
char_traits
(
detail
)
char_traits< signed char >
(
detail
)
char_traits< unsigned char >
(
detail
)
CliColors
(
duplicate_code_detection
)
Comparation
Config
conjunction
(
detail
)
conjunction< B >
(
detail
)
conjunction< B, Bn... >
(
detail
)
container_input_adapter_factory
(
detail::container_input_adapter_factory_impl
)
container_input_adapter_factory< ContainerType, void_t< decltype(begin(std::declval< ContainerType >()), end(std::declval< ContainerType >()))> >
(
detail::container_input_adapter_factory_impl
)
Counter_Duplication_Code
Counter_Duplication_Code_Trie
D
detector
(
detail
)
detector< Default, void_t< Op< Args... > >, Op, Args... >
(
detail
)
diyfp
(
detail::dtoa_impl
)
DuplicationFinderDiff
DuplicationFinderTool
E
exception
(
detail
)
Extend
(
detail::utility_internal
)
Extend< integer_sequence< T, Ints... >, SeqSize, 0 >
(
detail::utility_internal
)
Extend< integer_sequence< T, Ints... >, SeqSize, 1 >
(
detail::utility_internal
)
external_constructor
(
detail
)
external_constructor< value_t::array >
(
detail
)
external_constructor< value_t::binary >
(
detail
)
external_constructor< value_t::boolean >
(
detail
)
external_constructor< value_t::number_float >
(
detail
)
external_constructor< value_t::number_integer >
(
detail
)
external_constructor< value_t::number_unsigned >
(
detail
)
external_constructor< value_t::object >
(
detail
)
external_constructor< value_t::string >
(
detail
)
F
file_input_adapter
(
detail
)
from_json_fn
(
detail
)
Function
FunctionBreaker
FunctionBreakerC
FunctionBreakerJava
G
Gen
(
detail::utility_internal
)
Gen< T, 0 >
(
detail::utility_internal
)
H
has_from_json
(
detail
)
has_from_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > >
(
detail
)
has_key_compare
(
detail
)
has_non_default_from_json
(
detail
)
has_non_default_from_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > >
(
detail
)
has_to_json
(
detail
)
has_to_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > >
(
detail
)
hash< nlohmann::NLOHMANN_BASIC_JSON_TPL >
(
std
)
I
identity_tag
(
detail
)
input_stream_adapter
(
detail
)
integer_sequence
(
detail
)
internal_iterator
(
detail
)
invalid_iterator
(
detail
)
is_basic_json
(
detail
)
is_basic_json< NLOHMANN_BASIC_JSON_TPL >
(
detail
)
is_basic_json_context
(
detail
)
is_c_string
(
detail
)
is_comparable
(
detail
)
is_comparable< Compare, A, B, void_t< decltype(std::declval< Compare >()(std::declval< A >(), std::declval< B >())), decltype(std::declval< Compare >()(std::declval< B >(), std::declval< A >()))> >
(
detail
)
is_compatible_array_type
(
detail
)
is_compatible_array_type_impl
(
detail
)
is_compatible_array_type_impl< BasicJsonType, CompatibleArrayType, enable_if_t< is_detected< iterator_t, CompatibleArrayType >::value &&is_iterator_traits< iterator_traits< detected_t< iterator_t, CompatibleArrayType > > >::value &&!std::is_same< CompatibleArrayType, detected_t< range_value_t, CompatibleArrayType > >::value > >
(
detail
)
is_compatible_integer_type
(
detail
)
is_compatible_integer_type_impl
(
detail
)
is_compatible_integer_type_impl< RealIntegerType, CompatibleNumberIntegerType, enable_if_t< std::is_integral< RealIntegerType >::value &&std::is_integral< CompatibleNumberIntegerType >::value &&!std::is_same< bool, CompatibleNumberIntegerType >::value > >
(
detail
)
is_compatible_object_type
(
detail
)
is_compatible_object_type_impl
(
detail
)
is_compatible_object_type_impl< BasicJsonType, CompatibleObjectType, enable_if_t< is_detected< mapped_type_t, CompatibleObjectType >::value &&is_detected< key_type_t, CompatibleObjectType >::value > >
(
detail
)
is_compatible_string_type
(
detail
)
is_compatible_type
(
detail
)
is_compatible_type_impl
(
detail
)
is_compatible_type_impl< BasicJsonType, CompatibleType, enable_if_t< is_complete_type< CompatibleType >::value > >
(
detail
)
is_complete_type
(
detail
)
is_complete_type< T, decltype(void(sizeof(T)))>
(
detail
)
is_constructible
(
detail
)
is_constructible< const std::pair< T1, T2 > >
(
detail
)
is_constructible< const std::tuple< Ts... > >
(
detail
)
is_constructible< std::pair< T1, T2 > >
(
detail
)
is_constructible< std::tuple< Ts... > >
(
detail
)
is_constructible_array_type
(
detail
)
is_constructible_array_type_impl
(
detail
)
is_constructible_array_type_impl< BasicJsonType, ConstructibleArrayType, enable_if_t< !std::is_same< ConstructibleArrayType, typename BasicJsonType::value_type >::value &&!is_compatible_string_type< BasicJsonType, ConstructibleArrayType >::value &&is_default_constructible< ConstructibleArrayType >::value &&(std::is_move_assignable< ConstructibleArrayType >::value||std::is_copy_assignable< ConstructibleArrayType >::value)&&is_detected< iterator_t, ConstructibleArrayType >::value &&is_iterator_traits< iterator_traits< detected_t< iterator_t, ConstructibleArrayType > > >::value &&is_detected< range_value_t, ConstructibleArrayType >::value &&!std::is_same< ConstructibleArrayType, detected_t< range_value_t, ConstructibleArrayType > >::value &&is_complete_type< detected_t< range_value_t, ConstructibleArrayType > >::value > >
(
detail
)
is_constructible_array_type_impl< BasicJsonType, ConstructibleArrayType, enable_if_t< std::is_same< ConstructibleArrayType, typename BasicJsonType::value_type >::value > >
(
detail
)
is_constructible_object_type
(
detail
)
is_constructible_object_type_impl
(
detail
)
is_constructible_object_type_impl< BasicJsonType, ConstructibleObjectType, enable_if_t< is_detected< mapped_type_t, ConstructibleObjectType >::value &&is_detected< key_type_t, ConstructibleObjectType >::value > >
(
detail
)
is_constructible_string_type
(
detail
)
is_constructible_tuple
(
detail
)
is_constructible_tuple< T1, std::tuple< Args... > >
(
detail
)
is_default_constructible
(
detail
)
is_default_constructible< const std::pair< T1, T2 > >
(
detail
)
is_default_constructible< const std::tuple< Ts... > >
(
detail
)
is_default_constructible< std::pair< T1, T2 > >
(
detail
)
is_default_constructible< std::tuple< Ts... > >
(
detail
)
is_detected_lazy
(
detail
)
is_getable
(
detail
)
is_iterator_of_multibyte
(
detail
)
is_iterator_traits
(
detail
)
is_iterator_traits< iterator_traits< T > >
(
detail
)
is_json_iterator_of
(
detail
)
is_json_iterator_of< BasicJsonType, typename BasicJsonType::const_iterator >
(
detail
)
is_json_iterator_of< BasicJsonType, typename BasicJsonType::iterator >
(
detail
)
is_json_ref
(
detail
)
is_json_ref< json_ref< T > >
(
detail
)
is_ordered_map
(
detail
)
is_range
(
detail
)
is_sax
(
detail
)
is_sax_static_asserts
(
detail
)
is_specialization_of
(
detail
)
is_specialization_of< Primary, Primary< Args... > >
(
detail
)
is_transparent
(
detail
)
iter_impl
(
detail
)
iteration_proxy
(
detail
)
iteration_proxy_value
(
detail
)
iterator_input_adapter
(
detail
)
iterator_input_adapter_factory
(
detail
)
iterator_input_adapter_factory< IteratorType, enable_if_t< is_iterator_of_multibyte< IteratorType >::value > >
(
detail
)
iterator_traits
(
detail
)
iterator_traits< T *, enable_if_t< std::is_object< T >::value > >
(
detail
)
iterator_traits< T, enable_if_t< !std::is_pointer< T >::value > >
(
detail
)
iterator_types
(
detail
)
iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > >
(
detail
)
J
json_default_base
(
detail
)
json_pointer
json_ref
(
detail
)
json_reverse_iterator
(
detail
)
json_sax
json_sax_acceptor
(
detail
)
json_sax_dom_callback_parser
(
detail
)
json_sax_dom_parser
(
detail
)
L
less< ::nlohmann::detail::value_t >
(
std
)
lexer
(
detail
)
lexer_base
(
detail
)
Line_content
M
make_void
(
detail
)
N
negation
(
detail
)
nonesuch
(
detail
)
O
Orchestrator
ordered_map
other_error
(
detail
)
out_of_range
(
detail
)
output_adapter
(
detail
)
output_adapter_protocol
(
detail
)
output_stream_adapter
(
detail
)
output_string_adapter
(
detail
)
output_vector_adapter
(
detail
)
P
parse_error
(
detail
)
Parser
parser
(
detail
)
Path
position_t
(
detail
)
Preprocessor
primitive_iterator_t
(
detail
)
priority_tag
(
detail
)
priority_tag< 0 >
(
detail
)
R
Random_Selector
ReturnCode
(
duplicate_code_detection
)
S
serializer
(
detail
)
Similar_Function_Finder
Similarity_Explorer
Similarity_Table
span_input_adapter
(
detail
)
static_const
(
detail
)
T
to_json_fn
(
detail
)
tuple_element< N, ::nlohmann::detail::iteration_proxy_value< IteratorType > >
(
std
)
tuple_size<::nlohmann::detail::iteration_proxy_value< IteratorType > >
(
std
)
is_ordered_map::two
(
detail
)
type_error
(
detail
)
V
value_in_range_of_impl1
(
detail
)
value_in_range_of_impl1< OfType, T, false >
(
detail
)
value_in_range_of_impl1< OfType, T, true >
(
detail
)
value_in_range_of_impl2
(
detail
)
value_in_range_of_impl2< OfType, T, false, false >
(
detail
)
value_in_range_of_impl2< OfType, T, false, true >
(
detail
)
value_in_range_of_impl2< OfType, T, true, false >
(
detail
)
value_in_range_of_impl2< OfType, T, true, true >
(
detail
)
W
wide_string_input_adapter
(
detail
)
wide_string_input_helper
(
detail
)
wide_string_input_helper< BaseInputAdapter, 2 >
(
detail
)
wide_string_input_helper< BaseInputAdapter, 4 >
(
detail
)
Generated by
1.12.0