Percy++
A C++ implementation of Private Information Retrieval (PIR) protocols
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
PercyServerParams Member List

This is the complete list of members for PercyServerParams, including all inherited members.

_num_threadsPercyServerParamsprotected
_num_workersPercyServerParamsprotected
be_byzantinePercyServerParamsprotected
get_all_thread_params() const PercyServerParamsinline
get_all_thread_serverparams() const PercyServerParamsinline
get_all_worker_params() const PercyServerParamsinline
get_all_worker_serverparams() const PercyServerParamsinline
get_sid() const PercyServerParamsinline
get_thread_params(nservers_t wid) const PercyServerParamsinline
get_thread_serverparams(nservers_t wid) const PercyServerParamsinline
get_worker_params(nservers_t wid) const PercyServerParamsinline
get_worker_serverparams(nservers_t wid) const PercyServerParamsinline
is_byzantine() const PercyServerParamsinline
is_compatible(std::istream &is) const PercyServerParams
is_distributed() const PercyServerParamsinline
is_forkedPercyServerParamsprotected
is_recursive() const PercyServerParamsinline
is_threaded() const PercyServerParamsinline
num_threads() const PercyServerParamsinline
num_workers() const PercyServerParamsinline
paramsPercyServerParamsprotected
percy_params() const PercyServerParamsinline
PercyServerParams(const PercyParams *params, nservers_t sid, bool be_byzantine=false)PercyServerParams
PercyServerParams(const PercyParams *params, nservers_t sid, nservers_t num_threads=0, DistSplit tsplit=DIST_SPLIT_RECORDS, nservers_t num_workers=0, DistSplit wsplit=DIST_SPLIT_RECORDS, std::vector< nservers_t > worker_sids=std::vector< nservers_t >(), bool fork=false, bool be_byzantine=false)PercyServerParams
print(std::ostream &os) const PercyServerParams
print_distributed(std::ostream &os) const PercyServerParamsvirtual
send(std::ostream &os, bool to_worker=false) const PercyServerParams
sidPercyServerParamsprotected
thread_paramsPercyServerParamsprotected
thread_serverparamsPercyServerParamsprotected
thread_split() const PercyServerParamsinline
tsplitPercyServerParamsprotected
use_forked_threads() const PercyServerParamsinline
worker_paramsPercyServerParamsprotected
worker_serverparamsPercyServerParamsprotected
worker_split() const PercyServerParamsinline
wsplitPercyServerParamsprotected
~PercyServerParams()PercyServerParamsvirtual