MCPcopy Create free account

hub / github.com/ETLCPP/etl / functions

Functions8,991 in github.com/ETLCPP/etl

↓ 3 callersMethodclear
include/etl/message_timer.h:298
↓ 3 callersMethodclear
Clears the list.
include/etl/list.h:1323
↓ 3 callersFunctionconvert
include/etl/to_arithmetic.h:296
↓ 3 callersFunctioncreate_optional_issue_1171
test/test_optional.cpp:1130
↓ 3 callersFunctiondestroy_back
Destroy an element at the back.
include/etl/vector.h:1155
↓ 3 callersMethoddetach
Unlinks this range from its inner.
include/etl/multi_range.h:116
↓ 3 callersMethodempty
include/etl/callback_timer.h:637
↓ 3 callersMethodempty
Checks to see if the list is empty.
include/etl/list.h:263
↓ 3 callersMethodenable_observer
Enable an observer \param observer A reference to the observer. \param state <b>true</b> to enable, <b>false</b> to disable. Default is enable.
include/etl/observer.h:193
↓ 3 callersMethodend
Get the end of the registry.
include/etl/message_router_registry.h:275
↓ 3 callersMethodend
include/etl/const_multiset.h:97
↓ 3 callersMethodend
Returns an iterator to the end of the flat_set. \return An iterator to the end of the flat_set.
include/etl/flat_set.h:116
↓ 3 callersMethodend
include/etl/const_set.h:94
↓ 3 callersMethodend
include/etl/array_wrapper.h:192
↓ 3 callersMethodend
Returns an iterator to the end of the flat_multiset. \return An iterator to the end of the flat_multiset.
include/etl/flat_multiset.h:116
↓ 3 callersMethodend
Returns an iterator to the end of the flat_map. \return An iterator to the end of the flat_map.
include/etl/flat_map.h:127
↓ 3 callersMethodend
Returns end of the stream.
include/etl/byte_stream.h:277
↓ 3 callersMethodend
include/etl/const_map.h:138
↓ 3 callersMethodend
Returns an iterator to the end of the flat_multimap. \return An iterator to the end of the flat_multimap.
include/etl/flat_multimap.h:146
↓ 3 callersMethodend
include/etl/const_multimap.h:141
↓ 3 callersMethoderase
Erases an element. \param i_element Iterator to the element. \return An iterator pointing to the element that followed the erased element.
include/etl/vector.h:915
↓ 3 callersFunctionf1
test/test_closure_with_inplace_function.cpp:40
↓ 3 callersFunctionf2
test/test_closure_with_inplace_function.cpp:57
↓ 3 callersFunctionf3
test/test_closure_with_inplace_function.cpp:62
↓ 3 callersMethodfetch_max
Fetch max
include/etl/atomic/atomic_std.h:73
↓ 3 callersMethodfetch_min
Fetch min
include/etl/atomic/atomic_std.h:104
↓ 3 callersMethodfind_first_not_of
include/etl/string_utilities.h:546
↓ 3 callersMethodfind_first_of
include/etl/string_utilities.h:500
↓ 3 callersMethodfind_last_not_of
include/etl/string_utilities.h:651
↓ 3 callersMethodfind_last_of
include/etl/string_utilities.h:600
↓ 3 callersFunctionfirst
Gets the first value.
include/etl/cyclic_value.h:255
↓ 3 callersFunctionformat_floating_f
include/etl/format.h:1739
↓ 3 callersMethodfull
Checks the 'full' state of the reference_flat_multiset. \return <b>true</b> if full.
include/etl/reference_flat_multiset.h:863
↓ 3 callersMethodget_left
include/etl/intrusive_avl_tree.h:279
↓ 3 callersMethodget_mean
Get the mean.
include/etl/mean.h:150
↓ 3 callersMethodget_node_pool
Get the node pool instance.
include/etl/forward_list.h:343
↓ 3 callersMethodget_node_pool
Get the node pool instance.
include/etl/list.h:382
↓ 3 callersMethodinitialise
Initialise the intrusive_list.
include/etl/intrusive_list.h:388
↓ 3 callersMethodinitialise
Initialise the vector.
include/etl/private/pvoidvector.h:760
↓ 3 callersMethodinsert
Inserts a value to the multimap. If asserts or exceptions are enabled, emits map_full if the multimap is already full. \param value The value to in
include/etl/multimap.h:1283
↓ 3 callersMethodinsert
Inserts a value to the multiset. If asserts or exceptions are enabled, emits set_full if the multiset is already full. \param value The value to in
include/etl/multiset.h:1268
↓ 3 callersMethodinsert
Inserts a value to the set. If asserts or exceptions are enabled, emits set_full if the set is already full. \param value The value to insert.
include/etl/set.h:1112
↓ 3 callersMethodis_active
Checks if a timer is currently active. Returns <b>true</b> if the timer is active, otherwise <b>false</b>.
include/etl/callback_timer_atomic.h:339
↓ 3 callersMethodis_active
Returns true if the timer is active.
include/etl/message_timer_interrupt.h:415
↓ 3 callersMethodis_active
Returns true if the timer is active.
include/etl/message_timer.h:117
↓ 3 callersMethodis_active
Checks if a timer is currently active. Returns <b>true</b> if the timer is active, otherwise <b>false</b>.
include/etl/callback_timer_locked.h:302
↓ 3 callersMethodis_active
Checks if a timer is currently active. Returns <b>true</b> if the timer is active, otherwise <b>false</b>.
include/etl/callback_timer_interrupt.h:342
↓ 3 callersMethodis_active
Returns true if the timer is active.
include/etl/message_timer_atomic.h:408
↓ 3 callersMethodis_active
Returns true if the timer is active.
include/etl/message_timer_locked.h:423
↓ 3 callersFunctionlink_clear_range
include/etl/intrusive_links.h:365
↓ 3 callersFunctionmem_set
include/etl/memory.h:3080
↓ 3 callersFunctionmemory_clear
A low level function that clears an object's memory to zero. \param p Pointer to the memory. \param n Size of the memory. \ingroup memory
include/etl/memory.h:2633
↓ 3 callersFunctionmemory_clear_range
include/etl/memory.h:2669
↓ 3 callersMethodmessage_id_list
test/test_message_broker.cpp:210
↓ 3 callersFunctionmove_clone
Make this a moved clone of the supplied queue
include/etl/queue.h:568
↓ 3 callersMethodnext_subscription
include/etl/message_broker.h:121
↓ 3 callersFunctionnth_partition
include/etl/algorithm.h:3666
↓ 3 callersMethodparse
include/etl/format.h:2473
↓ 3 callersMethodreceive
Overridden receive. Puts the shared messages into a queue.
examples/SharedMessage/SharedMessage.cpp:131
↓ 3 callersFunctionselect_from_tuple
include/etl/tuple.h:909
↓ 3 callersMethodset
Default constructor.
include/etl/set.h:2638
↓ 3 callersMethodset_child_states
include/etl/fsm.h:362
↓ 3 callersMethodset_reference_count
Set the reference count.
include/etl/reference_counted_object.h:107
↓ 3 callersMethodsize
Returns the total used size, which may be split in two blocks so the size will always be smaller after a read commit.
include/etl/bip_buffer_spsc_atomic.h:116
↓ 3 callersFunctionswap
include/etl/utility.h:370
↓ 3 callersFunctiontest_assignment_operator_helper
test/test_bitset_new_ext_default_element_type.cpp:1528
↓ 3 callersFunctiontuple_cat
include/etl/tuple.h:955
↓ 3 callersFunctionvalue
include/etl/endianness.h:136
↓ 3 callersMethodweekday_last
include/etl/private/chrono/month_weekday.h:125
↓ 3 callersMethod~S
test/test_pool.cpp:181
↓ 2 callersFunctionArrayAreClose
test/UnitTest++/Checks.h:310
↓ 2 callersFunctionAssert
test/etl_error_handler/log_errors/test_error_handler.cpp:75
↓ 2 callersFunctionAssert
test/etl_error_handler/assert_function/test_error_handler.cpp:70
↓ 2 callersFunctionAssert
test/etl_error_handler/exceptions/test_error_handler.cpp:61
↓ 2 callersFunctionAssert
test/etl_error_handler/log_errors_and_exceptions/test_error_handler.cpp:76
↓ 2 callersFunctionAssertAndReturn
test/etl_error_handler/log_errors/test_error_handler.cpp:87
↓ 2 callersFunctionAssertAndReturn
test/etl_error_handler/assert_function/test_error_handler.cpp:82
↓ 2 callersFunctionAssertAndReturn
test/etl_error_handler/exceptions/test_error_handler.cpp:73
↓ 2 callersFunctionAssertAndReturn
test/etl_error_handler/log_errors_and_exceptions/test_error_handler.cpp:88
↓ 2 callersFunctionAssertAndReturnValue
test/etl_error_handler/log_errors/test_error_handler.cpp:103
↓ 2 callersFunctionAssertAndReturnValue
test/etl_error_handler/assert_function/test_error_handler.cpp:98
↓ 2 callersFunctionAssertAndReturnValue
test/etl_error_handler/exceptions/test_error_handler.cpp:89
↓ 2 callersFunctionAssertAndReturnValue
test/etl_error_handler/log_errors_and_exceptions/test_error_handler.cpp:104
↓ 2 callersMethodClearStatistics
test/test_state_chart_compile_time.cpp:97
↓ 2 callersFunctionGet
test/test_tuple.cpp:540
↓ 2 callersMethodGetFailureCount
test/UnitTest++/TestResults.cpp:53
↓ 2 callersMethodIncrement
test/test_singleton.cpp:46
↓ 2 callersMethodIncrement
test/test_singleton_base.cpp:48
↓ 2 callersFunctionPrint
Prints the shared message
examples/SharedMessage/SharedMessage.cpp:65
↓ 2 callersMethodProcess
test/test_successor.cpp:424
↓ 2 callersMethodPush
test/test_message_packet.cpp:213
↓ 2 callersFunctionRunAllTests
test/UnitTest++/TestRunner.cpp:13
↓ 2 callersFunctionStartTimer
test/Performance/unordered_map/unordered_map/unordered_map.cpp:14
↓ 2 callersFunctionStopTimer
test/Performance/unordered_map/unordered_map/unordered_map.cpp:22
↓ 2 callersFunctionTestText
test/test_utility.cpp:45
↓ 2 callersMethodadd
Registers a router, if not already registered. If the registry is full then an ETL assert is called.
include/etl/message_router_registry.h:351
↓ 2 callersMethodadd
include/etl/to_arithmetic.h:352
↓ 2 callersMethodadd_task
Add a task. Add to the task list in priority order.
include/etl/scheduler.h:284
↓ 2 callersMethodadjust_balance
include/etl/intrusive_avl_tree.h:339
↓ 2 callersFunctionalign_from_char
include/etl/format.h:1064
← previousnext →901–1,000 of 8,991, ranked by callers