Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astra-sim/astra-sim
/ functions
Functions
808 in github.com/astra-sim/astra-sim
⨍
Functions
808
◇
Types & classes
315
Method
operator*
extern/helper/cxxopts/cxxopts.hpp:132
Method
operator+
extern/helper/cxxopts/cxxopts.hpp:157
Method
operator+
extern/helper/json/json.hpp:11284
Method
operator++
extern/helper/cxxopts/cxxopts.hpp:1496
Method
operator++
extern/helper/json/json.hpp:11302
Method
operator++
post-increment (it++)
extern/helper/json/json.hpp:12161
Method
operator-
extern/helper/json/json.hpp:11291
Method
operator-
subtract from iterator
extern/helper/json/json.hpp:12197
Method
operator--
extern/helper/json/json.hpp:11315
Method
operator--
post-decrement (it--)
extern/helper/json/json.hpp:12173
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/helper/json/json.hpp:11680
Method
operator->
extern/helper/cxxopts/cxxopts.hpp:1518
Method
operator->
extern/helper/json/json.hpp:13124
Method
operator/
extern/helper/json/json.hpp:12318
Method
operator<
extern/helper/json/json.hpp:11279
Method
operator<
astra-sim/system/scheduling/OfflineGreedy.hh:21
Function
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/helper/json/json.hpp:11905
Method
operator=
extern/helper/json/json.hpp:2258
Function
operator==
extern/helper/json/json.hpp:11825
Method
operator==
extern/helper/cxxopts/cxxopts.hpp:138
Method
operator==
extern/helper/cxxopts/cxxopts.hpp:1503
Method
operator==
equality operator (needed for InputIterator)
extern/helper/json/json.hpp:4369
Method
operator==
extern/helper/json/json.hpp:5007
Method
operator==
extern/helper/json/json.hpp:11274
Function
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/helper/json/json.hpp:11914
Function
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/helper/json/json.hpp:11923
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/helper/json/json.hpp:12040
Method
option_exists_error
extern/helper/cxxopts/cxxopts.hpp:413
Method
option_has_no_value_exception
extern/helper/cxxopts/cxxopts.hpp:497
Method
option_not_exists_exception
extern/helper/cxxopts/cxxopts.hpp:440
Method
option_not_has_argument_exception
extern/helper/cxxopts/cxxopts.hpp:471
Method
option_not_present_exception
extern/helper/cxxopts/cxxopts.hpp:488
Method
option_required_exception
extern/helper/cxxopts/cxxopts.hpp:523
Method
option_requires_argument_exception
extern/helper/cxxopts/cxxopts.hpp:460
Method
option_syntax_exception
extern/helper/cxxopts/cxxopts.hpp:430
Method
ordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
extern/helper/json/json.hpp:17051
Method
output_adapter
extern/helper/json/json.hpp:13279
Method
output_adapter_protocol
extern/helper/json/json.hpp:13189
Method
output_stream_adapter
extern/helper/json/json.hpp:13230
Method
output_string_adapter
extern/helper/json/json.hpp:13255
Method
output_vector_adapter
extern/helper/json/json.hpp:13205
Method
parent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
extern/helper/json/json.hpp:12340
Method
parse
extern/helper/cxxopts/cxxopts.hpp:1070
Method
parse
extern/helper/cxxopts/cxxopts.hpp:1337
Method
parse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
extern/helper/json/json.hpp:8547
Method
parse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/sp
extern/helper/json/json.hpp:8431
Method
parse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
extern/helper/json/json.hpp:8509
Method
parse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
extern/helper/json/json.hpp:8329
Method
parse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
extern/helper/json/json.hpp:8577
Method
parse_default
extern/helper/cxxopts/cxxopts.hpp:1350
Method
parse_default
extern/helper/cxxopts/cxxopts.hpp:2155
Method
parse_error
extern/helper/json/json.hpp:5961
Method
parse_error
extern/helper/json/json.hpp:6211
Method
parse_error
extern/helper/json/json.hpp:6398
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
extern/helper/json/json.hpp:9348
Method
parse_no_value
extern/helper/cxxopts/cxxopts.hpp:1359
Method
parse_no_value
extern/helper/cxxopts/cxxopts.hpp:2165
Method
parse_option
extern/helper/cxxopts/cxxopts.hpp:2173
Method
parse_positional
extern/helper/cxxopts/cxxopts.hpp:1821
Method
parse_positional
extern/helper/cxxopts/cxxopts.hpp:2262
Method
parse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
extern/helper/json/json.hpp:9980
Method
parser
a parser reading from an input adapter
extern/helper/json/json.hpp:10770
Function
patch
@brief applies a JSON patch @sa https://json.nlohmann.me/api/basic_json/patch/
extern/helper/json/json.hpp:21388
Method
position_string
extern/helper/json/json.hpp:2944
Method
print
astra-sim/system/topology/BinaryTree.cc:102
Method
process_chunk_arrival
astra-sim/network_frontend/analytical/common/CommonNetworkApi.cc:34
Method
process_max_count
astra-sim/system/collective/Ring.cc:157
Method
process_max_count
astra-sim/system/collective/HalvingDoubling.cc:166
Method
process_max_count
astra-sim/system/collective/AllToAll.cc:58
Method
process_next_read
astra-sim/system/LogGP.cc:65
Method
process_stream_count
astra-sim/system/collective/Ring.cc:139
Method
process_stream_count
astra-sim/system/collective/HalvingDoubling.cc:148
Function
qp_finish
qp_finish is triggered by NS3 to indicate that an RDMA queue pair has finished. qp_finish is registered as the callback handlerto the RdmaClient insta
astra-sim/network_frontend/ns3/entry.h:259
Function
rbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
extern/helper/json/json.hpp:19714
Method
ready
astra-sim/system/collective/Ring.cc:229
Method
ready
astra-sim/system/collective/HalvingDoubling.cc:254
Method
reduce
astra-sim/system/collective/Ring.cc:167
Method
reduce
astra-sim/system/collective/HalvingDoubling.cc:190
Function
reinterpret_bits
extern/helper/json/json.hpp:14983
Method
release_packets
astra-sim/system/collective/Ring.cc:111
Method
release_packets
astra-sim/system/collective/HalvingDoubling.cc:120
Function
rend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
extern/helper/json/json.hpp:19728
Method
rendezvous_sim_recv
astra-sim/system/Sys.cc:1450
Method
rendezvous_sim_send
astra-sim/system/Sys.cc:1418
Method
report
astra-sim/system/UsageTracker.cc:45
Method
report
astra-sim/workload/Workload.cc:353
Method
report_percentage
astra-sim/system/UsageTracker.cc:55
Method
run
astra-sim/system/collective/HalvingDoubling.cc:105
Method
run
astra-sim/system/collective/AllToAll.cc:31
Method
run
astra-sim/system/collective/DoubleBinaryTreeAllReduce.cc:32
Method
sax_parse_internal
extern/helper/json/json.hpp:10879
Function
scan
extern/helper/json/json.hpp:7911
Method
scan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
extern/helper/json/json.hpp:7246
Method
scan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 8259. The function is realized with a determinis
extern/helper/json/json.hpp:7371
Method
scan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 8259. While scanning, bytes are escaped and copie
extern/helper/json/json.hpp:6656
Method
serializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use @param[in] error_handler_ how to react on de
extern/helper/json/json.hpp:16101
Method
set_bandwidth
astra-sim/system/Roofline.cc:18
Method
set_default_and_implicit
extern/helper/cxxopts/cxxopts.hpp:1201
Function
set_end
extern/helper/json/json.hpp:11406
Method
set_event_queue
astra-sim/network_frontend/analytical/common/CommonNetworkApi.cc:23
← previous
next →
601–700 of 808, ranked by callers