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
set_id
astra-sim/system/CommunicatorGroup.cc:35
Method
set_iterator
astra-sim/system/MemMovRequest.hh:29
Method
set_notifier
astra-sim/system/MyPacket.cc:28
Method
set_topology
astra-sim/network_frontend/analytical/congestion_unaware/CongestionUnawareNetworkApi.cc:16
Method
set_topology
astra-sim/network_frontend/analytical/congestion_aware/CongestionAwareNetworkApi.cc:17
Method
set_usage
astra-sim/system/UsageTracker.cc:36
Method
sim_comm_get_rank
astra-sim/system/AstraNetworkAPI.hh:56
Method
sim_comm_set_rank
astra-sim/system/AstraNetworkAPI.hh:60
Method
sim_finish
astra-sim/network_frontend/ns3/AstraSimNetwork.cc:32
Method
sim_get_time
astra-sim/network_frontend/ns3/AstraSimNetwork.cc:55
Method
sim_recv
astra-sim/network_frontend/ns3/AstraSimNetwork.cc:86
Method
sim_recv
astra-sim/network_frontend/analytical/common/CommonNetworkApi.cc:96
Method
sim_schedule
astra-sim/network_frontend/ns3/AstraSimNetwork.cc:62
Method
sim_send
astra-sim/network_frontend/ns3/AstraSimNetwork.cc:70
Method
sim_send
astra-sim/network_frontend/analytical/congestion_unaware/CongestionUnawareNetworkApi.cc:36
Method
sim_send
astra-sim/network_frontend/analytical/congestion_aware/CongestionAwareNetworkApi.cc:36
Method
sim_time_resolution
astra-sim/network_frontend/ns3/AstraSimNetwork.cc:49
Method
skip_invalid
astra-sim/workload/Workload.cc:286
Method
span_input_adapter
extern/helper/json/json.hpp:5671
Method
specify_direction
astra-sim/system/collective/HalvingDoubling.cc:92
Method
standard_value
extern/helper/cxxopts/cxxopts.hpp:1182
Method
start_array
extern/helper/json/json.hpp:5941
Method
start_array
extern/helper/json/json.hpp:6161
Method
start_object
extern/helper/json/json.hpp:5915
Method
start_object
extern/helper/json/json.hpp:6090
Method
string
extern/helper/json/json.hpp:5903
Method
string
extern/helper/json/json.hpp:6078
Method
string to_string
@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/
extern/helper/json/json.hpp:21837
Method
strtof
extern/helper/json/json.hpp:7314
Method
sub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
extern/helper/json/json.hpp:15005
Method
switch
extern/helper/json/json.hpp:16439
Method
sys_panic
astra-sim/system/Sys.cc:508
Method
take_network_stat_average
astra-sim/system/NetworkStat.hh:37
Method
take_stream_stats_average
astra-sim/system/StreamStat.hh:40
Function
throw_or_mimic
extern/helper/cxxopts/cxxopts.hpp:532
Function
to_bson
@brief create a BSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bson/
extern/helper/json/json.hpp:21083
Method
to_char_type
extern/helper/json/json.hpp:14879
Method
to_json
extern/helper/json/json.hpp:4950
Function
to_msgpack
@brief create a MessagePack serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_msgpack/
extern/helper/json/json.hpp:21033
Method
to_string
@brief return a string representation of the JSON pointer @sa https://json.nlohmann.me/api/json_pointer/to_string/
extern/helper/json/json.hpp:12274
Function
to_ubjson
@brief create a UBJSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_ubjson/
extern/helper/json/json.hpp:21056
Method
token_type_name
extern/helper/json/json.hpp:6464
Function
top
extern/helper/json/json.hpp:12259
Method
ubjson_prefix
! @brief determine the type prefix of container values */
extern/helper/json/json.hpp:14722
Function
unflatten
extern/helper/json/json.hpp:12998
Function
update
@brief updates a JSON object from another object, overwriting existing keys @sa https://json.nlohmann.me/api/basic_json/update/
extern/helper/json/json.hpp:20306
Method
update_network_stat
astra-sim/system/NetworkStat.hh:21
Method
update_stream_stats
astra-sim/system/StreamStat.hh:23
Function
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/helper/json/json.hpp:12094
Method
value
return the value of an iterator
extern/helper/json/json.hpp:12222
Method
wide_string_input_adapter
extern/helper/json/json.hpp:5501
Method
write_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
extern/helper/json/json.hpp:14391
Method
write_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
extern/helper/json/json.hpp:14410
Method
write_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
extern/helper/json/json.hpp:14248
Method
write_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
extern/helper/json/json.hpp:14258
Method
write_bson_element
! @brief Serializes the JSON value @a j to BSON and associates it with the key @a name. @param name The name to associate with the
extern/helper/json/json.hpp:14473
Method
write_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
extern/helper/json/json.hpp:14236
Method
write_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
extern/helper/json/json.hpp:14308
Method
write_bson_null
! @brief Writes a BSON element with key @a name and null value */
extern/helper/json/json.hpp:14290
Method
write_bson_object
! @param[in] value JSON value to serialize @pre value.type() == value_t::object */
extern/helper/json/json.hpp:14535
Method
write_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
extern/helper/json/json.hpp:14358
Method
write_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
extern/helper/json/json.hpp:14276
Method
write_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
extern/helper/json/json.hpp:14336
Method
write_character
extern/helper/json/json.hpp:13234
Method
write_character
extern/helper/json/json.hpp:13259
Method
write_compact_float
extern/helper/json/json.hpp:14845
Method
write_number
extern/helper/json/json.hpp:14829
Method
write_number_with_ubjson_prefix
extern/helper/json/json.hpp:14582
Method
~ASTRASimNetwork
astra-sim/network_frontend/ns3/AstraSimNetwork.cc:30
Method
~Algorithm
astra-sim/system/collective/Algorithm.hh:21
Method
~AstraNetworkAPI
astra-sim/system/AstraNetworkAPI.hh:18
Method
~AstraRemoteMemoryAPI
astra-sim/system/AstraRemoteMemoryAPI.hh:18
Method
~BaseStream
astra-sim/system/BaseStream.hh:29
Method
~BasicLogicalTopology
astra-sim/system/topology/BasicLogicalTopology.hh:21
Method
~BinaryTree
astra-sim/system/topology/BinaryTree.cc:39
Method
~CSVWriter
astra-sim/system/CSVWriter.hh:19
Method
~CallData
astra-sim/system/CallData.hh:13
Method
~Callable
astra-sim/system/Callable.hh:16
Method
~CloneInterface
astra-sim/system/Common.hh:133
Method
~CollectivePlan
astra-sim/system/CollectivePlan.cc:20
Method
~CommunicatorGroup
astra-sim/system/CommunicatorGroup.cc:28
Method
~ComplexLogicalTopology
astra-sim/system/topology/ComplexLogicalTopology.hh:16
Method
~DoubleBinaryTreeTopology
astra-sim/system/topology/DoubleBinaryTreeTopology.cc:22
Method
~GeneralComplexTopology
astra-sim/system/topology/GeneralComplexTopology.cc:66
Method
~LocalRingGlobalBinaryTree
astra-sim/system/topology/LocalRingGlobalBinaryTree.cc:29
Method
~LocalRingNodeA2AGlobalDBT
astra-sim/system/topology/LocalRingNodeA2AGlobalDBT.cc:35
Method
~LogGP
astra-sim/system/LogGP.cc:38
Method
~LogicalTopology
astra-sim/system/topology/LogicalTopology.hh:16
Method
~MemBus
astra-sim/system/MemBus.cc:38
Method
~Sys
astra-sim/system/Sys.cc:279
Method
~Torus3D
astra-sim/system/topology/Torus3D.cc:29
Method
~Value
extern/helper/cxxopts/cxxopts.hpp:330
Method
~Workload
astra-sim/workload/Workload.cc:54
Method
~abstract_value
extern/helper/cxxopts/cxxopts.hpp:1048
Function
~basic_json
@brief destructor @sa https://json.nlohmann.me/api/basic_json/~basic_json/
extern/helper/json/json.hpp:18407
Method
~binary_reader
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
extern/helper/json/json.hpp:8256
Method
~file_input_adapter
extern/helper/json/json.hpp:5259
Method
~input_stream_adapter
extern/helper/json/json.hpp:5286
Method
~iter_impl
extern/helper/json/json.hpp:11446
Method
~json_ref
extern/helper/json/json.hpp:13108
← previous
next →
701–800 of 808, ranked by callers