Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ETLCPP/etl
/ functions
Functions
8,991 in github.com/ETLCPP/etl
⨍
Functions
8,991
◇
Types & classes
3,544
↓ 7 callers
Function
get
include/etl/endianness.h:150
↓ 7 callers
Method
get_index
include/etl/deque.h:437
↓ 7 callers
Method
get_index
include/etl/circular_buffer.h:427
↓ 7 callers
Method
is_consumer
include/etl/fsm.h:644
↓ 7 callers
Method
is_in_pool
Check to see if the object belongs to the pool. \param p_object A pointer to the object to be checked. \return <b>true<\b> if it does, otherwise <b>fa
include/etl/ipool.h:482
↓ 7 callers
Method
is_producer
include/etl/fsm.h:638
↓ 7 callers
Method
is_released
include/etl/buffer_descriptors.h:120
↓ 7 callers
Method
is_same_type
Checks if the type is the same as the current stored type. For variants with the same type declarations. \return <b>true</b> if the types are the same
include/etl/private/variant_legacy.h:642
↓ 7 callers
Method
link_child
include/etl/intrusive_avl_tree.h:391
↓ 7 callers
Function
link_right
include/etl/intrusive_links.h:1200
↓ 7 callers
Method
operator=
Write.
include/etl/io_port.h:528
↓ 7 callers
Method
range
Get the next random_clcg number in a specified inclusive range.
include/etl/random.h:204
↓ 7 callers
Method
receive
This will be called for all messages passed as an etl::imessage. It will dispatch the message to the correct handler based on the message id, or pass
include/etl/message_router.h:493
↓ 7 callers
Method
register_unhandled_delegate
Registers an alternative delegate for unhandled ids. \param delegate A reference to the user supplied 'unhandled' delegate.
include/etl/delegate_service.h:161
↓ 7 callers
Function
replace_if
include/etl/algorithm.h:874
↓ 7 callers
Function
uninitialized_default_construct
include/etl/memory.h:916
↓ 7 callers
Function
uninitialized_fill
include/etl/memory.h:85
↓ 7 callers
Function
uninitialized_move_n
include/etl/memory.h:698
↓ 7 callers
Function
uninitialized_value_construct
include/etl/memory.h:1188
↓ 7 callers
Method
value
include/etl/to_arithmetic.h:128
↓ 6 callers
Method
ClearStatistics
test/test_fsm.cpp:174
↓ 6 callers
Function
DisplayValue
test/UnitTest++/Checks.h:24
↓ 6 callers
Method
Initialise
test/test_fsm.cpp:159
↓ 6 callers
Method
accepts
Does this message bus accept the message id? Returns <b>true</b> on the first router that does.
include/etl/message_bus.h:304
↓ 6 callers
Function
add_alignment
include/etl/private/to_string_helper.h:69
↓ 6 callers
Method
append_successor
include/etl/successor.h:118
↓ 6 callers
Method
begin
Returns start of the stream.
include/etl/bit_stream.h:317
↓ 6 callers
Method
begin
Returns an iterator to the beginning of the vector. \return An iterator to the beginning of the vector.
include/etl/private/ivectorpointer.h:86
↓ 6 callers
Method
callback
test/test_callback_timer.cpp:61
↓ 6 callers
Method
cbegin
Returns a const_iterator to the beginning of the string. \return A const iterator to the beginning of the string.
include/etl/basic_string.h:392
↓ 6 callers
Method
cbegin
Gets the beginning of the forward_list.
include/etl/forward_list.h:586
↓ 6 callers
Method
cbegin
Gets the beginning of the list.
include/etl/list.h:694
↓ 6 callers
Method
cend
Gets the end of the forward_list.
include/etl/forward_list.h:610
↓ 6 callers
Method
cend
Gets the end of the list.
include/etl/list.h:702
↓ 6 callers
Method
clear
Clears the buffer.
include/etl/circular_buffer.h:989
↓ 6 callers
Method
clear
include/etl/intrusive_links.h:1025
↓ 6 callers
Method
clear
Clears the unordered_multimap.
include/etl/unordered_multimap.h:1101
↓ 6 callers
Function
compute_padding
Compute prefix/suffix padding sizes for alignment. default_align_start: if true, NONE defaults to left-align (START); otherwise right-align (END).
include/etl/format.h:2071
↓ 6 callers
Function
copy
include/etl/algorithm.h:212
↓ 6 callers
Function
crbegin
include/etl/iterator.h:1350
↓ 6 callers
Function
create_copy_at
include/etl/memory.h:2469
↓ 6 callers
Method
emplace_implementation
include/etl/queue_spsc_isr.h:285
↓ 6 callers
Method
empty
Returns true if the list has no elements.
include/etl/intrusive_forward_list.h:250
↓ 6 callers
Method
empty_from_isr
Is the queue empty? Called from ISR.
include/etl/queue_spsc_isr.h:185
↓ 6 callers
Method
empty_from_unlocked
Is the queue empty?
include/etl/queue_spsc_locked.h:110
↓ 6 callers
Method
end
include/etl/ranges.h:200
↓ 6 callers
Method
end
Gets the end of the forward_list.
include/etl/forward_list.h:594
↓ 6 callers
Method
end
Returns an iterator to the end of the vector. \return An iterator to the end of the vector.
include/etl/private/ivectorpointer.h:104
↓ 6 callers
Method
erase
Erases the value at the specified position.
include/etl/list.h:1251
↓ 6 callers
Method
fetch_add
Fetch add
include/etl/atomic/atomic_gcc_sync.h:290
↓ 6 callers
Function
format_modf
include/etl/format.h:1526
↓ 6 callers
Method
full
Checks to see if there are no free items in the factory. \return <b>true</b> if there are none free.
include/etl/deprecated/factory.h:433
↓ 6 callers
Function
generate
include/etl/algorithm.h:199
↓ 6 callers
Method
get
test/test_not_null_unique_pointer.cpp:38
↓ 6 callers
Method
get_standard_deviation
Get the standard_deviation.
include/etl/standard_deviation.h:186
↓ 6 callers
Method
index
include/etl/private/chrono/weekday.h:370
↓ 6 callers
Method
initialise
Initialise the forward_list.
include/etl/forward_list.h:1458
↓ 6 callers
Method
insert
Inserts a value to the indirect_vector. If asserts or exceptions are enabled, emits vector_full if the indirect_vector is already full. \param positio
include/etl/indirect_vector.h:930
↓ 6 callers
Method
is_right_child
include/etl/intrusive_avl_tree.h:255
↓ 6 callers
Function
is_uppercase
include/etl/format.h:1409
↓ 6 callers
Method
is_valid
include/etl/message_packet.h:202
↓ 6 callers
Function
link_rotate_left
include/etl/intrusive_links.h:1250
↓ 6 callers
Function
link_rotate_right
include/etl/intrusive_links.h:1315
↓ 6 callers
Function
make_overload
include/etl/overload.h:60
↓ 6 callers
Method
month
include/etl/private/chrono/month_weekday.h:55
↓ 6 callers
Method
move
Moves an element from one position to another within the list. Moves the element at position 'from' to the position before 'to'.
include/etl/list.h:1923
↓ 6 callers
Method
on_enter_state
include/etl/fsm.h:403
↓ 6 callers
Function
output
\brief Generic output free function \param out: output stream \param str: input string
test/test_signal.cpp:50
↓ 6 callers
Method
overflow
include/etl/base64_decoder.h:265
↓ 6 callers
Function
pbuffer
Default constructor.
include/etl/private/bitset_new.h:2689
↓ 6 callers
Method
prev
include/etl/ranges.h:211
↓ 6 callers
Function
relocate
include/etl/memory.h:1889
↓ 6 callers
Method
remove_prefix
Shrinks the view by moving its start forward.
include/etl/array_view.h:577
↓ 6 callers
Function
rotate
include/etl/algorithm.h:1395
↓ 6 callers
Method
size
Gets the current size of the vector. \return The current size of the vector.
include/etl/private/pvoidvector.h:713
↓ 6 callers
Method
size_bytes
Returns the number of bytes used in the stream.
include/etl/bit_stream.h:706
↓ 6 callers
Function
upper_bound
include/etl/algorithm.h:433
↓ 6 callers
Method
usage
Returns the percentage of usage. Range 0 to 100.
include/etl/bloom_filter.h:154
↓ 6 callers
Method
visit
test/test_visitor.cpp:171
↓ 6 callers
Method
weekday_last
include/etl/private/chrono/year_month_weekday.h:323
↓ 5 callers
Method
Clear
test/test_task_scheduler.cpp:53
↓ 5 callers
Function
MurmurHash3_x86_32
test/murmurhash3.cpp:120
↓ 5 callers
Function
ReplaceChar
test/UnitTest++/XmlTestReporter.cpp:16
↓ 5 callers
Method
accept_functor
include/etl/private/variant_variadic.h:1018
↓ 5 callers
Method
add
include/etl/checksum.h:54
↓ 5 callers
Method
add_task_list
include/etl/scheduler.h:304
↓ 5 callers
Method
assign
include/etl/deque.h:734
↓ 5 callers
Method
base
include/etl/ranges.h:1876
↓ 5 callers
Method
begin
include/etl/array_wrapper.h:168
↓ 5 callers
Function
calculate_parity
test/test_crc1.cpp:44
↓ 5 callers
Method
clear
Clears the vector.
include/etl/vector.h:430
↓ 5 callers
Function
contains
Check if the map contains the key.
include/etl/flat_set.h:841
↓ 5 callers
Method
count
include/etl/iterator.h:2058
↓ 5 callers
Function
destroy
include/etl/generators/variant_pool_cpp03_generator.h:213
↓ 5 callers
Function
destroy_n
include/etl/memory.h:1636
↓ 5 callers
Method
detach_all
Unlinks this and all inner ranges.
include/etl/multi_range.h:124
↓ 5 callers
Method
end
include/etl/string_view.h:247
↓ 5 callers
Function
exchange
include/etl/utility.h:497
↓ 5 callers
Function
fmix32
test/murmurhash3.cpp:92
↓ 5 callers
Function
formatted_size
include/etl/format.h:2760
← previous
next →
601–700 of 8,991, ranked by callers