MCPcopy Create free account

hub / github.com/astra-sim/astra-sim / functions

Functions808 in github.com/astra-sim/astra-sim

Functionget_number_float
return floating-point value
extern/helper/json/json.hpp:7826
Functionget_number_unsigned
extern/helper/json/json.hpp:7820
Functionget_position
return position of last read token
extern/helper/json/json.hpp:7842
Methodget_priority
astra-sim/system/Sys.cc:1160
Methodget_receiver_homogeneous
astra-sim/system/topology/RingTopology.cc:78
Functionget_ref
extern/helper/json/json.hpp:18988
Functionget_ref_impl
extern/helper/json/json.hpp:18677
Functionget_to
extern/helper/json/json.hpp:18976
Methodget_token
get next token from lexer
extern/helper/json/json.hpp:11160
Methodget_topology
astra-sim/system/topology/LogicalTopology.hh:18
Methodget_topology
astra-sim/system/topology/DoubleBinaryTreeTopology.cc:27
Methodget_ubjson_array
! @return whether array creation completed */
extern/helper/json/json.hpp:10272
Methodget_ubjson_float_prefix
extern/helper/json/json.hpp:14803
Methodget_ubjson_high_precision_number
extern/helper/json/json.hpp:10409
Methodget_ubjson_object
! @return whether object creation completed */
extern/helper/json/json.hpp:10334
Methodget_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
extern/helper/json/json.hpp:10130
Methodget_ubjson_size_value
! @param[out] result determined size @return whether size determination completed */
extern/helper/json/json.hpp:10053
Methodget_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
extern/helper/json/json.hpp:9999
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
extern/helper/json/json.hpp:10171
Methodgroups
extern/helper/cxxopts/cxxopts.hpp:2685
MethodhandleEvent
astra-sim/network_frontend/ns3/AstraSimNetwork.cc:53
MethodhandleEvent
astra-sim/system/Sys.cc:569
Methodhandle_value
extern/helper/json/json.hpp:6245
Methodhas_default
extern/helper/cxxopts/cxxopts.hpp:1088
Methodhelp
extern/helper/cxxopts/cxxopts.hpp:2660
Methodhelp_one_group
extern/helper/cxxopts/cxxopts.hpp:2542
Methodimplicit_value
extern/helper/cxxopts/cxxopts.hpp:1108
Methodinit
astra-sim/system/CollectivePhase.cc:29
Methodinit
astra-sim/system/collective/Algorithm.cc:14
Methodinitialize_comm_group
astra-sim/workload/Workload.cc:61
Methodinitialize_csv
astra-sim/system/CSVWriter.cc:26
Methodinitialize_sys
astra-sim/system/Sys.cc:333
Methodinitialize_tree
astra-sim/system/topology/BinaryTree.cc:45
Methodinput_stream_adapter
extern/helper/json/json.hpp:5296
Methodinsert_into_ready_list
astra-sim/system/Sys.cc:1174
Methodinsert_packet
astra-sim/system/collective/Ring.cc:183
Methodinsert_packet
astra-sim/system/collective/HalvingDoubling.cc:206
Methodinsert_stream
astra-sim/system/Sys.cc:1179
Methodinvalid_option_format_error
extern/helper/cxxopts/cxxopts.hpp:422
Functionis_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
extern/helper/json/json.hpp:18539
Methodis_enabled
astra-sim/system/topology/RingTopology.cc:175
Methodis_errored
extern/helper/json/json.hpp:6223
Methodis_finished
astra-sim/system/DataSet.cc:52
Functionis_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
extern/helper/json/json.hpp:18455
Methodissue_comm
astra-sim/workload/Workload.cc:189
Methodissue_comp
astra-sim/workload/Workload.cc:160
Methodissue_dep_free_nodes
astra-sim/workload/Workload.cc:94
Methodissue_remote_mem
astra-sim/workload/Workload.cc:150
Functionitems
@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/
extern/helper/json/json.hpp:19779
Methoditer_impl
extern/helper/json/json.hpp:11445
Methoditeratable
astra-sim/system/collective/Ring.cc:174
Methoditeratable
astra-sim/system/collective/HalvingDoubling.cc:197
Methoditeration_proxy
construct iteration proxy from a container
extern/helper/json/json.hpp:4432
Methoditeration_proxy_value
extern/helper/json/json.hpp:4349
Methoditerator_input_adapter
extern/helper/json/json.hpp:5341
Functioniterator_wrapper
extern/helper/json/json.hpp:19761
Methodjson_pointer
@brief create JSON pointer @sa https://json.nlohmann.me/api/json_pointer/json_pointer/
extern/helper/json/json.hpp:12268
Methodjson_ref
extern/helper/json/json.hpp:13084
Methodjson_reverse_iterator
create reverse iterator from iterator
extern/helper/json/json.hpp:12154
Methodjson_sax
extern/helper/json/json.hpp:5823
Methodjson_sax_dom_callback_parser
extern/helper/json/json.hpp:6033
Methodjson_sax_dom_parser
! @param[in,out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether p
extern/helper/json/json.hpp:5862
Functionjson_value
default constructor (for null values)
extern/helper/json/json.hpp:17611
Methodkey
extern/helper/json/json.hpp:5927
Methodkey
extern/helper/json/json.hpp:6108
Methodkey
return the key of an object iterator
extern/helper/json/json.hpp:12215
Methodlexer
extern/helper/json/json.hpp:6525
Functionmain
astra-sim/network_frontend/ns3/AstraSimNetwork.cc:226
Functionmain
astra-sim/network_frontend/analytical/congestion_unaware/main.cc:20
Functionmain
astra-sim/network_frontend/analytical/congestion_aware/main.cc:20
Functionmax_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
extern/helper/json/json.hpp:19881
Functionmerge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
extern/helper/json/json.hpp:21806
Methodmissing_argument_exception
extern/helper/cxxopts/cxxopts.hpp:449
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
extern/helper/json/json.hpp:15017
Methodnext_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks
extern/helper/json/json.hpp:6619
Methodno_implicit_value
extern/helper/cxxopts/cxxopts.hpp:1116
Methodnonesuch
extern/helper/json/json.hpp:2254
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
extern/helper/json/json.hpp:15082
Methodnormalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
extern/helper/json/json.hpp:15099
Methodnull
extern/helper/json/json.hpp:5873
Methodnull
extern/helper/json/json.hpp:6048
Methodnumber_float
extern/helper/json/json.hpp:5897
Methodnumber_float
extern/helper/json/json.hpp:6072
Methodnumber_integer
extern/helper/json/json.hpp:5885
Methodnumber_integer
extern/helper/json/json.hpp:6060
Methodnumber_unsigned
extern/helper/json/json.hpp:5891
Methodnumber_unsigned
extern/helper/json/json.hpp:6066
Functionoperator "" _json
extern/helper/json/json.hpp:21898
Functionoperator "" _json_pointer
extern/helper/json/json.hpp:21906
Functionoperator!=
extern/helper/json/json.hpp:11861
Methodoperator!=
extern/helper/cxxopts/cxxopts.hpp:144
Methodoperator!=
extern/helper/cxxopts/cxxopts.hpp:1508
Methodoperator!=
inequality operator (needed for range-based for)
extern/helper/json/json.hpp:4375
Methodoperator!=
extern/helper/json/json.hpp:5013
Functionoperator()
extern/helper/json/json.hpp:21857
Methodoperator()
extern/helper/cxxopts/cxxopts.hpp:813
Methodoperator()
extern/helper/cxxopts/cxxopts.hpp:837
Methodoperator()
extern/helper/json/json.hpp:4269
Methodoperator()
extern/helper/json/json.hpp:4898
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
extern/helper/json/json.hpp:21871
← previousnext →501–600 of 808, ranked by callers