Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
DistributedData.hpp File Reference
#include "shambase/aliases_int.hpp"
#include "shambase/exception.hpp"
#include "shambase/print.hpp"
#include "shambase/sets.hpp"
#include "shambase/string.hpp"
#include <functional>
#include <map>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
+ Include dependency graph for DistributedData.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  shambase::DistributedData< T >
 Represents a collection of objects distributed across patches identified by a u64 id. More...
 

Namespaces

namespace  shambase
 namespace for basic c++ utilities
 

Functions

template<class T1 , class FuncMatch , class FuncMissing , class FuncExtra >
void shambase::on_distributeddata_ids_diff (const shambase::DistributedData< T1 > &dd, const std::vector< u64 > &ref_ids, FuncMatch &&func_missing, FuncMissing &&func_match, FuncExtra &&func_extra)
 Compare two distributed data and apply callbacks based on the difference.
 
template<class T1 , class T2 , class FuncMatch , class FuncMissing , class FuncExtra >
void shambase::on_distributeddata_diff (const shambase::DistributedData< T1 > &dd, const shambase::DistributedData< T2 > &reference, FuncMatch &&func_missing, FuncMissing &&func_match, FuncExtra &&func_extra)
 Compare two distributed data and apply callbacks based on the difference.
 

Detailed Description

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file DistributedData.hpp.