diff --git a/annotated.html b/annotated.html index d969f0bb0..e4ae418c9 100644 --- a/annotated.html +++ b/annotated.html @@ -100,6 +100,7 @@  Narchiver  CclientRetrieves blocks from a remote archiver via the network  CcontrollerWrapper for the archiver executable implementation + CleveldbWriteOptionsWrapper for leveldb::WriteOptions to provide a constructor to set base class member "sync"  Natomizer  Caggregate_tx_notificationTransaction notification message with a full set of input attestations  Caggregate_tx_notify_requestBatch of aggregate transaction notifications diff --git a/annotated_dup.js b/annotated_dup.js index 2ab514d08..addc7db40 100644 --- a/annotated_dup.js +++ b/annotated_dup.js @@ -3,7 +3,8 @@ var annotated_dup = [ "cbdc", "namespacecbdc.html", [ [ "archiver", "namespacecbdc_1_1archiver.html", [ [ "client", "classcbdc_1_1archiver_1_1client.html", "classcbdc_1_1archiver_1_1client" ], - [ "controller", "classcbdc_1_1archiver_1_1controller.html", "classcbdc_1_1archiver_1_1controller" ] + [ "controller", "classcbdc_1_1archiver_1_1controller.html", "classcbdc_1_1archiver_1_1controller" ], + [ "leveldbWriteOptions", "structcbdc_1_1archiver_1_1leveldbWriteOptions.html", "structcbdc_1_1archiver_1_1leveldbWriteOptions" ] ] ], [ "atomizer", "namespacecbdc_1_1atomizer.html", [ [ "aggregate_tx_notification", "structcbdc_1_1atomizer_1_1aggregate__tx__notification.html", "structcbdc_1_1atomizer_1_1aggregate__tx__notification" ], diff --git a/archiverd_8cpp_source.html b/archiverd_8cpp_source.html index 7be9545b1..37b8f73d2 100644 --- a/archiverd_8cpp_source.html +++ b/archiverd_8cpp_source.html @@ -178,7 +178,7 @@
76// LCOV_EXCL_STOP
main
auto main(int argc, char **argv) -> int
Definition archiverd.cpp:13
-
cbdc::archiver::controller
Wrapper for the archiver executable implementation.
Definition uhs/atomizer/archiver/controller.hpp:21
+
cbdc::archiver::controller
Wrapper for the archiver executable implementation.
Definition uhs/atomizer/archiver/controller.hpp:30
cbdc::config::load_options
auto load_options(const std::string &config_file) -> std::variant< options, std::string >
Loads options from the given config file and check for invariants.
Definition config.cpp:668
cbdc::config::get_args
auto get_args(int argc, char **argv) -> std::vector< std::string >
Converts c-args from an executable's main function into a vector of strings.
Definition config.cpp:751
controller.hpp
diff --git a/async__interface_8hpp_source.html b/async__interface_8hpp_source.html index 4c193d9b1..8ff4e5070 100644 --- a/async__interface_8hpp_source.html +++ b/async__interface_8hpp_source.html @@ -168,7 +168,7 @@
cbdc::sentinel::async_interface::operator=
auto operator=(const async_interface &) -> async_interface &=delete
cbdc::sentinel
Definition uhs/atomizer/sentinel/controller.cpp:14
cbdc::rlp_value_type::array
@ array
A collection of RLP values.
-
cbdc::transaction::full_tx
A complete transaction.
Definition transaction.hpp:92
+
cbdc::transaction::full_tx
A complete transaction.
Definition transaction.hpp:94
interface.hpp
hash.hpp
validation.hpp
diff --git a/atomizer_8cpp_source.html b/atomizer_8cpp_source.html index ed926b0a9..94dffdb90 100644 --- a/atomizer_8cpp_source.html +++ b/atomizer_8cpp_source.html @@ -393,7 +393,7 @@
cbdc::rlp_value_type::array
@ array
A collection of RLP values.
cbdc::atomizer::block
Batch of compact transactions settled by the atomizer.
Definition block.hpp:19
cbdc::atomizer::block::m_transactions
std::vector< transaction::compact_tx > m_transactions
Compact transactions settled by the atomizer in this block.
Definition block.hpp:26
-
cbdc::transaction::compact_tx
A condensed, hash-only transaction representation.
Definition transaction.hpp:117
+
cbdc::transaction::compact_tx
A condensed, hash-only transaction representation.
Definition transaction.hpp:119
cbdc::watchtower::tx_error_incomplete
Indicates that the atomizer did not receive enough attestations for a particular transaction from sha...
Definition tx_error_messages.hpp:122
cbdc::watchtower::tx_error_stxo_range
Indicates that a shard did not attest to this transaction recently enough for the atomizer to check i...
Definition tx_error_messages.hpp:109
messages.hpp
diff --git a/atomizer_8hpp_source.html b/atomizer_8hpp_source.html index 864902ccb..d4ba3f582 100644 --- a/atomizer_8hpp_source.html +++ b/atomizer_8hpp_source.html @@ -209,7 +209,7 @@
cbdc::hash_t
std::array< unsigned char, cbdc::hash_size > hash_t
SHA256 hash container.
Definition util/common/hash.hpp:19
cbdc::rlp_value_type::array
@ array
A collection of RLP values.
cbdc::atomizer::block
Batch of compact transactions settled by the atomizer.
Definition block.hpp:19
-
cbdc::transaction::compact_tx
A condensed, hash-only transaction representation.
Definition transaction.hpp:117
+
cbdc::transaction::compact_tx
A condensed, hash-only transaction representation.
Definition transaction.hpp:119
transaction.hpp
tx_error_messages.hpp
Messages atomizers and shards can use to transmit errors to the watchtower, and which the watchtower ...
diff --git a/atomizer__client_8cpp_source.html b/atomizer__client_8cpp_source.html index e2a7a5ff3..220a3196c 100644 --- a/atomizer__client_8cpp_source.html +++ b/atomizer__client_8cpp_source.html @@ -228,8 +228,8 @@
cbdc::to_string
auto to_string(const hash_t &val) -> std::string
Converts a hash to a hexadecimal string.
Definition util/common/hash.cpp:15
cbdc::atomizer::tx_notify_request
Transaction notification message.
Definition uhs/atomizer/atomizer/messages.hpp:21
cbdc::config::options
Project-wide configuration options.
Definition config.hpp:132
-
cbdc::transaction::compact_tx
A condensed, hash-only transaction representation.
Definition transaction.hpp:117
-
cbdc::transaction::full_tx
A complete transaction.
Definition transaction.hpp:92
+
cbdc::transaction::compact_tx
A condensed, hash-only transaction representation.
Definition transaction.hpp:119
+
cbdc::transaction::full_tx
A complete transaction.
Definition transaction.hpp:94
format.hpp
watchtower.hpp
Watchtower core functionality.
diff --git a/atomizer__client_8hpp_source.html b/atomizer__client_8hpp_source.html index 38bf763eb..14f0915dd 100644 --- a/atomizer__client_8hpp_source.html +++ b/atomizer__client_8hpp_source.html @@ -167,7 +167,7 @@
cbdc
Definition parsec/agent/client.cpp:11
cbdc::rlp_value_type::array
@ array
A collection of RLP values.
cbdc::config::options
Project-wide configuration options.
Definition config.hpp:132
-
cbdc::transaction::full_tx
A complete transaction.
Definition transaction.hpp:92
+
cbdc::transaction::full_tx
A complete transaction.
Definition transaction.hpp:94
client.hpp
Client helpers for interfacing with a watchtower server.
client.hpp
diff --git a/atomizer__raft_8hpp_source.html b/atomizer__raft_8hpp_source.html index 8186a3b4a..dcbc2bc8d 100644 --- a/atomizer__raft_8hpp_source.html +++ b/atomizer__raft_8hpp_source.html @@ -186,8 +186,8 @@
state_manager.hpp
cbdc::atomizer::tx_notify_request
Transaction notification message.
Definition uhs/atomizer/atomizer/messages.hpp:21
cbdc::config::options
Project-wide configuration options.
Definition config.hpp:132
-
cbdc::transaction::compact_tx_hasher
Definition transaction.hpp:166
-
cbdc::transaction::compact_tx
A condensed, hash-only transaction representation.
Definition transaction.hpp:117
+
cbdc::transaction::compact_tx_hasher
Definition transaction.hpp:168
+
cbdc::transaction::compact_tx
A condensed, hash-only transaction representation.
Definition transaction.hpp:119
messages.hpp
state_machine.hpp
diff --git a/broker_2impl_8cpp_source.html b/broker_2impl_8cpp_source.html index 072955568..67839a37f 100644 --- a/broker_2impl_8cpp_source.html +++ b/broker_2impl_8cpp_source.html @@ -266,941 +266,940 @@
157
158 if(!m_directory->key_location(
159 key,
-
160 [=](std::optional<
-
161 parsec::directory::interface::key_location_return_type>
-
162 res) {
-
163 handle_find_key(ticket_number,
-
164 key,
-
165 locktype,
-
166 result_callback,
-
167 res);
-
168 })) {
-
169 m_log->error("Failed to make key location directory request");
-
170 return error_code::directory_unreachable;
-
171 }
-
172
-
173 return std::nullopt;
-
174 }();
-
175
-
176 if(maybe_error.has_value()) {
-
177 result_callback(maybe_error.value());
-
178 }
-
179
-
180 return true;
-
181 }
+
160 [=, this](std::optional<parsec::directory::interface::
+
161 key_location_return_type> res) {
+
162 handle_find_key(ticket_number,
+
163 key,
+
164 locktype,
+
165 result_callback,
+
166 res);
+
167 })) {
+
168 m_log->error("Failed to make key location directory request");
+
169 return error_code::directory_unreachable;
+
170 }
+
171
+
172 return std::nullopt;
+
173 }();
+
174
+
175 if(maybe_error.has_value()) {
+
176 result_callback(maybe_error.value());
+
177 }
+
178
+
179 return true;
+
180 }
-
182
-
183 void impl::handle_prepare(
-
184 const commit_callback_type& commit_cb,
-
185 ticket_number_type ticket_number,
-
186 uint64_t shard_idx,
-
187 parsec::runtime_locking_shard::interface::prepare_return_type res) {
-
188 auto maybe_error = [&]() -> std::optional<commit_return_type> {
-
189 std::unique_lock ll(m_mut);
-
190 auto itt = m_tickets.find(ticket_number);
-
191 if(itt == m_tickets.end()) {
-
192 return error_code::unknown_ticket;
-
193 }
-
194
-
195 auto ts = itt->second;
-
196 switch(ts->m_state) {
-
197 case ticket_state::begun:
-
198 break;
-
199 case ticket_state::prepared:
-
200 return error_code::prepared;
-
201 case ticket_state::committed:
-
202 return error_code::committed;
-
203 case ticket_state::aborted:
-
204 return error_code::aborted;
-
205 }
-
206
-
207 return do_handle_prepare(commit_cb,
-
208 ticket_number,
-
209 ts,
-
210 shard_idx,
-
211 res);
-
212 }();
-
213
-
214 m_log->trace(this, "Broker handled prepare for", ticket_number);
-
215
-
216 if(maybe_error.has_value()) {
-
217 m_log->trace(this,
-
218 "Broker calling prepare callback with error for",
-
219 ticket_number);
-
220 commit_cb(maybe_error.value());
-
221 }
-
222 }
-
223
-
224 auto impl::do_handle_prepare(
-
225 const commit_callback_type& commit_cb,
-
226 ticket_number_type ticket_number,
-
227 const std::shared_ptr<state>& ts,
-
228 uint64_t shard_idx,
-
229 const parsec::runtime_locking_shard::interface::prepare_return_type&
-
230 res) -> std::optional<commit_return_type> {
-
231 auto& ss = ts->m_shard_states[shard_idx].m_state;
-
232 if(ss != shard_state_type::preparing) {
-
233 m_log->trace(this,
-
234 "Shard",
-
235 shard_idx,
-
236 "not in preparing state for",
-
237 ticket_number);
-
238 return std::nullopt;
-
239 }
-
240
-
241 if(res.has_value()) {
-
242 if(res.value().m_error_code
-
243 != runtime_locking_shard::error_code::wounded) {
-
244 m_log->error("Shard error with prepare for", ticket_number);
-
245 } else {
-
246 m_log->trace("Shard",
-
247 shard_idx,
-
248 "wounded ticket",
-
249 ticket_number);
-
250 for(auto& [sidx, s] : ts->m_shard_states) {
-
251 if(s.m_state == shard_state_type::wounded) {
-
252 return std::nullopt;
-
253 }
-
254 }
-
255 ss = shard_state_type::wounded;
-
256 }
-
257 return res.value();
-
258 }
-
259
-
260 m_log->trace(this,
-
261 "Broker setting shard",
-
262 shard_idx,
-
263 "to prepared for",
-
264 ticket_number);
-
265 ss = shard_state_type::prepared;
-
266
-
267 for(auto& shard : ts->m_shard_states) {
-
268 if(shard.second.m_state != shard_state_type::prepared) {
-
269 return std::nullopt;
-
270 }
-
271 }
-
272
-
273 ts->m_state = ticket_state::prepared;
-
274
-
275 auto maybe_error = do_commit(commit_cb, ticket_number, ts);
-
276 if(maybe_error.has_value()) {
-
277 return maybe_error.value();
-
278 }
-
279 return std::nullopt;
-
280 }
-
281
-
282 auto impl::do_commit(const commit_callback_type& commit_cb,
-
283 ticket_number_type ticket_number,
-
284 const std::shared_ptr<state>& ts)
-
285 -> std::optional<error_code> {
-
286 for(auto& shard : ts->m_shard_states) {
-
287 if(ts->m_state == ticket_state::aborted) {
-
288 m_log->trace("Broker aborted during commit for",
-
289 ticket_number);
-
290 break;
-
291 }
-
292 if(shard.second.m_state == shard_state_type::committed) {
-
293 continue;
-
294 }
-
295 shard.second.m_state = shard_state_type::committing;
-
296 auto sidx = shard.first;
-
297 if(!m_shards[sidx]->commit(
-
298 ticket_number,
-
299 [=](const parsec::runtime_locking_shard::interface::
-
300 commit_return_type& comm_res) {
-
301 handle_commit(commit_cb, ticket_number, sidx, comm_res);
-
302 })) {
-
303 m_log->error("Failed to make commit shard request");
-
304 return error_code::shard_unreachable;
-
305 }
-
306 }
-
307 return std::nullopt;
-
308 }
-
309
-
310 void impl::handle_commit(
-
311 const commit_callback_type& commit_cb,
-
312 ticket_number_type ticket_number,
-
313 uint64_t shard_idx,
-
314 parsec::runtime_locking_shard::interface::commit_return_type res) {
-
315 auto callback = false;
-
316 auto maybe_error = [&]() -> std::optional<error_code> {
-
317 std::unique_lock lll(m_mut);
-
318 auto ittt = m_tickets.find(ticket_number);
-
319 if(ittt == m_tickets.end()) {
-
320 return error_code::unknown_ticket;
-
321 }
-
322
-
323 auto tss = ittt->second;
-
324 switch(tss->m_state) {
-
325 case ticket_state::begun:
-
326 return error_code::not_prepared;
-
327 case ticket_state::prepared:
-
328 break;
-
329 case ticket_state::committed:
-
330 return error_code::committed;
-
331 case ticket_state::aborted:
-
332 return error_code::aborted;
-
333 }
-
334
-
335 if(tss->m_shard_states[shard_idx].m_state
-
336 != shard_state_type::committing) {
-
337 m_log->error("Commit result when shard not committing");
-
338 return error_code::invalid_shard_state;
-
339 }
-
340
-
341 if(res.has_value()) {
-
342 m_log->error("Error committing on shard");
-
343 return error_code::commit_error;
-
344 }
-
345
-
346 tss->m_shard_states[shard_idx].m_state
-
347 = shard_state_type::committed;
-
348
-
349 for(auto& shard : tss->m_shard_states) {
-
350 if(shard.second.m_state != shard_state_type::committed) {
-
351 return std::nullopt;
-
352 }
-
353 }
-
354
-
355 tss->m_state = ticket_state::committed;
-
356 callback = true;
-
357
-
358 m_log->trace(this, "Broker handled commit for", ticket_number);
-
359
-
360 return std::nullopt;
-
361 }();
-
362
-
363 if(maybe_error.has_value()) {
-
364 m_log->trace(this,
-
365 "Broker calling commit callback with error for",
-
366 ticket_number);
-
367 commit_cb(maybe_error.value());
-
368 } else if(callback) {
-
369 m_log->trace(this,
-
370 "Broker calling commit callback from handle_commit "
-
371 "with success for",
-
372 ticket_number);
-
373 commit_cb(std::nullopt);
-
374 }
-
375 }
-
376
-
-
377 auto impl::commit(ticket_number_type ticket_number,
-
378 state_update_type state_updates,
-
379 commit_callback_type result_callback) -> bool {
-
380 m_log->trace(this, "Broker got commit request for", ticket_number);
-
381 auto maybe_error = [&]() -> std::optional<error_code> {
-
382 std::unique_lock l(m_mut);
-
383 auto it = m_tickets.find(ticket_number);
-
384 if(it == m_tickets.end()) {
-
385 return error_code::unknown_ticket;
-
386 }
-
387
-
388 auto t_state = it->second;
-
389 switch(t_state->m_state) {
-
390 case ticket_state::begun:
-
391 [[fallthrough]];
-
392 case ticket_state::prepared:
-
393 break;
-
394 case ticket_state::committed:
-
395 return error_code::committed;
-
396 case ticket_state::aborted:
-
397 return error_code::aborted;
-
398 }
-
399
-
400 auto keys_with_tickets = std::unordered_map<
-
401 cbdc::buffer,
-
402 bool,
-
403 cbdc::hashing::const_sip_hash<cbdc::buffer>>();
-
404 for(auto& shard : t_state->m_shard_states) {
-
405 for(auto& key : shard.second.m_key_states) {
-
406 if(key.second.m_key_state == key_state::locking) {
-
407 m_log->error("Cannot commit, still waiting for locks");
-
408 return error_code::waiting_for_locks;
-
409 }
-
410 keys_with_tickets[key.first] = true;
-
411 }
-
412 }
-
413 for(auto& update_key : state_updates) {
-
414 if(keys_with_tickets.find(update_key.first)
-
415 == keys_with_tickets.end()) {
-
420 m_log->error("Update map contains keys not associated "
-
421 "with tickets. Aborting.");
-
422 return error_code::commit_hazard;
-
423 }
-
424 }
-
425
-
426 if(t_state->m_state == ticket_state::prepared) {
-
427 return do_commit(result_callback, ticket_number, t_state);
-
428 }
-
429 return do_prepare(result_callback,
-
430 ticket_number,
-
431 t_state,
-
432 state_updates);
-
433 }();
-
434
-
435 if(maybe_error.has_value()) {
-
436 m_log->trace(
-
437 this,
-
438 "Broker calling commit callback with error from commit for",
-
439 ticket_number);
-
440 result_callback(maybe_error.value());
-
441 }
-
442
-
443 return true;
-
444 }
+
181
+
182 void impl::handle_prepare(
+
183 const commit_callback_type& commit_cb,
+
184 ticket_number_type ticket_number,
+
185 uint64_t shard_idx,
+
186 parsec::runtime_locking_shard::interface::prepare_return_type res) {
+
187 auto maybe_error = [&]() -> std::optional<commit_return_type> {
+
188 std::unique_lock ll(m_mut);
+
189 auto itt = m_tickets.find(ticket_number);
+
190 if(itt == m_tickets.end()) {
+
191 return error_code::unknown_ticket;
+
192 }
+
193
+
194 auto ts = itt->second;
+
195 switch(ts->m_state) {
+
196 case ticket_state::begun:
+
197 break;
+
198 case ticket_state::prepared:
+
199 return error_code::prepared;
+
200 case ticket_state::committed:
+
201 return error_code::committed;
+
202 case ticket_state::aborted:
+
203 return error_code::aborted;
+
204 }
+
205
+
206 return do_handle_prepare(commit_cb,
+
207 ticket_number,
+
208 ts,
+
209 shard_idx,
+
210 res);
+
211 }();
+
212
+
213 m_log->trace(this, "Broker handled prepare for", ticket_number);
+
214
+
215 if(maybe_error.has_value()) {
+
216 m_log->trace(this,
+
217 "Broker calling prepare callback with error for",
+
218 ticket_number);
+
219 commit_cb(maybe_error.value());
+
220 }
+
221 }
+
222
+
223 auto impl::do_handle_prepare(
+
224 const commit_callback_type& commit_cb,
+
225 ticket_number_type ticket_number,
+
226 const std::shared_ptr<state>& ts,
+
227 uint64_t shard_idx,
+
228 const parsec::runtime_locking_shard::interface::prepare_return_type&
+
229 res) -> std::optional<commit_return_type> {
+
230 auto& ss = ts->m_shard_states[shard_idx].m_state;
+
231 if(ss != shard_state_type::preparing) {
+
232 m_log->trace(this,
+
233 "Shard",
+
234 shard_idx,
+
235 "not in preparing state for",
+
236 ticket_number);
+
237 return std::nullopt;
+
238 }
+
239
+
240 if(res.has_value()) {
+
241 if(res.value().m_error_code
+
242 != runtime_locking_shard::error_code::wounded) {
+
243 m_log->error("Shard error with prepare for", ticket_number);
+
244 } else {
+
245 m_log->trace("Shard",
+
246 shard_idx,
+
247 "wounded ticket",
+
248 ticket_number);
+
249 for(auto& [sidx, s] : ts->m_shard_states) {
+
250 if(s.m_state == shard_state_type::wounded) {
+
251 return std::nullopt;
+
252 }
+
253 }
+
254 ss = shard_state_type::wounded;
+
255 }
+
256 return res.value();
+
257 }
+
258
+
259 m_log->trace(this,
+
260 "Broker setting shard",
+
261 shard_idx,
+
262 "to prepared for",
+
263 ticket_number);
+
264 ss = shard_state_type::prepared;
+
265
+
266 for(auto& shard : ts->m_shard_states) {
+
267 if(shard.second.m_state != shard_state_type::prepared) {
+
268 return std::nullopt;
+
269 }
+
270 }
+
271
+
272 ts->m_state = ticket_state::prepared;
+
273
+
274 auto maybe_error = do_commit(commit_cb, ticket_number, ts);
+
275 if(maybe_error.has_value()) {
+
276 return maybe_error.value();
+
277 }
+
278 return std::nullopt;
+
279 }
+
280
+
281 auto impl::do_commit(const commit_callback_type& commit_cb,
+
282 ticket_number_type ticket_number,
+
283 const std::shared_ptr<state>& ts)
+
284 -> std::optional<error_code> {
+
285 for(auto& shard : ts->m_shard_states) {
+
286 if(ts->m_state == ticket_state::aborted) {
+
287 m_log->trace("Broker aborted during commit for",
+
288 ticket_number);
+
289 break;
+
290 }
+
291 if(shard.second.m_state == shard_state_type::committed) {
+
292 continue;
+
293 }
+
294 shard.second.m_state = shard_state_type::committing;
+
295 auto sidx = shard.first;
+
296 if(!m_shards[sidx]->commit(
+
297 ticket_number,
+
298 [=, this](const parsec::runtime_locking_shard::interface::
+
299 commit_return_type& comm_res) {
+
300 handle_commit(commit_cb, ticket_number, sidx, comm_res);
+
301 })) {
+
302 m_log->error("Failed to make commit shard request");
+
303 return error_code::shard_unreachable;
+
304 }
+
305 }
+
306 return std::nullopt;
+
307 }
+
308
+
309 void impl::handle_commit(
+
310 const commit_callback_type& commit_cb,
+
311 ticket_number_type ticket_number,
+
312 uint64_t shard_idx,
+
313 parsec::runtime_locking_shard::interface::commit_return_type res) {
+
314 auto callback = false;
+
315 auto maybe_error = [&]() -> std::optional<error_code> {
+
316 std::unique_lock lll(m_mut);
+
317 auto ittt = m_tickets.find(ticket_number);
+
318 if(ittt == m_tickets.end()) {
+
319 return error_code::unknown_ticket;
+
320 }
+
321
+
322 auto tss = ittt->second;
+
323 switch(tss->m_state) {
+
324 case ticket_state::begun:
+
325 return error_code::not_prepared;
+
326 case ticket_state::prepared:
+
327 break;
+
328 case ticket_state::committed:
+
329 return error_code::committed;
+
330 case ticket_state::aborted:
+
331 return error_code::aborted;
+
332 }
+
333
+
334 if(tss->m_shard_states[shard_idx].m_state
+
335 != shard_state_type::committing) {
+
336 m_log->error("Commit result when shard not committing");
+
337 return error_code::invalid_shard_state;
+
338 }
+
339
+
340 if(res.has_value()) {
+
341 m_log->error("Error committing on shard");
+
342 return error_code::commit_error;
+
343 }
+
344
+
345 tss->m_shard_states[shard_idx].m_state
+
346 = shard_state_type::committed;
+
347
+
348 for(auto& shard : tss->m_shard_states) {
+
349 if(shard.second.m_state != shard_state_type::committed) {
+
350 return std::nullopt;
+
351 }
+
352 }
+
353
+
354 tss->m_state = ticket_state::committed;
+
355 callback = true;
+
356
+
357 m_log->trace(this, "Broker handled commit for", ticket_number);
+
358
+
359 return std::nullopt;
+
360 }();
+
361
+
362 if(maybe_error.has_value()) {
+
363 m_log->trace(this,
+
364 "Broker calling commit callback with error for",
+
365 ticket_number);
+
366 commit_cb(maybe_error.value());
+
367 } else if(callback) {
+
368 m_log->trace(this,
+
369 "Broker calling commit callback from handle_commit "
+
370 "with success for",
+
371 ticket_number);
+
372 commit_cb(std::nullopt);
+
373 }
+
374 }
+
375
+
+ + + +
379 m_log->trace(this, "Broker got commit request for", ticket_number);
+
380 auto maybe_error = [&]() -> std::optional<error_code> {
+
381 std::unique_lock l(m_mut);
+
382 auto it = m_tickets.find(ticket_number);
+
383 if(it == m_tickets.end()) {
+
384 return error_code::unknown_ticket;
+
385 }
+
386
+
387 auto t_state = it->second;
+
388 switch(t_state->m_state) {
+
389 case ticket_state::begun:
+
390 [[fallthrough]];
+
391 case ticket_state::prepared:
+
392 break;
+
393 case ticket_state::committed:
+
394 return error_code::committed;
+
395 case ticket_state::aborted:
+
396 return error_code::aborted;
+
397 }
+
398
+
399 auto keys_with_tickets = std::unordered_map<
+ +
401 bool,
+ +
403 for(auto& shard : t_state->m_shard_states) {
+
404 for(auto& key : shard.second.m_key_states) {
+
405 if(key.second.m_key_state == key_state::locking) {
+
406 m_log->error("Cannot commit, still waiting for locks");
+
407 return error_code::waiting_for_locks;
+
408 }
+
409 keys_with_tickets[key.first] = true;
+
410 }
+
411 }
+
412 for(auto& update_key : state_updates) {
+
413 if(keys_with_tickets.find(update_key.first)
+
414 == keys_with_tickets.end()) {
+
419 m_log->error("Update map contains keys not associated "
+
420 "with tickets. Aborting.");
+
421 return error_code::commit_hazard;
+
422 }
+
423 }
+
424
+
425 if(t_state->m_state == ticket_state::prepared) {
+
426 return do_commit(result_callback, ticket_number, t_state);
+
427 }
+
428 return do_prepare(result_callback,
+ +
430 t_state,
+ +
432 }();
+
433
+
434 if(maybe_error.has_value()) {
+
435 m_log->trace(
+
436 this,
+
437 "Broker calling commit callback with error from commit for",
+ + +
440 }
+
441
+
442 return true;
+
443 }
-
445
-
446 auto impl::do_prepare(const commit_callback_type& result_callback,
-
447 ticket_number_type ticket_number,
-
448 const std::shared_ptr<state>& t_state,
-
449 const state_update_type& state_updates)
-
450 -> std::optional<error_code> {
-
451 for(auto& shard : t_state->m_shard_states) {
-
452 // Shard states might get nuked in this loop if there's a
-
453 // rollback Before iterating, make sure we're still good to
-
454 // do more prepares Only nuke shard states on restart
-
455 if(t_state->m_state == ticket_state::aborted) {
-
456 m_log->trace("Broker aborted during prepare for",
-
457 ticket_number);
-
458 break;
-
459 }
-
460 if(shard.second.m_state == shard_state_type::prepared) {
-
461 continue;
-
462 }
-
463 shard.second.m_state = shard_state_type::preparing;
-
464 auto shard_updates = state_update_type();
-
465 for(const auto& update : state_updates) {
-
466 if(shard.second.m_key_states.find(update.first)
-
467 != shard.second.m_key_states.end()) {
-
468 shard_updates.emplace(update);
-
469 }
-
470 }
-
471 if(!m_shards[shard.first]->prepare(
-
472 ticket_number,
-
473 m_broker_id,
-
474 std::move(shard_updates),
-
475 [this,
-
476 result_callback,
-
477 ticket_number,
-
478 shard_idx
-
479 = shard.first](const parsec::runtime_locking_shard::
-
480 interface::prepare_return_type& res) {
-
481 handle_prepare(result_callback,
-
482 ticket_number,
-
483 shard_idx,
-
484 res);
-
485 })) {
-
486 m_log->error("Failed to make prepare shard request");
-
487 return error_code::shard_unreachable;
-
488 }
-
489 }
-
490 return std::nullopt;
-
491 }
-
492
-
- - -
495 auto done = false;
-
496 auto maybe_error = [&]() -> std::optional<error_code> {
-
497 std::unique_lock l(m_mut);
-
498 auto it = m_tickets.find(ticket_number);
-
499 if(it == m_tickets.end()) {
-
500 m_log->trace(this,
-
501 "Broker failing finish: [Unknown ticket] for ",
- -
503 return error_code::unknown_ticket;
-
504 }
-
505
-
506 auto t_state = it->second;
-
507 switch(t_state->m_state) {
-
508 case ticket_state::begun:
-
509 m_log->trace(this,
-
510 "Broker failing finish: [State = Begun] for ",
- -
512 return error_code::begun;
-
513 case ticket_state::prepared:
-
514 m_log->trace(
-
515 this,
-
516 "Broker failing finish: [State = Prepared] for ",
- -
518 return error_code::prepared;
-
519 case ticket_state::committed:
-
520 break;
-
521 case ticket_state::aborted:
-
522 // Ticket already rolled back. Just delete the ticket.
-
523 m_tickets.erase(it);
-
524 done = true;
-
525 return std::nullopt;
-
526 }
-
527
-
528 for(auto& shard : t_state->m_shard_states) {
-
529 m_log->trace(this,
-
530 "Broker requesting finish on",
-
531 shard.first,
-
532 "for ticket",
- -
534 if(shard.second.m_state == shard_state_type::finished) {
-
535 m_log->trace(this,
-
536 "Broker skipping finish on",
-
537 shard.first,
-
538 "for ticket",
- -
540 " already finished");
-
541 continue;
-
542 }
-
543 auto sidx = shard.first;
-
544 assert(sidx < m_shards.size());
-
545 shard.second.m_state = shard_state_type::finishing;
-
546 if(!m_shards[sidx]->finish(
- - - -
550 handle_finish(result_callback,
- -
552 sidx,
-
553 res);
-
554 })) {
-
555 m_log->error("Failed to make finish shard request");
-
556 return error_code::shard_unreachable;
-
557 }
-
558 }
-
559
-
560 return std::nullopt;
-
561 }();
-
562
-
563 if(maybe_error.has_value()) {
- -
565 } else if(done) {
-
566 result_callback(std::nullopt);
-
567 }
-
568
-
569 return true;
-
570 }
+
444
+
445 auto impl::do_prepare(const commit_callback_type& result_callback,
+ +
447 const std::shared_ptr<state>& t_state,
+ +
449 -> std::optional<error_code> {
+
450 for(auto& shard : t_state->m_shard_states) {
+
451 // Shard states might get nuked in this loop if there's a
+
452 // rollback Before iterating, make sure we're still good to
+
453 // do more prepares Only nuke shard states on restart
+
454 if(t_state->m_state == ticket_state::aborted) {
+
455 m_log->trace("Broker aborted during prepare for",
+ +
457 break;
+
458 }
+
459 if(shard.second.m_state == shard_state_type::prepared) {
+
460 continue;
+
461 }
+
462 shard.second.m_state = shard_state_type::preparing;
+
463 auto shard_updates = state_update_type();
+
464 for(const auto& update : state_updates) {
+
465 if(shard.second.m_key_states.find(update.first)
+
466 != shard.second.m_key_states.end()) {
+
467 shard_updates.emplace(update);
+
468 }
+
469 }
+
470 if(!m_shards[shard.first]->prepare(
+ +
472 m_broker_id,
+
473 std::move(shard_updates),
+
474 [this,
+ + + +
478 = shard.first](const parsec::runtime_locking_shard::
+
479 interface::prepare_return_type& res) {
+
480 handle_prepare(result_callback,
+ +
482 shard_idx,
+
483 res);
+
484 })) {
+
485 m_log->error("Failed to make prepare shard request");
+
486 return error_code::shard_unreachable;
+
487 }
+
488 }
+
489 return std::nullopt;
+
490 }
+
491
+
+ + +
494 auto done = false;
+
495 auto maybe_error = [&]() -> std::optional<error_code> {
+
496 std::unique_lock l(m_mut);
+
497 auto it = m_tickets.find(ticket_number);
+
498 if(it == m_tickets.end()) {
+
499 m_log->trace(this,
+
500 "Broker failing finish: [Unknown ticket] for ",
+ +
502 return error_code::unknown_ticket;
+
503 }
+
504
+
505 auto t_state = it->second;
+
506 switch(t_state->m_state) {
+
507 case ticket_state::begun:
+
508 m_log->trace(this,
+
509 "Broker failing finish: [State = Begun] for ",
+ +
511 return error_code::begun;
+
512 case ticket_state::prepared:
+
513 m_log->trace(
+
514 this,
+
515 "Broker failing finish: [State = Prepared] for ",
+ +
517 return error_code::prepared;
+
518 case ticket_state::committed:
+
519 break;
+
520 case ticket_state::aborted:
+
521 // Ticket already rolled back. Just delete the ticket.
+
522 m_tickets.erase(it);
+
523 done = true;
+
524 return std::nullopt;
+
525 }
+
526
+
527 for(auto& shard : t_state->m_shard_states) {
+
528 m_log->trace(this,
+
529 "Broker requesting finish on",
+
530 shard.first,
+
531 "for ticket",
+ +
533 if(shard.second.m_state == shard_state_type::finished) {
+
534 m_log->trace(this,
+
535 "Broker skipping finish on",
+
536 shard.first,
+
537 "for ticket",
+ +
539 " already finished");
+
540 continue;
+
541 }
+
542 auto sidx = shard.first;
+
543 assert(sidx < m_shards.size());
+
544 shard.second.m_state = shard_state_type::finishing;
+
545 if(!m_shards[sidx]->finish(
+ +
547 [=, this](const parsec::runtime_locking_shard::
+ +
549 handle_finish(result_callback,
+ +
551 sidx,
+
552 res);
+
553 })) {
+
554 m_log->error("Failed to make finish shard request");
+
555 return error_code::shard_unreachable;
+
556 }
+
557 }
+
558
+
559 return std::nullopt;
+
560 }();
+
561
+
562 if(maybe_error.has_value()) {
+ +
564 } else if(done) {
+
565 result_callback(std::nullopt);
+
566 }
+
567
+
568 return true;
+
569 }
-
571
-
- - -
574 m_log->trace(this, "Broker got rollback request for", ticket_number);
-
575 auto callback = false;
-
576 auto maybe_error = [&]() -> std::optional<error_code> {
-
577 std::unique_lock l(m_mut);
-
578 auto it = m_tickets.find(ticket_number);
-
579 if(it == m_tickets.end()) {
-
580 return error_code::unknown_ticket;
-
581 }
-
582
-
583 auto t_state = it->second;
-
584 switch(t_state->m_state) {
-
585 case ticket_state::begun:
-
586 break;
-
587 case ticket_state::prepared:
-
588 return error_code::prepared;
-
589 case ticket_state::committed:
-
590 return error_code::committed;
-
591 case ticket_state::aborted:
-
592 return error_code::aborted;
-
593 }
-
594
-
595 if(t_state->m_shard_states.empty()) {
-
596 callback = true;
-
597 t_state->m_state = ticket_state::aborted;
-
598 return std::nullopt;
-
599 }
-
600
-
601 for(auto& shard : t_state->m_shard_states) {
-
602 m_log->trace(this,
-
603 "Broker requesting rollback on",
-
604 shard.first,
-
605 "for ticket",
- -
607 if(shard.second.m_state == shard_state_type::rolled_back) {
-
608 m_log->trace(this,
-
609 "Broker skipping rollback on",
-
610 shard.first,
-
611 "for ticket",
- -
613 " already rolled back");
-
614 continue;
-
615 }
-
616 auto sidx = shard.first;
-
617 assert(sidx < m_shards.size());
-
618 shard.second.m_state = shard_state_type::rolling_back;
-
619 if(!m_shards[sidx]->rollback(
- - - -
623 handle_rollback(result_callback,
- -
625 sidx,
-
626 res);
-
627 })) {
-
628 m_log->error("Failed to make rollback shard request");
-
629 return error_code::shard_unreachable;
-
630 }
-
631 }
-
632
-
633 return std::nullopt;
-
634 }();
-
635
-
636 m_log->trace(this,
-
637 "Broker initiated rollback request for",
- -
639
-
640 if(maybe_error.has_value()) {
- -
642 } else if(callback) {
-
643 result_callback(std::nullopt);
-
644 }
-
645
-
646 m_log->trace(this,
-
647 "Broker handled rollback request for",
- -
649
-
650 return true;
-
651 }
+
570
+
+ + +
573 m_log->trace(this, "Broker got rollback request for", ticket_number);
+
574 auto callback = false;
+
575 auto maybe_error = [&]() -> std::optional<error_code> {
+
576 std::unique_lock l(m_mut);
+
577 auto it = m_tickets.find(ticket_number);
+
578 if(it == m_tickets.end()) {
+
579 return error_code::unknown_ticket;
+
580 }
+
581
+
582 auto t_state = it->second;
+
583 switch(t_state->m_state) {
+
584 case ticket_state::begun:
+
585 break;
+
586 case ticket_state::prepared:
+
587 return error_code::prepared;
+
588 case ticket_state::committed:
+
589 return error_code::committed;
+
590 case ticket_state::aborted:
+
591 return error_code::aborted;
+
592 }
+
593
+
594 if(t_state->m_shard_states.empty()) {
+
595 callback = true;
+
596 t_state->m_state = ticket_state::aborted;
+
597 return std::nullopt;
+
598 }
+
599
+
600 for(auto& shard : t_state->m_shard_states) {
+
601 m_log->trace(this,
+
602 "Broker requesting rollback on",
+
603 shard.first,
+
604 "for ticket",
+ +
606 if(shard.second.m_state == shard_state_type::rolled_back) {
+
607 m_log->trace(this,
+
608 "Broker skipping rollback on",
+
609 shard.first,
+
610 "for ticket",
+ +
612 " already rolled back");
+
613 continue;
+
614 }
+
615 auto sidx = shard.first;
+
616 assert(sidx < m_shards.size());
+
617 shard.second.m_state = shard_state_type::rolling_back;
+
618 if(!m_shards[sidx]->rollback(
+ +
620 [=, this](const parsec::runtime_locking_shard::
+ +
622 handle_rollback(result_callback,
+ +
624 sidx,
+
625 res);
+
626 })) {
+
627 m_log->error("Failed to make rollback shard request");
+
628 return error_code::shard_unreachable;
+
629 }
+
630 }
+
631
+
632 return std::nullopt;
+
633 }();
+
634
+
635 m_log->trace(this,
+
636 "Broker initiated rollback request for",
+ +
638
+
639 if(maybe_error.has_value()) {
+ +
641 } else if(callback) {
+
642 result_callback(std::nullopt);
+
643 }
+
644
+
645 m_log->trace(this,
+
646 "Broker handled rollback request for",
+ +
648
+
649 return true;
+
650 }
-
652
-
653 void impl::handle_rollback(
-
654 const rollback_callback_type& result_callback,
- - - -
658 auto callback = false;
-
659 auto maybe_error = [&]() -> std::optional<error_code> {
-
660 std::unique_lock lll(m_mut);
-
661 auto ittt = m_tickets.find(ticket_number);
-
662 if(ittt == m_tickets.end()) {
-
663 return error_code::unknown_ticket;
-
664 }
-
665
-
666 auto tss = ittt->second;
-
667 switch(tss->m_state) {
-
668 case ticket_state::begun:
-
669 break;
-
670 case ticket_state::prepared:
-
671 return error_code::prepared;
-
672 case ticket_state::committed:
-
673 return error_code::committed;
-
674 case ticket_state::aborted:
-
675 return error_code::aborted;
-
676 }
-
677
-
678 if(tss->m_shard_states[shard_idx].m_state
-
679 != shard_state_type::rolling_back) {
-
680 m_log->error(
-
681 "Rollback response for",
- -
683 "when shard",
-
684 shard_idx,
-
685 "not in rolling back state. Actual state:",
-
686 static_cast<int>(tss->m_shard_states[shard_idx].m_state));
-
687 return error_code::invalid_shard_state;
-
688 }
-
689
-
690 if(res.has_value()) {
-
691 m_log->error("Shard rollback error");
-
692 return error_code::rollback_error;
-
693 }
-
694
-
695 auto& s_state = tss->m_shard_states[shard_idx];
-
696
-
697 s_state.m_state = shard_state_type::rolled_back;
-
698 s_state.m_key_states.clear();
-
699 m_log->trace(this,
-
700 "Shard",
-
701 shard_idx,
-
702 "rolled back for",
- -
704
-
705 for(auto& shard : tss->m_shard_states) {
-
706 if(shard.second.m_state != shard_state_type::rolled_back) {
-
707 m_log->trace(this,
-
708 "Shard",
-
709 shard.first,
-
710 "not yet rolled back for",
- -
712 ". Shard state:",
-
713 static_cast<int>(shard.second.m_state));
-
714 return std::nullopt;
-
715 }
-
716 }
-
717
-
718 m_log->trace(this, "All shards rolled back for", ticket_number);
-
719
-
720 tss->m_state = ticket_state::aborted;
-
721 callback = true;
-
722 return std::nullopt;
-
723 }();
-
724
-
725 if(maybe_error.has_value()) {
- -
727 } else if(callback) {
-
728 result_callback(std::nullopt);
-
729 }
-
730 }
-
731
-
732 void impl::handle_find_key(
-
733 ticket_number_type ticket_number,
-
734 key_type key,
-
735 lock_type locktype,
-
736 try_lock_callback_type result_callback,
-
737 std::optional<parsec::directory::interface::key_location_return_type>
-
738 res) {
-
739 auto maybe_error = [&]() -> std::optional<try_lock_return_type> {
-
740 std::unique_lock l(m_mut);
-
741 assert(res < m_shards.size());
-
742 auto ticket = m_tickets.find(ticket_number);
-
743 if(ticket == m_tickets.end()) {
-
744 m_log->error("Unknown ticket number");
-
745 return error_code::unknown_ticket;
-
746 }
-
747
-
748 auto tss = ticket->second;
-
749 switch(tss->m_state) {
-
750 case ticket_state::begun:
-
751 break;
-
752 case ticket_state::prepared:
-
753 return error_code::prepared;
-
754 case ticket_state::committed:
-
755 return error_code::committed;
-
756 case ticket_state::aborted:
-
757 return error_code::aborted;
-
758 }
-
759
-
760 if(!res.has_value()) {
-
761 return error_code::directory_unreachable;
-
762 }
-
763
-
764 auto shard_idx = res.value();
-
765 auto& ss = tss->m_shard_states[shard_idx];
-
766 auto first_lock = ss.m_key_states.empty();
-
767 auto it = ss.m_key_states.find(key);
-
768 if(it != ss.m_key_states.end()
-
769 && it->second.m_key_state == key_state::locked
-
770 && it->second.m_locktype >= locktype) {
-
771 assert(it->second.m_value.has_value());
-
772 return it->second.m_value.value();
-
773 }
-
774
-
775 auto& ks = ss.m_key_states[key];
-
776
-
777 ks.m_key_state = key_state::locking;
-
778 ks.m_locktype = locktype;
-
779
-
780 if(!m_shards[shard_idx]->try_lock(
- -
782 m_broker_id,
-
783 key,
-
784 locktype,
- -
786 [=](const parsec::runtime_locking_shard::interface::
-
787 try_lock_return_type& lock_res) {
-
788 handle_lock(ticket_number,
-
789 key,
-
790 shard_idx,
- -
792 lock_res);
-
793 })) {
-
794 m_log->error("Failed to make try_lock shard request");
-
795 return error_code::shard_unreachable;
-
796 }
-
797 return std::nullopt;
-
798 }();
-
799
-
800 if(maybe_error.has_value()) {
- -
802 }
-
803 }
-
804
-
805 void impl::handle_finish(
-
806 const finish_callback_type& result_callback,
-
807 ticket_number_type ticket_number,
- - -
810 auto callback = false;
-
811 auto maybe_error = [&]() -> std::optional<error_code> {
-
812 std::unique_lock lll(m_mut);
-
813 auto ittt = m_tickets.find(ticket_number);
-
814 if(ittt == m_tickets.end()) {
-
815 return error_code::unknown_ticket;
-
816 }
-
817
-
818 auto tss = ittt->second;
-
819 switch(tss->m_state) {
-
820 case ticket_state::begun:
-
821 return error_code::begun;
-
822 case ticket_state::prepared:
-
823 return error_code::prepared;
-
824 case ticket_state::committed:
-
825 break;
-
826 case ticket_state::aborted:
-
827 return error_code::aborted;
-
828 }
-
829
-
830 if(tss->m_shard_states[shard_idx].m_state
-
831 != shard_state_type::finishing) {
-
832 m_log->error(
-
833 "Finish response for",
- -
835 "when shard",
-
836 shard_idx,
-
837 "not in finishing state. Actual state:",
-
838 static_cast<int>(tss->m_shard_states[shard_idx].m_state));
-
839 return error_code::invalid_shard_state;
-
840 }
-
841
-
842 if(res.has_value()) {
-
843 m_log->error("Shard finish error");
-
844 return error_code::finish_error;
-
845 }
-
846
-
847 tss->m_shard_states[shard_idx].m_state
-
848 = shard_state_type::finished;
-
849 m_log->trace(this,
-
850 "Shard",
-
851 shard_idx,
-
852 "finished for",
- -
854
-
855 for(auto& shard : tss->m_shard_states) {
-
856 if(shard.second.m_state != shard_state_type::finished) {
-
857 m_log->trace(this,
-
858 "Shard",
-
859 shard.first,
-
860 "not yet finished for",
- -
862 ". Shard state:",
-
863 static_cast<int>(shard.second.m_state));
-
864 return std::nullopt;
-
865 }
-
866 }
-
867
-
868 m_log->trace(this, "All shards finished for", ticket_number);
-
869
-
870 m_tickets.erase(ittt);
-
871
-
872 callback = true;
-
873 return std::nullopt;
-
874 }();
-
875
-
876 if(maybe_error.has_value()) {
- -
878 } else if(callback) {
-
879 result_callback(std::nullopt);
-
880 }
-
881 }
-
882
-
-
883 auto impl::recover(recover_callback_type result_callback) -> bool {
-
884 // Do not allow recovery when tickets are in-flight
-
885 auto maybe_tickets = [&]() {
-
886 std::unique_lock l(m_mut);
-
887 return !m_tickets.empty();
-
888 }();
-
889 if(maybe_tickets) {
-
890 return false;
-
891 }
-
892 for(uint64_t i = 0; i < m_shards.size(); i++) {
-
893 auto& s = m_shards[i];
-
894 auto success = s->get_tickets(
-
895 m_broker_id,
-
896 [&, result_callback, i](
- -
898 get_tickets_return_type& res) {
-
899 handle_get_tickets(result_callback, i, res);
-
900 });
-
901 if(!success) {
-
902 return false;
-
903 }
-
904 }
-
905 return true;
-
906 }
+
651
+
652 void impl::handle_rollback(
+
653 const rollback_callback_type& result_callback,
+ + + +
657 auto callback = false;
+
658 auto maybe_error = [&]() -> std::optional<error_code> {
+
659 std::unique_lock lll(m_mut);
+
660 auto ittt = m_tickets.find(ticket_number);
+
661 if(ittt == m_tickets.end()) {
+
662 return error_code::unknown_ticket;
+
663 }
+
664
+
665 auto tss = ittt->second;
+
666 switch(tss->m_state) {
+
667 case ticket_state::begun:
+
668 break;
+
669 case ticket_state::prepared:
+
670 return error_code::prepared;
+
671 case ticket_state::committed:
+
672 return error_code::committed;
+
673 case ticket_state::aborted:
+
674 return error_code::aborted;
+
675 }
+
676
+
677 if(tss->m_shard_states[shard_idx].m_state
+
678 != shard_state_type::rolling_back) {
+
679 m_log->error(
+
680 "Rollback response for",
+ +
682 "when shard",
+
683 shard_idx,
+
684 "not in rolling back state. Actual state:",
+
685 static_cast<int>(tss->m_shard_states[shard_idx].m_state));
+
686 return error_code::invalid_shard_state;
+
687 }
+
688
+
689 if(res.has_value()) {
+
690 m_log->error("Shard rollback error");
+
691 return error_code::rollback_error;
+
692 }
+
693
+
694 auto& s_state = tss->m_shard_states[shard_idx];
+
695
+
696 s_state.m_state = shard_state_type::rolled_back;
+
697 s_state.m_key_states.clear();
+
698 m_log->trace(this,
+
699 "Shard",
+
700 shard_idx,
+
701 "rolled back for",
+ +
703
+
704 for(auto& shard : tss->m_shard_states) {
+
705 if(shard.second.m_state != shard_state_type::rolled_back) {
+
706 m_log->trace(this,
+
707 "Shard",
+
708 shard.first,
+
709 "not yet rolled back for",
+ +
711 ". Shard state:",
+
712 static_cast<int>(shard.second.m_state));
+
713 return std::nullopt;
+
714 }
+
715 }
+
716
+
717 m_log->trace(this, "All shards rolled back for", ticket_number);
+
718
+
719 tss->m_state = ticket_state::aborted;
+
720 callback = true;
+
721 return std::nullopt;
+
722 }();
+
723
+
724 if(maybe_error.has_value()) {
+ +
726 } else if(callback) {
+
727 result_callback(std::nullopt);
+
728 }
+
729 }
+
730
+
731 void impl::handle_find_key(
+
732 ticket_number_type ticket_number,
+
733 key_type key,
+
734 lock_type locktype,
+
735 try_lock_callback_type result_callback,
+
736 std::optional<parsec::directory::interface::key_location_return_type>
+
737 res) {
+
738 auto maybe_error = [&]() -> std::optional<try_lock_return_type> {
+
739 std::unique_lock l(m_mut);
+
740 assert(res < m_shards.size());
+
741 auto ticket = m_tickets.find(ticket_number);
+
742 if(ticket == m_tickets.end()) {
+
743 m_log->error("Unknown ticket number");
+
744 return error_code::unknown_ticket;
+
745 }
+
746
+
747 auto tss = ticket->second;
+
748 switch(tss->m_state) {
+
749 case ticket_state::begun:
+
750 break;
+
751 case ticket_state::prepared:
+
752 return error_code::prepared;
+
753 case ticket_state::committed:
+
754 return error_code::committed;
+
755 case ticket_state::aborted:
+
756 return error_code::aborted;
+
757 }
+
758
+
759 if(!res.has_value()) {
+
760 return error_code::directory_unreachable;
+
761 }
+
762
+
763 auto shard_idx = res.value();
+
764 auto& ss = tss->m_shard_states[shard_idx];
+
765 auto first_lock = ss.m_key_states.empty();
+
766 auto it = ss.m_key_states.find(key);
+
767 if(it != ss.m_key_states.end()
+
768 && it->second.m_key_state == key_state::locked
+
769 && it->second.m_locktype >= locktype) {
+
770 assert(it->second.m_value.has_value());
+
771 return it->second.m_value.value();
+
772 }
+
773
+
774 auto& ks = ss.m_key_states[key];
+
775
+
776 ks.m_key_state = key_state::locking;
+
777 ks.m_locktype = locktype;
+
778
+
779 if(!m_shards[shard_idx]->try_lock(
+ +
781 m_broker_id,
+
782 key,
+
783 locktype,
+ +
785 [=, this](const parsec::runtime_locking_shard::interface::
+
786 try_lock_return_type& lock_res) {
+
787 handle_lock(ticket_number,
+
788 key,
+
789 shard_idx,
+ +
791 lock_res);
+
792 })) {
+
793 m_log->error("Failed to make try_lock shard request");
+
794 return error_code::shard_unreachable;
+
795 }
+
796 return std::nullopt;
+
797 }();
+
798
+
799 if(maybe_error.has_value()) {
+ +
801 }
+
802 }
+
803
+
804 void impl::handle_finish(
+
805 const finish_callback_type& result_callback,
+
806 ticket_number_type ticket_number,
+ + +
809 auto callback = false;
+
810 auto maybe_error = [&]() -> std::optional<error_code> {
+
811 std::unique_lock lll(m_mut);
+
812 auto ittt = m_tickets.find(ticket_number);
+
813 if(ittt == m_tickets.end()) {
+
814 return error_code::unknown_ticket;
+
815 }
+
816
+
817 auto tss = ittt->second;
+
818 switch(tss->m_state) {
+
819 case ticket_state::begun:
+
820 return error_code::begun;
+
821 case ticket_state::prepared:
+
822 return error_code::prepared;
+
823 case ticket_state::committed:
+
824 break;
+
825 case ticket_state::aborted:
+
826 return error_code::aborted;
+
827 }
+
828
+
829 if(tss->m_shard_states[shard_idx].m_state
+
830 != shard_state_type::finishing) {
+
831 m_log->error(
+
832 "Finish response for",
+ +
834 "when shard",
+
835 shard_idx,
+
836 "not in finishing state. Actual state:",
+
837 static_cast<int>(tss->m_shard_states[shard_idx].m_state));
+
838 return error_code::invalid_shard_state;
+
839 }
+
840
+
841 if(res.has_value()) {
+
842 m_log->error("Shard finish error");
+
843 return error_code::finish_error;
+
844 }
+
845
+
846 tss->m_shard_states[shard_idx].m_state
+
847 = shard_state_type::finished;
+
848 m_log->trace(this,
+
849 "Shard",
+
850 shard_idx,
+
851 "finished for",
+ +
853
+
854 for(auto& shard : tss->m_shard_states) {
+
855 if(shard.second.m_state != shard_state_type::finished) {
+
856 m_log->trace(this,
+
857 "Shard",
+
858 shard.first,
+
859 "not yet finished for",
+ +
861 ". Shard state:",
+
862 static_cast<int>(shard.second.m_state));
+
863 return std::nullopt;
+
864 }
+
865 }
+
866
+
867 m_log->trace(this, "All shards finished for", ticket_number);
+
868
+
869 m_tickets.erase(ittt);
+
870
+
871 callback = true;
+
872 return std::nullopt;
+
873 }();
+
874
+
875 if(maybe_error.has_value()) {
+ +
877 } else if(callback) {
+
878 result_callback(std::nullopt);
+
879 }
+
880 }
+
881
+
+
882 auto impl::recover(recover_callback_type result_callback) -> bool {
+
883 // Do not allow recovery when tickets are in-flight
+
884 auto maybe_tickets = [&]() {
+
885 std::unique_lock l(m_mut);
+
886 return !m_tickets.empty();
+
887 }();
+
888 if(maybe_tickets) {
+
889 return false;
+
890 }
+
891 for(uint64_t i = 0; i < m_shards.size(); i++) {
+
892 auto& s = m_shards[i];
+
893 auto success = s->get_tickets(
+
894 m_broker_id,
+
895 [&, result_callback, i](
+ +
897 get_tickets_return_type& res) {
+
898 handle_get_tickets(result_callback, i, res);
+
899 });
+
900 if(!success) {
+
901 return false;
+
902 }
+
903 }
+
904 return true;
+
905 }
-
907
-
908 void
-
909 impl::handle_get_tickets(const recover_callback_type& result_callback,
- - -
912 get_tickets_return_type& res) {
-
913 auto done = false;
-
914 auto maybe_error = std::visit(
-
915 overloaded{[&](const runtime_locking_shard::interface::
-
916 get_tickets_success_type& tickets)
-
917 -> std::optional<error_code> {
-
918 std::unique_lock l(m_mut);
-
919 m_recovery_tickets.emplace(shard_idx, tickets);
-
920 if(m_recovery_tickets.size() != m_shards.size()) {
-
921 return std::nullopt;
-
922 }
-
923 for(auto& [s, ts] : m_recovery_tickets) {
-
924 for(auto& [ticket_number, t_state] : ts) {
-
925 auto& ticket = m_tickets[ticket_number];
-
926 if(!ticket) {
-
927 ticket = std::make_shared<state>();
-
928 }
-
929 switch(t_state) {
- - -
932 ticket->m_shard_states[s].m_state
-
933 = shard_state_type::begun;
-
934 break;
- - -
937 ticket->m_shard_states[s].m_state
-
938 = shard_state_type::committed;
-
939 break;
- - -
942 ticket->m_shard_states[s].m_state
-
943 = shard_state_type::prepared;
-
944 break;
- - -
947 ticket->m_shard_states[s].m_state
-
948 = shard_state_type::wounded;
-
949 break;
-
950 }
-
951 }
-
952 }
-
953 if(m_tickets.empty()) {
-
954 done = true;
-
955 return std::nullopt;
-
956 }
-
957 m_recovery_tickets.clear();
-
958 return do_recovery(result_callback);
-
959 },
-
960 [&](const runtime_locking_shard::error_code& /* e */)
-
961 -> std::optional<error_code> {
- -
963 }},
-
964 res);
-
965 if(maybe_error.has_value()) {
- -
967 } else if(done) {
-
968 result_callback(std::nullopt);
-
969 }
-
970
-
971 m_log->trace(this, "Broker handled get_tickets for shard", shard_idx);
-
972 }
-
973
-
974 auto impl::do_recovery(const recover_callback_type& result_callback)
-
975 -> std::optional<error_code> {
-
976 for(auto [ticket_number, ticket] : m_tickets) {
-
977 size_t committed{};
-
978 for(auto& [sidx, t_state] : ticket->m_shard_states) {
-
979 switch(t_state.m_state) {
-
980 case shard_state_type::begun:
-
981 case shard_state_type::prepared:
-
982 case shard_state_type::wounded:
-
983 break;
-
984 case shard_state_type::committed:
-
985 committed++;
-
986 break;
-
987 default:
-
988 m_log->fatal(this,
-
989 "Found invalid shard "
-
990 "state during recovery");
-
991 }
-
992 }
-
993 if(committed == ticket->m_shard_states.size()) {
-
994 ticket->m_state = ticket_state::committed;
-
995 auto success = finish(
- -
997 [&, result_callback](finish_return_type fin_res) {
-
998 handle_recovery_finish(result_callback, fin_res);
-
999 });
-
1000 if(!success) {
-
1001 return error_code::shard_unreachable;
-
1002 }
-
1003 } else if(committed > 0) {
-
1004 ticket->m_state = ticket_state::prepared;
-
1005 auto success = commit(
- -
1007 {},
- -
1009 const commit_return_type& comm_res) {
-
1010 handle_recovery_commit(result_callback, tn, comm_res);
-
1011 });
-
1012 if(!success) {
-
1013 return error_code::shard_unreachable;
-
1014 }
-
1015 } else {
-
1016 ticket->m_state = ticket_state::begun;
-
1017 auto success
-
1018 = rollback(ticket_number,
- -
1020 rollback_return_type roll_res) {
-
1021 handle_recovery_rollback(result_callback,
-
1022 tn,
-
1023 roll_res);
-
1024 });
-
1025 if(!success) {
-
1026 return error_code::shard_unreachable;
-
1027 }
-
1028 }
-
1029 }
-
1030 return std::nullopt;
-
1031 }
-
1032
-
1033 void
-
1034 impl::handle_recovery_commit(const recover_callback_type& result_callback,
- -
1036 const commit_return_type& res) {
-
1037 if(res.has_value()) {
- -
1039 return;
-
1040 }
-
1041
-
1042 auto success
- - -
1045 handle_recovery_finish(result_callback, fin_res);
-
1046 });
-
1047 if(!success) {
- -
1049 }
-
1050 }
-
1051
-
1052 void
-
1053 impl::handle_recovery_finish(const recover_callback_type& result_callback,
-
1054 finish_return_type res) {
-
1055 if(res.has_value()) {
- -
1057 return;
-
1058 }
-
1059 auto done = [&]() {
-
1060 std::unique_lock l(m_mut);
-
1061 return m_tickets.empty();
-
1062 }();
-
1063 if(done) {
-
1064 result_callback(std::nullopt);
-
1065 }
-
1066 }
-
1067
-
1068 void impl::handle_recovery_rollback(
-
1069 const recover_callback_type& result_callback,
- -
1071 rollback_return_type res) {
-
1072 if(res.has_value()) {
- -
1074 return;
-
1075 }
-
1076 auto success
- - -
1079 handle_recovery_finish(result_callback, fin_res);
-
1080 });
-
1081 if(!success) {
- -
1083 }
-
1084 }
-
1085}
+
906
+
907 void
+
908 impl::handle_get_tickets(const recover_callback_type& result_callback,
+ + +
911 get_tickets_return_type& res) {
+
912 auto done = false;
+
913 auto maybe_error = std::visit(
+
914 overloaded{[&](const runtime_locking_shard::interface::
+
915 get_tickets_success_type& tickets)
+
916 -> std::optional<error_code> {
+
917 std::unique_lock l(m_mut);
+
918 m_recovery_tickets.emplace(shard_idx, tickets);
+
919 if(m_recovery_tickets.size() != m_shards.size()) {
+
920 return std::nullopt;
+
921 }
+
922 for(auto& [s, ts] : m_recovery_tickets) {
+
923 for(auto& [ticket_number, t_state] : ts) {
+
924 auto& ticket = m_tickets[ticket_number];
+
925 if(!ticket) {
+
926 ticket = std::make_shared<state>();
+
927 }
+
928 switch(t_state) {
+ + +
931 ticket->m_shard_states[s].m_state
+
932 = shard_state_type::begun;
+
933 break;
+ + +
936 ticket->m_shard_states[s].m_state
+
937 = shard_state_type::committed;
+
938 break;
+ + +
941 ticket->m_shard_states[s].m_state
+
942 = shard_state_type::prepared;
+
943 break;
+ + +
946 ticket->m_shard_states[s].m_state
+
947 = shard_state_type::wounded;
+
948 break;
+
949 }
+
950 }
+
951 }
+
952 if(m_tickets.empty()) {
+
953 done = true;
+
954 return std::nullopt;
+
955 }
+
956 m_recovery_tickets.clear();
+
957 return do_recovery(result_callback);
+
958 },
+
959 [&](const runtime_locking_shard::error_code& /* e */)
+
960 -> std::optional<error_code> {
+ +
962 }},
+
963 res);
+
964 if(maybe_error.has_value()) {
+ +
966 } else if(done) {
+
967 result_callback(std::nullopt);
+
968 }
+
969
+
970 m_log->trace(this, "Broker handled get_tickets for shard", shard_idx);
+
971 }
+
972
+
973 auto impl::do_recovery(const recover_callback_type& result_callback)
+
974 -> std::optional<error_code> {
+
975 for(auto [ticket_number, ticket] : m_tickets) {
+
976 size_t committed{};
+
977 for(auto& [sidx, t_state] : ticket->m_shard_states) {
+
978 switch(t_state.m_state) {
+
979 case shard_state_type::begun:
+
980 case shard_state_type::prepared:
+
981 case shard_state_type::wounded:
+
982 break;
+
983 case shard_state_type::committed:
+
984 committed++;
+
985 break;
+
986 default:
+
987 m_log->fatal(this,
+
988 "Found invalid shard "
+
989 "state during recovery");
+
990 }
+
991 }
+
992 if(committed == ticket->m_shard_states.size()) {
+
993 ticket->m_state = ticket_state::committed;
+
994 auto success = finish(
+ +
996 [&, result_callback](finish_return_type fin_res) {
+
997 handle_recovery_finish(result_callback, fin_res);
+
998 });
+
999 if(!success) {
+
1000 return error_code::shard_unreachable;
+
1001 }
+
1002 } else if(committed > 0) {
+
1003 ticket->m_state = ticket_state::prepared;
+
1004 auto success = commit(
+ +
1006 {},
+ +
1008 const commit_return_type& comm_res) {
+
1009 handle_recovery_commit(result_callback, tn, comm_res);
+
1010 });
+
1011 if(!success) {
+
1012 return error_code::shard_unreachable;
+
1013 }
+
1014 } else {
+
1015 ticket->m_state = ticket_state::begun;
+
1016 auto success
+
1017 = rollback(ticket_number,
+ +
1019 rollback_return_type roll_res) {
+
1020 handle_recovery_rollback(result_callback,
+
1021 tn,
+
1022 roll_res);
+
1023 });
+
1024 if(!success) {
+
1025 return error_code::shard_unreachable;
+
1026 }
+
1027 }
+
1028 }
+
1029 return std::nullopt;
+
1030 }
+
1031
+
1032 void
+
1033 impl::handle_recovery_commit(const recover_callback_type& result_callback,
+ +
1035 const commit_return_type& res) {
+
1036 if(res.has_value()) {
+ +
1038 return;
+
1039 }
+
1040
+
1041 auto success
+ + +
1044 handle_recovery_finish(result_callback, fin_res);
+
1045 });
+
1046 if(!success) {
+ +
1048 }
+
1049 }
+
1050
+
1051 void
+
1052 impl::handle_recovery_finish(const recover_callback_type& result_callback,
+
1053 finish_return_type res) {
+
1054 if(res.has_value()) {
+ +
1056 return;
+
1057 }
+
1058 auto done = [&]() {
+
1059 std::unique_lock l(m_mut);
+
1060 return m_tickets.empty();
+
1061 }();
+
1062 if(done) {
+
1063 result_callback(std::nullopt);
+
1064 }
+
1065 }
+
1066
+
1067 void impl::handle_recovery_rollback(
+
1068 const recover_callback_type& result_callback,
+ +
1070 rollback_return_type res) {
+
1071 if(res.has_value()) {
+ +
1073 return;
+
1074 }
+
1075 auto success
+ + +
1078 handle_recovery_finish(result_callback, fin_res);
+
1079 });
+
1080 if(!success) {
+ +
1082 }
+
1083 }
+
1084}
Buffer to store and retrieve byte data.
Definition buffer.hpp:15
-
auto finish(ticket_number_type ticket_number, finish_callback_type result_callback) -> bool override
Finishes the ticket on all shards involved in the ticket.
+
auto finish(ticket_number_type ticket_number, finish_callback_type result_callback) -> bool override
Finishes the ticket on all shards involved in the ticket.
impl(runtime_locking_shard::broker_id_type broker_id, std::vector< std::shared_ptr< runtime_locking_shard::interface > > shards, std::shared_ptr< ticket_machine::interface > ticketer, std::shared_ptr< directory::interface > directory, std::shared_ptr< logging::log > logger)
Constructor.
auto begin(begin_callback_type result_callback) -> bool override
Requests a new ticket number from the ticket machine.
std::function< void(recover_return_type)> recover_callback_type
Callback function type for a recovery operation.
@@ -1217,7 +1216,7 @@
std::function< void(commit_return_type)> commit_callback_type
Callback function type for a commit operation.
std::function< void(try_lock_return_type)> try_lock_callback_type
Callback function type for a try lock operation.
std::optional< std::variant< error_code, runtime_locking_shard::error_code > > rollback_return_type
Return type from a rollback operation.
-
uint64_t key_location_return_type
Key location return type. Shard ID where key is located.
+
Interface for a directory. Maps keys to shard IDs.
std::optional< shard_error > prepare_return_type
Return type from a prepare operation. An error, if applicable.
std::optional< shard_error > commit_return_type
Return type from a commit operation. An error code, if applicable.
diff --git a/broker_2impl_8hpp_source.html b/broker_2impl_8hpp_source.html index 787c4e78d..632ce420e 100644 --- a/broker_2impl_8hpp_source.html +++ b/broker_2impl_8hpp_source.html @@ -303,12 +303,12 @@
244#endif
Buffer to store and retrieve byte data.
Definition buffer.hpp:15
Implementation of a broker.
-
auto finish(ticket_number_type ticket_number, finish_callback_type result_callback) -> bool override
Finishes the ticket on all shards involved in the ticket.
+
auto finish(ticket_number_type ticket_number, finish_callback_type result_callback) -> bool override
Finishes the ticket on all shards involved in the ticket.
auto try_lock(ticket_number_type ticket_number, key_type key, lock_type locktype, try_lock_callback_type result_callback) -> bool override
Determines the shard responsible for the given key and issues a try lock request for the key.
auto highest_ticket() -> ticket_number_type override
Get the highest ticket number that was used.
-
auto rollback(ticket_number_type ticket_number, rollback_callback_type result_callback) -> bool override
Rolls back the ticket on all shards involved in the ticket.
-
auto recover(recover_callback_type result_callback) -> bool override
Requests tickets managed by this broker ID from all shards and completes partially committed tickets,...
-
auto commit(ticket_number_type ticket_number, state_update_type state_updates, commit_callback_type result_callback) -> bool override
Commits the ticket on all shards involved in the ticket.
+
auto rollback(ticket_number_type ticket_number, rollback_callback_type result_callback) -> bool override
Rolls back the ticket on all shards involved in the ticket.
+
auto recover(recover_callback_type result_callback) -> bool override
Requests tickets managed by this broker ID from all shards and completes partially committed tickets,...
+
auto commit(ticket_number_type ticket_number, state_update_type state_updates, commit_callback_type result_callback) -> bool override
Commits the ticket on all shards involved in the ticket.
impl(runtime_locking_shard::broker_id_type broker_id, std::vector< std::shared_ptr< runtime_locking_shard::interface > > shards, std::shared_ptr< ticket_machine::interface > ticketer, std::shared_ptr< directory::interface > directory, std::shared_ptr< logging::log > logger)
Constructor.
auto begin(begin_callback_type result_callback) -> bool override
Requests a new ticket number from the ticket machine.
diff --git a/classcbdc_1_1archiver_1_1controller.html b/classcbdc_1_1archiver_1_1controller.html index ca744b95c..f36608c98 100644 --- a/classcbdc_1_1archiver_1_1controller.html +++ b/classcbdc_1_1archiver_1_1controller.html @@ -160,7 +160,7 @@

Wrapper for the archiver executable implementation.

Connects to the atomizer cluster to receive new blocks and listens for historical block requests from clients.

-

Definition at line 21 of file uhs/atomizer/archiver/controller.hpp.

+

Definition at line 30 of file uhs/atomizer/archiver/controller.hpp.

Constructor & Destructor Documentation

◆ controller() [1/4]

@@ -277,7 +277,7 @@

Definition at line 16 of file uhs/atomizer/archiver/controller.cpp.

+

Definition at line 24 of file uhs/atomizer/archiver/controller.cpp.

@@ -296,7 +296,7 @@

-

Definition at line 25 of file uhs/atomizer/archiver/controller.cpp.

+

Definition at line 33 of file uhs/atomizer/archiver/controller.cpp.

References cbdc::network::connection_manager::close().

@@ -347,7 +347,7 @@

network::packet_handler_t -

Definition at line 150 of file uhs/atomizer/archiver/controller.cpp.

+

Definition at line 158 of file uhs/atomizer/archiver/controller.cpp.

References cbdc::array.

@@ -371,7 +371,7 @@

Returns
best block height.
-

Definition at line 165 of file uhs/atomizer/archiver/controller.cpp.

+

Definition at line 173 of file uhs/atomizer/archiver/controller.cpp.

@@ -399,11 +399,11 @@

Definition at line 169 of file uhs/atomizer/archiver/controller.cpp.

+

Definition at line 177 of file uhs/atomizer/archiver/controller.cpp.

-

References cbdc::array, digest_block(), and cbdc::make_buffer().

+

References cbdc::array, digest_block(), and cbdc::make_buffer().

-

Referenced by digest_block().

+

Referenced by digest_block().

Here is the call graph for this function:
@@ -490,7 +490,7 @@

Returns
true if initialization succeeded.
-

Definition at line 118 of file uhs/atomizer/archiver/controller.cpp.

+

Definition at line 126 of file uhs/atomizer/archiver/controller.cpp.

References cbdc::array.

@@ -514,7 +514,7 @@

Returns
true if initialization succeeded.
-

Definition at line 104 of file uhs/atomizer/archiver/controller.cpp.

+

Definition at line 112 of file uhs/atomizer/archiver/controller.cpp.

References cbdc::array.

@@ -538,7 +538,7 @@

Returns
true if initialization succeeded.
-

Definition at line 78 of file uhs/atomizer/archiver/controller.cpp.

+

Definition at line 86 of file uhs/atomizer/archiver/controller.cpp.

References cbdc::array.

@@ -562,7 +562,7 @@

Returns
true if initialization succeeded.
-

Definition at line 59 of file uhs/atomizer/archiver/controller.cpp.

+

Definition at line 67 of file uhs/atomizer/archiver/controller.cpp.

References cbdc::array.

@@ -586,7 +586,7 @@

Returns
true if initialization succeeded.
-

Definition at line 94 of file uhs/atomizer/archiver/controller.cpp.

+

Definition at line 102 of file uhs/atomizer/archiver/controller.cpp.

@@ -658,7 +658,7 @@

Returns
false if the controller is finished digesting blocks.
-

Definition at line 135 of file uhs/atomizer/archiver/controller.cpp.

+

Definition at line 143 of file uhs/atomizer/archiver/controller.cpp.

@@ -687,7 +687,7 @@

Returns
block or std::nullopt from get_block.
See also
network::packet_handler_t
-

Definition at line 139 of file uhs/atomizer/archiver/controller.cpp.

+

Definition at line 147 of file uhs/atomizer/archiver/controller.cpp.

References cbdc::array, and cbdc::make_buffer().

diff --git a/classcbdc_1_1client.html b/classcbdc_1_1client.html index eecc3c8c8..969e4850d 100644 --- a/classcbdc_1_1client.html +++ b/classcbdc_1_1client.html @@ -399,7 +399,7 @@

Definition at line 253 of file uhs/client/client.cpp.

-

References cbdc::array, and cbdc::transaction::full_tx::m_inputs.

+

References cbdc::array, and cbdc::transaction::full_tx::m_inputs.

@@ -652,7 +652,7 @@

Definition at line 203 of file uhs/client/client.cpp.

-

References cbdc::transaction::wallet::is_spendable(), cbdc::transaction::input::m_prevout, and cbdc::transaction::out_point::m_tx_id.

+

References cbdc::transaction::wallet::is_spendable(), cbdc::transaction::input::m_prevout, and cbdc::transaction::out_point::m_tx_id.

Here is the call graph for this function:
@@ -1076,7 +1076,7 @@

Definition at line 175 of file uhs/client/client.cpp.

-

References cbdc::array, cbdc::sentinel::confirmed, cbdc::to_string(), cbdc::sentinel::to_string(), and cbdc::transaction::tx_id().

+

References cbdc::array, cbdc::sentinel::confirmed, cbdc::to_string(), cbdc::sentinel::to_string(), and cbdc::transaction::tx_id().

Here is the call graph for this function:
diff --git a/classcbdc_1_1locking__shard_1_1locking__shard.html b/classcbdc_1_1locking__shard_1_1locking__shard.html index 07022b7b6..07bbdbfdf 100644 --- a/classcbdc_1_1locking__shard_1_1locking__shard.html +++ b/classcbdc_1_1locking__shard_1_1locking__shard.html @@ -309,7 +309,7 @@

Definition at line 135 of file locking_shard.cpp.

-

References cbdc::array, cbdc::transaction::compact_tx::m_id, cbdc::transaction::compact_tx::m_inputs, cbdc::locking_shard::tx::m_tx, cbdc::transaction::compact_tx::m_uhs_outputs, and cbdc::to_string().

+

References cbdc::array, cbdc::transaction::compact_tx::m_id, cbdc::transaction::compact_tx::m_inputs, cbdc::locking_shard::tx::m_tx, cbdc::transaction::compact_tx::m_uhs_outputs, and cbdc::to_string().

Here is the call graph for this function:
diff --git a/classcbdc_1_1network_1_1connection__manager.html b/classcbdc_1_1network_1_1connection__manager.html index 58d6b07b6..7abec4489 100644 --- a/classcbdc_1_1network_1_1connection__manager.html +++ b/classcbdc_1_1network_1_1connection__manager.html @@ -453,7 +453,7 @@

References cbdc::array, cbdc::network::tcp_listener::close(), cbdc::network::peer::shutdown(), and cbdc::network::socket_selector::unblock().

-

Referenced by reset(), cbdc::watchtower::async_client::~async_client(), cbdc::atomizer_client::~atomizer_client(), cbdc::watchtower::blocking_client::~blocking_client(), ~connection_manager(), cbdc::archiver::controller::~controller(), cbdc::atomizer::controller::~controller(), cbdc::shard::controller::~controller(), and cbdc::rpc::tcp_client< Request, Response >::~tcp_client().

+

Referenced by reset(), cbdc::watchtower::async_client::~async_client(), cbdc::atomizer_client::~atomizer_client(), cbdc::watchtower::blocking_client::~blocking_client(), ~connection_manager(), cbdc::archiver::controller::~controller(), cbdc::atomizer::controller::~controller(), cbdc::shard::controller::~controller(), and cbdc::rpc::tcp_client< Request, Response >::~tcp_client().

Here is the call graph for this function:
diff --git a/classcbdc_1_1parsec_1_1broker_1_1impl.html b/classcbdc_1_1parsec_1_1broker_1_1impl.html index 064304c34..106c08ff9 100644 --- a/classcbdc_1_1parsec_1_1broker_1_1impl.html +++ b/classcbdc_1_1parsec_1_1broker_1_1impl.html @@ -372,7 +372,7 @@

cbdc::parsec::broker::interface.

-

Definition at line 377 of file broker/impl.cpp.

+

Definition at line 376 of file broker/impl.cpp.

References cbdc::array, and cbdc::buffer.

@@ -417,7 +417,7 @@

cbdc::parsec::broker::interface.

-

Definition at line 493 of file broker/impl.cpp.

+

Definition at line 492 of file broker/impl.cpp.

References cbdc::array.

@@ -489,7 +489,7 @@

cbdc::parsec::broker::interface.

-

Definition at line 883 of file broker/impl.cpp.

+

Definition at line 882 of file broker/impl.cpp.

References cbdc::array.

@@ -534,7 +534,7 @@

cbdc::parsec::broker::interface.

-

Definition at line 572 of file broker/impl.cpp.

+

Definition at line 571 of file broker/impl.cpp.

References cbdc::array.

diff --git a/classcbdc_1_1sentinel_1_1controller.html b/classcbdc_1_1sentinel_1_1controller.html index 9036e04ad..a5b4c28e2 100644 --- a/classcbdc_1_1sentinel_1_1controller.html +++ b/classcbdc_1_1sentinel_1_1controller.html @@ -344,7 +344,7 @@

Definition at line 86 of file uhs/atomizer/sentinel/controller.cpp.

-

References cbdc::array, cbdc::transaction::validation::check_tx(), cbdc::sentinel::pending, cbdc::sentinel::static_invalid, cbdc::to_string(), and cbdc::transaction::tx_id().

+

References cbdc::array, cbdc::transaction::validation::check_tx(), cbdc::sentinel::pending, cbdc::sentinel::static_invalid, cbdc::to_string(), and cbdc::transaction::tx_id().

Here is the call graph for this function:
diff --git a/classcbdc_1_1sentinel__2pc_1_1controller.html b/classcbdc_1_1sentinel__2pc_1_1controller.html index cbdf7565b..e3eca7811 100644 --- a/classcbdc_1_1sentinel__2pc_1_1controller.html +++ b/classcbdc_1_1sentinel__2pc_1_1controller.html @@ -363,7 +363,7 @@

Definition at line 98 of file uhs/twophase/sentinel_2pc/controller.cpp.

-

References cbdc::array, cbdc::transaction::validation::check_tx(), cbdc::sentinel::static_invalid, cbdc::transaction::validation::to_string(), cbdc::to_string(), and cbdc::transaction::tx_id().

+

References cbdc::array, cbdc::transaction::validation::check_tx(), cbdc::sentinel::static_invalid, cbdc::transaction::validation::to_string(), cbdc::to_string(), and cbdc::transaction::tx_id().

Here is the call graph for this function:
diff --git a/classcbdc_1_1transaction_1_1wallet.html b/classcbdc_1_1transaction_1_1wallet.html index 310d4f679..f201369ce 100644 --- a/classcbdc_1_1transaction_1_1wallet.html +++ b/classcbdc_1_1transaction_1_1wallet.html @@ -294,7 +294,7 @@

Definition at line 271 of file wallet.cpp.

-

References cbdc::array, cbdc::transaction::input_from_output(), cbdc::transaction::full_tx::m_inputs, cbdc::transaction::full_tx::m_outputs, and cbdc::transaction::tx_id().

+

References cbdc::array, cbdc::transaction::input_from_output(), cbdc::transaction::full_tx::m_inputs, cbdc::transaction::full_tx::m_outputs, and cbdc::transaction::tx_id().

Here is the call graph for this function:

@@ -407,7 +407,7 @@

Definition at line 109 of file wallet.cpp.

-

References cbdc::array, cbdc::transaction::validation::get_p2pk_witness_commitment(), and cbdc::transaction::input_from_output().

+

References cbdc::array, cbdc::transaction::validation::get_p2pk_witness_commitment(), and cbdc::transaction::input_from_output().

Referenced by cbdc::client::export_send_inputs().

@@ -937,7 +937,7 @@

Definition at line 158 of file wallet.cpp.

-

References cbdc::array, cbdc::transaction::full_tx::m_inputs, cbdc::transaction::full_tx::m_witness, cbdc::transaction::validation::p2pk, and cbdc::transaction::tx_id().

+

References cbdc::array, cbdc::transaction::full_tx::m_inputs, cbdc::transaction::full_tx::m_witness, cbdc::transaction::validation::p2pk, and cbdc::transaction::tx_id().

Referenced by cbdc::client::sign_transaction().

diff --git a/classes.html b/classes.html index b368b139c..ec5c0d941 100644 --- a/classes.html +++ b/classes.html @@ -131,7 +131,7 @@
kqueue_event_handler (cbdc::rpc)
L
-
locking_shard (cbdc::locking_shard)
log (cbdc::logging)
log_store (cbdc::raft)
lua_runner (cbdc::parsec::agent::runner)
+
leveldbWriteOptions (cbdc::archiver)
locking_shard (cbdc::locking_shard)
log (cbdc::logging)
log_store (cbdc::raft)
lua_runner (cbdc::parsec::agent::runner)
M
make_block_request (cbdc::atomizer)
make_block_response (cbdc::atomizer)
message_t (cbdc::network)
diff --git a/client-cli_8cpp.html b/client-cli_8cpp.html index 6fc4b93df..7710d778e 100644 --- a/client-cli_8cpp.html +++ b/client-cli_8cpp.html @@ -599,7 +599,7 @@

Definition at line 19 of file client-cli.cpp.

-

References cbdc::to_string(), and cbdc::transaction::tx_id().

+

References cbdc::to_string(), and cbdc::transaction::tx_id().

Referenced by main().

@@ -680,7 +680,7 @@

Definition at line 38 of file client-cli.cpp.

-

References cbdc::client::export_send_inputs(), cbdc::make_buffer(), cbdc::transaction::validation::to_string(), cbdc::to_string(), cbdc::sentinel::to_string(), and cbdc::transaction::tx_id().

+

References cbdc::client::export_send_inputs(), cbdc::make_buffer(), cbdc::transaction::validation::to_string(), cbdc::to_string(), cbdc::sentinel::to_string(), and cbdc::transaction::tx_id().

Referenced by fan_command(), and send_command().

diff --git a/client-cli_8cpp_source.html b/client-cli_8cpp_source.html index d77e783fa..a8b2ba4bb 100644 --- a/client-cli_8cpp_source.html +++ b/client-cli_8cpp_source.html @@ -400,7 +400,7 @@
auto get_args(int argc, char **argv) -> std::vector< std::string >
Converts c-args from an executable's main function into a vector of strings.
Definition config.cpp:751
auto to_string(tx_status status) -> std::string
Return a human-readable string describing a tx_status.
auto to_string(cbdc::transaction::validation::tx_error_code err) -> std::string
-
auto tx_id(const full_tx &tx) noexcept -> hash_t
Calculates the unique hash of a full transaction.
+
auto tx_id(const full_tx &tx) noexcept -> hash_t
Calculates the unique hash of a full transaction.
std::array< unsigned char, cbdc::hash_size > hash_t
SHA256 hash container.
@ array
A collection of RLP values.
auto hash_from_hex(const std::string &val) -> hash_t
Parses a hexadecimal representation of a hash.
diff --git a/distributed__tx_8cpp_source.html b/distributed__tx_8cpp_source.html index 27151057c..f844bfe99 100644 --- a/distributed__tx_8cpp_source.html +++ b/distributed__tx_8cpp_source.html @@ -420,7 +420,7 @@
@ array
A collection of RLP values.
auto to_string(const hash_t &val) -> std::string
Converts a hash to a hexadecimal string.
Transaction type processed by locking shards.
-
A condensed, hash-only transaction representation.
+
A condensed, hash-only transaction representation.

diff --git a/distributed__tx_8hpp_source.html b/distributed__tx_8hpp_source.html index e48590d02..cc450af98 100644 --- a/distributed__tx_8hpp_source.html +++ b/distributed__tx_8hpp_source.html @@ -226,7 +226,7 @@
@ array
A collection of RLP values.
Pseudorandom number generator (PRNG) for generating random data from a given entropy source.
-
A condensed, hash-only transaction representation.
+
A condensed, hash-only transaction representation.

diff --git a/doxygen_crawl.html b/doxygen_crawl.html index 5da4d3070..47551fb6c 100644 --- a/doxygen_crawl.html +++ b/doxygen_crawl.html @@ -580,6 +580,7 @@ + diff --git a/functions_func_l.html b/functions_func_l.html index 433f20f63..449aefa0f 100644 --- a/functions_func_l.html +++ b/functions_func_l.html @@ -98,6 +98,7 @@

- l -

diff --git a/functions_l.html b/functions_l.html index 25864ad1e..d1e5f45a1 100644 --- a/functions_l.html +++ b/functions_l.html @@ -98,6 +98,7 @@

- l -

diff --git a/hierarchy.html b/hierarchy.html index f1803f163..7bc202dd8 100644 --- a/hierarchy.html +++ b/hierarchy.html @@ -314,8 +314,10 @@  Ccbdc::watchtower::watchtowerService to answer client requests for processing status updates on submitted transactions  Ccbdc::transaction::validation::witness_errorAn error that may occur when sentinels validate witness commitments  Ccbdc::parsec::runtime_locking_shard::wounded_detailsDetails about wounded error code - Ccbdc::Ts - Ccbdc::overloaded< Ts >Variant handler template + Cleveldb::WriteOptions + Ccbdc::archiver::leveldbWriteOptionsWrapper for leveldb::WriteOptions to provide a constructor to set base class member "sync" + Ccbdc::Ts + Ccbdc::overloaded< Ts >Variant handler template diff --git a/hierarchy.js b/hierarchy.js index 8fc761978..a66f1bbcc 100644 --- a/hierarchy.js +++ b/hierarchy.js @@ -247,6 +247,9 @@ var hierarchy = [ "cbdc::watchtower::watchtower", "classcbdc_1_1watchtower_1_1watchtower.html", null ], [ "cbdc::transaction::validation::witness_error", "structcbdc_1_1transaction_1_1validation_1_1witness__error.html", null ], [ "cbdc::parsec::runtime_locking_shard::wounded_details", "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1wounded__details.html", null ], + [ "leveldb::WriteOptions", null, [ + [ "cbdc::archiver::leveldbWriteOptions", "structcbdc_1_1archiver_1_1leveldbWriteOptions.html", null ] + ] ], [ "cbdc::Ts", null, [ [ "cbdc::overloaded< Ts >", "structcbdc_1_1overloaded.html", null ] ] ] diff --git a/inherit_graph_150.map b/inherit_graph_150.map index ab9c1863b..2124542a3 100644 --- a/inherit_graph_150.map +++ b/inherit_graph_150.map @@ -1,5 +1,5 @@ - - - + + + diff --git a/inherit_graph_150.md5 b/inherit_graph_150.md5 index c3226646f..c00747457 100644 --- a/inherit_graph_150.md5 +++ b/inherit_graph_150.md5 @@ -1 +1 @@ -804503405882eac38d03cd71d7d25bd0 \ No newline at end of file +a1d8ea3f944d0b6c00ecd3f860076c34 \ No newline at end of file diff --git a/inherit_graph_150.png b/inherit_graph_150.png index df466fa90..ec971abf5 100644 Binary files a/inherit_graph_150.png and b/inherit_graph_150.png differ diff --git a/inherit_graph_151.map b/inherit_graph_151.map index df1ce86d6..314cbe084 100644 --- a/inherit_graph_151.map +++ b/inherit_graph_151.map @@ -1,5 +1,5 @@ - - - + + + diff --git a/inherit_graph_151.md5 b/inherit_graph_151.md5 index 4696fa03e..b0f45debd 100644 --- a/inherit_graph_151.md5 +++ b/inherit_graph_151.md5 @@ -1 +1 @@ -ac6ee41084681e40be72180915fe2dcc \ No newline at end of file +d01cd02c39cca498d2db6de3282c8fd3 \ No newline at end of file diff --git a/inherit_graph_151.png b/inherit_graph_151.png index 2f5177f32..df466fa90 100644 Binary files a/inherit_graph_151.png and b/inherit_graph_151.png differ diff --git a/inherit_graph_152.map b/inherit_graph_152.map index 116c0e8ff..1f2c076b4 100644 --- a/inherit_graph_152.map +++ b/inherit_graph_152.map @@ -1,5 +1,5 @@ - - - + + + diff --git a/inherit_graph_152.md5 b/inherit_graph_152.md5 index 69de02233..bb22fc93a 100644 --- a/inherit_graph_152.md5 +++ b/inherit_graph_152.md5 @@ -1 +1 @@ -c4e8e3c9508aba18dd792d4233fbf695 \ No newline at end of file +a7a393e3fd93cf849bc77198268031cc \ No newline at end of file diff --git a/inherit_graph_152.png b/inherit_graph_152.png index 1623df073..2f5177f32 100644 Binary files a/inherit_graph_152.png and b/inherit_graph_152.png differ diff --git a/inherit_graph_153.map b/inherit_graph_153.map index 61f13ec7e..ace90f028 100644 --- a/inherit_graph_153.map +++ b/inherit_graph_153.map @@ -1,5 +1,5 @@ - - - + + + diff --git a/inherit_graph_153.md5 b/inherit_graph_153.md5 index dfa5d4d63..02bd7f1dd 100644 --- a/inherit_graph_153.md5 +++ b/inherit_graph_153.md5 @@ -1 +1 @@ -ae7c61808578d12c2e757a3dfafe24aa \ No newline at end of file +93bad36decf417133bb1cbb6906750ca \ No newline at end of file diff --git a/inherit_graph_153.png b/inherit_graph_153.png index 4bb201ff1..1623df073 100644 Binary files a/inherit_graph_153.png and b/inherit_graph_153.png differ diff --git a/inherit_graph_154.map b/inherit_graph_154.map index bf3767e87..4c32e2835 100644 --- a/inherit_graph_154.map +++ b/inherit_graph_154.map @@ -1,5 +1,5 @@ - - - + + + diff --git a/inherit_graph_154.md5 b/inherit_graph_154.md5 index 713727cc9..764495dc9 100644 --- a/inherit_graph_154.md5 +++ b/inherit_graph_154.md5 @@ -1 +1 @@ -e2381dcff4b2849daaccdf1b92f8ffd7 \ No newline at end of file +5babb1c0fa4f75b3c3bcb3de47677db2 \ No newline at end of file diff --git a/inherit_graph_154.png b/inherit_graph_154.png index 6cb1929a9..4bb201ff1 100644 Binary files a/inherit_graph_154.png and b/inherit_graph_154.png differ diff --git a/inherit_graph_155.map b/inherit_graph_155.map new file mode 100644 index 000000000..9ae9e6d2a --- /dev/null +++ b/inherit_graph_155.map @@ -0,0 +1,5 @@ + + + + + diff --git a/inherit_graph_155.md5 b/inherit_graph_155.md5 new file mode 100644 index 000000000..e998b9c63 --- /dev/null +++ b/inherit_graph_155.md5 @@ -0,0 +1 @@ +25fe518088332827d86aeecff2f4adcf \ No newline at end of file diff --git a/inherit_graph_155.png b/inherit_graph_155.png new file mode 100644 index 000000000..6cb1929a9 Binary files /dev/null and b/inherit_graph_155.png differ diff --git a/inherit_graph_97.map b/inherit_graph_97.map index abe9e631f..c3d5c2533 100644 --- a/inherit_graph_97.map +++ b/inherit_graph_97.map @@ -1,7 +1,3 @@ - - - - - + diff --git a/inherit_graph_97.md5 b/inherit_graph_97.md5 index 06bf3205d..b37b4f683 100644 --- a/inherit_graph_97.md5 +++ b/inherit_graph_97.md5 @@ -1 +1 @@ -9069c2062c585ca515a775bc0e139a0d \ No newline at end of file +5982f81f7451650ae59d9e636fb376a6 \ No newline at end of file diff --git a/inherit_graph_97.png b/inherit_graph_97.png index 94907e11c..616cc385e 100644 Binary files a/inherit_graph_97.png and b/inherit_graph_97.png differ diff --git a/inherit_graph_98.map b/inherit_graph_98.map index c3d5c2533..abe9e631f 100644 --- a/inherit_graph_98.map +++ b/inherit_graph_98.map @@ -1,3 +1,7 @@ - + + + + + diff --git a/inherit_graph_98.md5 b/inherit_graph_98.md5 index b37b4f683..06bf3205d 100644 --- a/inherit_graph_98.md5 +++ b/inherit_graph_98.md5 @@ -1 +1 @@ -5982f81f7451650ae59d9e636fb376a6 \ No newline at end of file +9069c2062c585ca515a775bc0e139a0d \ No newline at end of file diff --git a/inherit_graph_98.png b/inherit_graph_98.png index 616cc385e..94907e11c 100644 Binary files a/inherit_graph_98.png and b/inherit_graph_98.png differ diff --git a/inherits.html b/inherits.html index bff8a17ea..69b3c2e3a 100644 --- a/inherits.html +++ b/inherits.html @@ -630,7 +630,12 @@ - + + + + + + @@ -639,11 +644,6 @@ - - - - - @@ -954,35 +954,42 @@ - + + + + + + + + - + - + - + - + diff --git a/locking__shard_8cpp_source.html b/locking__shard_8cpp_source.html index 0819b260d..c9de3e027 100644 --- a/locking__shard_8cpp_source.html +++ b/locking__shard_8cpp_source.html @@ -333,9 +333,9 @@
Project-wide configuration options.
Definition config.hpp:132
Transaction type processed by locking shards.
transaction::compact_tx m_tx
Compact TX.
-
std::vector< hash_t > m_inputs
The set of hashes of the transaction's inputs.
-
hash_t m_id
The hash of the full transaction returned by tx_id.
-
std::vector< hash_t > m_uhs_outputs
The set of hashes of the new outputs created in the transaction.
+
std::vector< hash_t > m_inputs
The set of hashes of the transaction's inputs.
+
hash_t m_id
The hash of the full transaction returned by tx_id.
+
std::vector< hash_t > m_uhs_outputs
The set of hashes of the new outputs created in the transaction.
diff --git a/namespacecbdc.html b/namespacecbdc.html index 958040644..31ebc3e56 100644 --- a/namespacecbdc.html +++ b/namespacecbdc.html @@ -1152,7 +1152,7 @@

References array, and serialized_size().

-

Referenced by cbdc::parsec::agent::runner::add_to_bloom(), cbdc::parsec::runtime_locking_shard::state_machine::commit(), cbdc::parsec::agent::runner::contract_address(), cbdc::archiver::controller::digest_block(), cbdc::parsec::agent::runner::evm_host::get_state_updates(), cbdc::transaction::input::hash(), cbdc::transaction::compact_tx::hash(), cbdc::parsec::agent::runner::evm_host::log_index_key(), make_rlp_value(), cbdc::parsec::agent::runner::mint_initial_accounts(), print_tx_result(), cbdc::network::tcp_socket::send(), serialize_size(), cbdc::archiver::controller::server_handler(), cbdc::parsec::agent::runner::evm_host::ticket_number_key(), cbdc::transaction::tx_id(), cbdc::parsec::agent::runner::tx_receipt_to_json(), and cbdc::transaction::uhs_id_from_output().

+

Referenced by cbdc::parsec::agent::runner::add_to_bloom(), cbdc::parsec::runtime_locking_shard::state_machine::commit(), cbdc::parsec::agent::runner::contract_address(), cbdc::archiver::controller::digest_block(), cbdc::parsec::agent::runner::evm_host::get_state_updates(), cbdc::transaction::input::hash(), cbdc::transaction::compact_tx::hash(), cbdc::parsec::agent::runner::evm_host::log_index_key(), make_rlp_value(), cbdc::parsec::agent::runner::mint_initial_accounts(), print_tx_result(), cbdc::network::tcp_socket::send(), serialize_size(), cbdc::archiver::controller::server_handler(), cbdc::parsec::agent::runner::evm_host::ticket_number_key(), cbdc::transaction::tx_id(), cbdc::parsec::agent::runner::tx_receipt_to_json(), and cbdc::transaction::uhs_id_from_output().

Here is the call graph for this function:
diff --git a/namespacecbdc_1_1archiver.html b/namespacecbdc_1_1archiver.html index 4fb0db042..21c04d11a 100644 --- a/namespacecbdc_1_1archiver.html +++ b/namespacecbdc_1_1archiver.html @@ -106,6 +106,9 @@ class  controller  Wrapper for the archiver executable implementation. More...
  +struct  leveldbWriteOptions + Wrapper for leveldb::WriteOptions to provide a constructor to set base class member "sync". More...
+  diff --git a/namespacecbdc_1_1archiver.js b/namespacecbdc_1_1archiver.js index f3a91a12a..309765c60 100644 --- a/namespacecbdc_1_1archiver.js +++ b/namespacecbdc_1_1archiver.js @@ -2,6 +2,7 @@ var namespacecbdc_1_1archiver = [ [ "client", "classcbdc_1_1archiver_1_1client.html", "classcbdc_1_1archiver_1_1client" ], [ "controller", "classcbdc_1_1archiver_1_1controller.html", "classcbdc_1_1archiver_1_1controller" ], + [ "leveldbWriteOptions", "structcbdc_1_1archiver_1_1leveldbWriteOptions.html", "structcbdc_1_1archiver_1_1leveldbWriteOptions" ], [ "request", "namespacecbdc_1_1archiver.html#aea7c98eded104e1f589daeddeafa652d", null ], [ "response", "namespacecbdc_1_1archiver.html#ab0949b23381e2464c74b2f6914d4291c", null ] ]; \ No newline at end of file diff --git a/namespacecbdc_1_1transaction.html b/namespacecbdc_1_1transaction.html index 6c6e2c17a..6478fd556 100644 --- a/namespacecbdc_1_1transaction.html +++ b/namespacecbdc_1_1transaction.html @@ -164,7 +164,7 @@

Definition at line 109 of file transaction.hpp.

+

Definition at line 111 of file transaction.hpp.

@@ -198,9 +198,9 @@

Returns
result of input_from_output(tx, i, tx_id(tx))
-

Definition at line 95 of file transaction.cpp.

+

Definition at line 99 of file transaction.cpp.

-

References cbdc::array, input_from_output(), and tx_id().

+

References cbdc::array, input_from_output(), and tx_id().

Here is the call graph for this function:
@@ -296,11 +296,11 @@

Returns
the resultant hash of the transaction
-

Definition at line 68 of file transaction.cpp.

+

Definition at line 72 of file transaction.cpp.

References cbdc::array, and cbdc::make_buffer().

-

Referenced by cbdc::transaction::validation::check_p2pk_witness_signature(), cbdc::transaction::compact_tx::compact_tx(), cbdc::transaction::wallet::confirm_transaction(), cbdc::sentinel::controller::execute_transaction(), cbdc::sentinel_2pc::controller::execute_transaction(), input_from_output(), mint_command(), print_tx_result(), cbdc::client::send_transaction(), and cbdc::transaction::wallet::sign().

+

Referenced by cbdc::transaction::validation::check_p2pk_witness_signature(), cbdc::transaction::compact_tx::compact_tx(), cbdc::transaction::wallet::confirm_transaction(), cbdc::sentinel::controller::execute_transaction(), cbdc::sentinel_2pc::controller::execute_transaction(), input_from_output(), mint_command(), print_tx_result(), cbdc::client::send_transaction(), and cbdc::transaction::wallet::sign().

Here is the call graph for this function:
@@ -340,11 +340,11 @@

-

Definition at line 101 of file transaction.cpp.

+

Definition at line 105 of file transaction.cpp.

References cbdc::array, and cbdc::make_buffer().

-

Referenced by cbdc::transaction::compact_tx::compact_tx().

+

Referenced by cbdc::transaction::compact_tx::compact_tx().

Here is the call graph for this function:
diff --git a/namespacecbdc_1_1transaction_1_1validation.html b/namespacecbdc_1_1transaction_1_1validation.html index 98372993c..8f87d6da9 100644 --- a/namespacecbdc_1_1transaction_1_1validation.html +++ b/namespacecbdc_1_1transaction_1_1validation.html @@ -729,7 +729,7 @@

Definition at line 207 of file validation.cpp.

-

References cbdc::array, invalid_public_key, invalid_signature, and cbdc::transaction::tx_id().

+

References cbdc::array, invalid_public_key, invalid_signature, and cbdc::transaction::tx_id().

Referenced by check_p2pk_witness().

diff --git a/namespaces.html b/namespaces.html index 6a472bbc8..5ac7da22b 100644 --- a/namespaces.html +++ b/namespaces.html @@ -101,6 +101,7 @@

+ diff --git a/navtreedata.js b/navtreedata.js index 045d8e5e4..b52cd9522 100644 --- a/navtreedata.js +++ b/navtreedata.js @@ -77,11 +77,11 @@ var NAVTREEINDEX = "namespacecbdc_1_1parsec_1_1agent_1_1runner.html#a3c7ec099fd9a5f70bc8cc7413e6f1a3f", "parsec_2agent_2client_8cpp_source.html", "parsec_2runtime__locking__shard_2state__machine_8cpp_source.html", -"structcbdc_1_1config_1_1options.html#a02dad2f7221292a49da9e970bf1fdc8a", -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__pretend__block.html#a62faeff3d85ed2ba921ac9e439af792d", -"structcbdc_1_1transaction_1_1output.html#a595bdf21dc5ce52c17e22aa198208c88", -"uhs_2sentinel_2interface_8hpp.html#a8582b428c6d5128e23402f95f03271e5", -"validation_8hpp.html#a08a3e15a0c8fb6468ba1bf99c324957e" +"structcbdc_1_1config_1_1options.html", +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__pretend__block.html", +"structcbdc_1_1transaction_1_1output.html", +"uhs_2sentinel_2interface_8cpp.html#a49451c48c108396eebfdb96a0873541e", +"validation_8cpp.html#ae0bd11e125718e02af61645696f5e8cd" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/navtreeindex0.js b/navtreeindex0.js index 38629444b..c7b3c9737 100644 --- a/navtreeindex0.js +++ b/navtreeindex0.js @@ -102,152 +102,152 @@ var NAVTREEINDEX0 = "cache__set_8hpp_source.html":[2,0,0,2,0,3], "classcbdc_1_1archiver_1_1client.html":[0,0,0,1,0], "classcbdc_1_1archiver_1_1client.html":[1,0,0,0,0], -"classcbdc_1_1archiver_1_1client.html#a2b69e18429d9e7ed63bb7b60b6d99210":[0,0,0,1,0,3], "classcbdc_1_1archiver_1_1client.html#a2b69e18429d9e7ed63bb7b60b6d99210":[1,0,0,0,0,3], +"classcbdc_1_1archiver_1_1client.html#a2b69e18429d9e7ed63bb7b60b6d99210":[0,0,0,1,0,3], "classcbdc_1_1archiver_1_1client.html#a83666258462b3ac26b4e4bc418945566":[0,0,0,1,0,2], "classcbdc_1_1archiver_1_1client.html#a83666258462b3ac26b4e4bc418945566":[1,0,0,0,0,2], -"classcbdc_1_1archiver_1_1client.html#abe320a2e3c9649c7a20afbe0434688da":[0,0,0,1,0,1], "classcbdc_1_1archiver_1_1client.html#abe320a2e3c9649c7a20afbe0434688da":[1,0,0,0,0,1], +"classcbdc_1_1archiver_1_1client.html#abe320a2e3c9649c7a20afbe0434688da":[0,0,0,1,0,1], "classcbdc_1_1archiver_1_1client.html#ae9d2e177c16c4d177294a0fed847b2b4":[1,0,0,0,0,0], "classcbdc_1_1archiver_1_1client.html#ae9d2e177c16c4d177294a0fed847b2b4":[0,0,0,1,0,0], -"classcbdc_1_1archiver_1_1controller.html":[1,0,0,0,1], "classcbdc_1_1archiver_1_1controller.html":[0,0,0,1,1], +"classcbdc_1_1archiver_1_1controller.html":[1,0,0,0,1], "classcbdc_1_1archiver_1_1controller.html#a02c7f84a73eec85a7440fe31362261df":[0,0,0,1,1,0], "classcbdc_1_1archiver_1_1controller.html#a02c7f84a73eec85a7440fe31362261df":[1,0,0,0,1,0], "classcbdc_1_1archiver_1_1controller.html#a08721375557e7c8f0336b8d213ec80bd":[1,0,0,0,1,8], "classcbdc_1_1archiver_1_1controller.html#a08721375557e7c8f0336b8d213ec80bd":[0,0,0,1,1,8], -"classcbdc_1_1archiver_1_1controller.html#a0c8f8641a24cacf68f181e96109736c2":[1,0,0,0,1,9], "classcbdc_1_1archiver_1_1controller.html#a0c8f8641a24cacf68f181e96109736c2":[0,0,0,1,1,9], +"classcbdc_1_1archiver_1_1controller.html#a0c8f8641a24cacf68f181e96109736c2":[1,0,0,0,1,9], "classcbdc_1_1archiver_1_1controller.html#a26f83c5b0e67cc86a8738d017aabcc33":[0,0,0,1,1,17], "classcbdc_1_1archiver_1_1controller.html#a26f83c5b0e67cc86a8738d017aabcc33":[1,0,0,0,1,17], "classcbdc_1_1archiver_1_1controller.html#a2c01e59b53e53886bd5c645c4ab60b0f":[0,0,0,1,1,14], "classcbdc_1_1archiver_1_1controller.html#a2c01e59b53e53886bd5c645c4ab60b0f":[1,0,0,0,1,14], -"classcbdc_1_1archiver_1_1controller.html#a4f791f6fab92357d15e539bb09d61b5d":[1,0,0,0,1,5], "classcbdc_1_1archiver_1_1controller.html#a4f791f6fab92357d15e539bb09d61b5d":[0,0,0,1,1,5], +"classcbdc_1_1archiver_1_1controller.html#a4f791f6fab92357d15e539bb09d61b5d":[1,0,0,0,1,5], "classcbdc_1_1archiver_1_1controller.html#a5426eed315c90a6d2ccb33061f9b2a96":[0,0,0,1,1,7], "classcbdc_1_1archiver_1_1controller.html#a5426eed315c90a6d2ccb33061f9b2a96":[1,0,0,0,1,7], -"classcbdc_1_1archiver_1_1controller.html#a60b7298032589a1845cc0aa496c9a605":[0,0,0,1,1,13], "classcbdc_1_1archiver_1_1controller.html#a60b7298032589a1845cc0aa496c9a605":[1,0,0,0,1,13], -"classcbdc_1_1archiver_1_1controller.html#a61adec475b63da511d8d8804d44a64a8":[0,0,0,1,1,3], +"classcbdc_1_1archiver_1_1controller.html#a60b7298032589a1845cc0aa496c9a605":[0,0,0,1,1,13], "classcbdc_1_1archiver_1_1controller.html#a61adec475b63da511d8d8804d44a64a8":[1,0,0,0,1,3], -"classcbdc_1_1archiver_1_1controller.html#a6c1f6938ff5a5fb576bb9272087e4ed7":[0,0,0,1,1,6], +"classcbdc_1_1archiver_1_1controller.html#a61adec475b63da511d8d8804d44a64a8":[0,0,0,1,1,3], "classcbdc_1_1archiver_1_1controller.html#a6c1f6938ff5a5fb576bb9272087e4ed7":[1,0,0,0,1,6], -"classcbdc_1_1archiver_1_1controller.html#a7e9e68ea57b59abe59d90a87f1c784d1":[0,0,0,1,1,2], +"classcbdc_1_1archiver_1_1controller.html#a6c1f6938ff5a5fb576bb9272087e4ed7":[0,0,0,1,1,6], "classcbdc_1_1archiver_1_1controller.html#a7e9e68ea57b59abe59d90a87f1c784d1":[1,0,0,0,1,2], -"classcbdc_1_1archiver_1_1controller.html#a9af2a8c5cde06462f39998e13bc289a3":[0,0,0,1,1,16], +"classcbdc_1_1archiver_1_1controller.html#a7e9e68ea57b59abe59d90a87f1c784d1":[0,0,0,1,1,2], "classcbdc_1_1archiver_1_1controller.html#a9af2a8c5cde06462f39998e13bc289a3":[1,0,0,0,1,16], +"classcbdc_1_1archiver_1_1controller.html#a9af2a8c5cde06462f39998e13bc289a3":[0,0,0,1,1,16], "classcbdc_1_1archiver_1_1controller.html#aa562f4b3fc9335b3874ad8d588364fca":[1,0,0,0,1,10], "classcbdc_1_1archiver_1_1controller.html#aa562f4b3fc9335b3874ad8d588364fca":[0,0,0,1,1,10], "classcbdc_1_1archiver_1_1controller.html#aad6d0c9e1bdef5498de80a6af62b58ff":[1,0,0,0,1,18], "classcbdc_1_1archiver_1_1controller.html#aad6d0c9e1bdef5498de80a6af62b58ff":[0,0,0,1,1,18], -"classcbdc_1_1archiver_1_1controller.html#ab82c151407aaf3069bc9258df981da57":[0,0,0,1,1,1], "classcbdc_1_1archiver_1_1controller.html#ab82c151407aaf3069bc9258df981da57":[1,0,0,0,1,1], +"classcbdc_1_1archiver_1_1controller.html#ab82c151407aaf3069bc9258df981da57":[0,0,0,1,1,1], "classcbdc_1_1archiver_1_1controller.html#ad19894341846f65ac5e8448f1d2e7f37":[1,0,0,0,1,15], "classcbdc_1_1archiver_1_1controller.html#ad19894341846f65ac5e8448f1d2e7f37":[0,0,0,1,1,15], "classcbdc_1_1archiver_1_1controller.html#ad67595e205f03d279702a51ccca9fe5d":[0,0,0,1,1,4], "classcbdc_1_1archiver_1_1controller.html#ad67595e205f03d279702a51ccca9fe5d":[1,0,0,0,1,4], -"classcbdc_1_1archiver_1_1controller.html#adcd4b97561f6f23430cc0fcf8baf34e2":[0,0,0,1,1,12], "classcbdc_1_1archiver_1_1controller.html#adcd4b97561f6f23430cc0fcf8baf34e2":[1,0,0,0,1,12], +"classcbdc_1_1archiver_1_1controller.html#adcd4b97561f6f23430cc0fcf8baf34e2":[0,0,0,1,1,12], "classcbdc_1_1archiver_1_1controller.html#af151418ee640fca534185f0e89551023":[1,0,0,0,1,11], "classcbdc_1_1archiver_1_1controller.html#af151418ee640fca534185f0e89551023":[0,0,0,1,1,11], -"classcbdc_1_1atomizer_1_1atomizer.html":[0,0,0,2,2], "classcbdc_1_1atomizer_1_1atomizer.html":[1,0,0,1,2], -"classcbdc_1_1atomizer_1_1atomizer.html#a110b46b1a2319903aff831318fd868e7":[1,0,0,1,2,4], +"classcbdc_1_1atomizer_1_1atomizer.html":[0,0,0,2,2], "classcbdc_1_1atomizer_1_1atomizer.html#a110b46b1a2319903aff831318fd868e7":[0,0,0,2,2,4], +"classcbdc_1_1atomizer_1_1atomizer.html#a110b46b1a2319903aff831318fd868e7":[1,0,0,1,2,4], "classcbdc_1_1atomizer_1_1atomizer.html#a16472f11cee6fa531529b0e5383c2ed0":[0,0,0,2,2,1], "classcbdc_1_1atomizer_1_1atomizer.html#a16472f11cee6fa531529b0e5383c2ed0":[1,0,0,1,2,1], "classcbdc_1_1atomizer_1_1atomizer.html#a2e629074680d1b9e9d387d37a86d04e2":[1,0,0,1,2,11], "classcbdc_1_1atomizer_1_1atomizer.html#a2e629074680d1b9e9d387d37a86d04e2":[0,0,0,2,2,11], "classcbdc_1_1atomizer_1_1atomizer.html#a378f7824083d84f56176f120c6803138":[1,0,0,1,2,12], "classcbdc_1_1atomizer_1_1atomizer.html#a378f7824083d84f56176f120c6803138":[0,0,0,2,2,12], -"classcbdc_1_1atomizer_1_1atomizer.html#a3fbaf4773edf9c9cea54d79568596728":[1,0,0,1,2,3], "classcbdc_1_1atomizer_1_1atomizer.html#a3fbaf4773edf9c9cea54d79568596728":[0,0,0,2,2,3], +"classcbdc_1_1atomizer_1_1atomizer.html#a3fbaf4773edf9c9cea54d79568596728":[1,0,0,1,2,3], "classcbdc_1_1atomizer_1_1atomizer.html#a520004b626c068bb55a8fd4d140978e9":[1,0,0,1,2,13], "classcbdc_1_1atomizer_1_1atomizer.html#a520004b626c068bb55a8fd4d140978e9":[0,0,0,2,2,13], "classcbdc_1_1atomizer_1_1atomizer.html#a5a8972935b1b41827ce3bc3014646f1f":[0,0,0,2,2,7], "classcbdc_1_1atomizer_1_1atomizer.html#a5a8972935b1b41827ce3bc3014646f1f":[1,0,0,1,2,7], "classcbdc_1_1atomizer_1_1atomizer.html#a8f736f05bd342e2373e06c637d153fb9":[1,0,0,1,2,2], "classcbdc_1_1atomizer_1_1atomizer.html#a8f736f05bd342e2373e06c637d153fb9":[0,0,0,2,2,2], -"classcbdc_1_1atomizer_1_1atomizer.html#a97cb76531b56b6063a580e580684e8af":[1,0,0,1,2,0], "classcbdc_1_1atomizer_1_1atomizer.html#a97cb76531b56b6063a580e580684e8af":[0,0,0,2,2,0], +"classcbdc_1_1atomizer_1_1atomizer.html#a97cb76531b56b6063a580e580684e8af":[1,0,0,1,2,0], "classcbdc_1_1atomizer_1_1atomizer.html#a9858af0746fb1a2e3d44298b3f3d46f9":[0,0,0,2,2,6], "classcbdc_1_1atomizer_1_1atomizer.html#a9858af0746fb1a2e3d44298b3f3d46f9":[1,0,0,1,2,6], -"classcbdc_1_1atomizer_1_1atomizer.html#ab5d1dd0c4e0ea932dbcbf8cd65d19ea3":[1,0,0,1,2,10], "classcbdc_1_1atomizer_1_1atomizer.html#ab5d1dd0c4e0ea932dbcbf8cd65d19ea3":[0,0,0,2,2,10], -"classcbdc_1_1atomizer_1_1atomizer.html#abb13e49796686aa45107f40a6da122ac":[1,0,0,1,2,14], +"classcbdc_1_1atomizer_1_1atomizer.html#ab5d1dd0c4e0ea932dbcbf8cd65d19ea3":[1,0,0,1,2,10], "classcbdc_1_1atomizer_1_1atomizer.html#abb13e49796686aa45107f40a6da122ac":[0,0,0,2,2,14], -"classcbdc_1_1atomizer_1_1atomizer.html#ac5a90e73fa482ad54131d373f0989ec6":[0,0,0,2,2,5], +"classcbdc_1_1atomizer_1_1atomizer.html#abb13e49796686aa45107f40a6da122ac":[1,0,0,1,2,14], "classcbdc_1_1atomizer_1_1atomizer.html#ac5a90e73fa482ad54131d373f0989ec6":[1,0,0,1,2,5], +"classcbdc_1_1atomizer_1_1atomizer.html#ac5a90e73fa482ad54131d373f0989ec6":[0,0,0,2,2,5], "classcbdc_1_1atomizer_1_1atomizer.html#ac7f5837f51166b54e40a683e00248aab":[1,0,0,1,2,9], "classcbdc_1_1atomizer_1_1atomizer.html#ac7f5837f51166b54e40a683e00248aab":[0,0,0,2,2,9], -"classcbdc_1_1atomizer_1_1atomizer.html#ada1c32ec7d20f4ff7cefecb5f09b08fd":[1,0,0,1,2,8], "classcbdc_1_1atomizer_1_1atomizer.html#ada1c32ec7d20f4ff7cefecb5f09b08fd":[0,0,0,2,2,8], +"classcbdc_1_1atomizer_1_1atomizer.html#ada1c32ec7d20f4ff7cefecb5f09b08fd":[1,0,0,1,2,8], "classcbdc_1_1atomizer_1_1atomizer__raft.html":[1,0,0,1,3], "classcbdc_1_1atomizer_1_1atomizer__raft.html":[0,0,0,2,3], -"classcbdc_1_1atomizer_1_1atomizer__raft.html#aae7507ef3219ace51207c042998eee59":[1,0,0,1,3,4], "classcbdc_1_1atomizer_1_1atomizer__raft.html#aae7507ef3219ace51207c042998eee59":[0,0,0,2,3,4], +"classcbdc_1_1atomizer_1_1atomizer__raft.html#aae7507ef3219ace51207c042998eee59":[1,0,0,1,3,4], "classcbdc_1_1atomizer_1_1atomizer__raft.html#ac9dc4f8814fb1cf5368137ee887dafab":[1,0,0,1,3,3], "classcbdc_1_1atomizer_1_1atomizer__raft.html#ac9dc4f8814fb1cf5368137ee887dafab":[0,0,0,2,3,3], -"classcbdc_1_1atomizer_1_1atomizer__raft.html#ad710df56b105e2f07060bc52a5521f4c":[1,0,0,1,3,1], "classcbdc_1_1atomizer_1_1atomizer__raft.html#ad710df56b105e2f07060bc52a5521f4c":[0,0,0,2,3,1], -"classcbdc_1_1atomizer_1_1atomizer__raft.html#ae1f2c77cddb6adc027b69e7d17805591":[1,0,0,1,3,0], +"classcbdc_1_1atomizer_1_1atomizer__raft.html#ad710df56b105e2f07060bc52a5521f4c":[1,0,0,1,3,1], "classcbdc_1_1atomizer_1_1atomizer__raft.html#ae1f2c77cddb6adc027b69e7d17805591":[0,0,0,2,3,0], -"classcbdc_1_1atomizer_1_1atomizer__raft.html#aeb06fb2e56acf7f6b55f68eec132caed":[1,0,0,1,3,2], +"classcbdc_1_1atomizer_1_1atomizer__raft.html#ae1f2c77cddb6adc027b69e7d17805591":[1,0,0,1,3,0], "classcbdc_1_1atomizer_1_1atomizer__raft.html#aeb06fb2e56acf7f6b55f68eec132caed":[0,0,0,2,3,2], +"classcbdc_1_1atomizer_1_1atomizer__raft.html#aeb06fb2e56acf7f6b55f68eec132caed":[1,0,0,1,3,2], "classcbdc_1_1atomizer_1_1atomizer__raft.html#af1b67e19c8f24698330faea5e725a2a5":[1,0,0,1,3,5], "classcbdc_1_1atomizer_1_1atomizer__raft.html#af1b67e19c8f24698330faea5e725a2a5":[0,0,0,2,3,5], -"classcbdc_1_1atomizer_1_1controller.html":[1,0,0,1,5], "classcbdc_1_1atomizer_1_1controller.html":[0,0,0,2,5], -"classcbdc_1_1atomizer_1_1controller.html#a2dde2d642ded038e1de270549046cb90":[1,0,0,1,5,6], +"classcbdc_1_1atomizer_1_1controller.html":[1,0,0,1,5], "classcbdc_1_1atomizer_1_1controller.html#a2dde2d642ded038e1de270549046cb90":[0,0,0,2,5,6], -"classcbdc_1_1atomizer_1_1controller.html#a3e205aee373a1c0979055bce414b16f1":[0,0,0,2,5,3], +"classcbdc_1_1atomizer_1_1controller.html#a2dde2d642ded038e1de270549046cb90":[1,0,0,1,5,6], "classcbdc_1_1atomizer_1_1controller.html#a3e205aee373a1c0979055bce414b16f1":[1,0,0,1,5,3], -"classcbdc_1_1atomizer_1_1controller.html#ab1bef5fd01c43fb2fcf555ce4feb1479":[0,0,0,2,5,5], +"classcbdc_1_1atomizer_1_1controller.html#a3e205aee373a1c0979055bce414b16f1":[0,0,0,2,5,3], "classcbdc_1_1atomizer_1_1controller.html#ab1bef5fd01c43fb2fcf555ce4feb1479":[1,0,0,1,5,5], +"classcbdc_1_1atomizer_1_1controller.html#ab1bef5fd01c43fb2fcf555ce4feb1479":[0,0,0,2,5,5], "classcbdc_1_1atomizer_1_1controller.html#ac3a4609cf4b689dbdbc3cf078846011d":[1,0,0,1,5,7], "classcbdc_1_1atomizer_1_1controller.html#ac3a4609cf4b689dbdbc3cf078846011d":[0,0,0,2,5,7], -"classcbdc_1_1atomizer_1_1controller.html#acc95be824c00d9d7e635fd01b3187a88":[0,0,0,2,5,0], "classcbdc_1_1atomizer_1_1controller.html#acc95be824c00d9d7e635fd01b3187a88":[1,0,0,1,5,0], -"classcbdc_1_1atomizer_1_1controller.html#ade692b16ae5d4a9f9ab20d2ececd907f":[0,0,0,2,5,1], +"classcbdc_1_1atomizer_1_1controller.html#acc95be824c00d9d7e635fd01b3187a88":[0,0,0,2,5,0], "classcbdc_1_1atomizer_1_1controller.html#ade692b16ae5d4a9f9ab20d2ececd907f":[1,0,0,1,5,1], -"classcbdc_1_1atomizer_1_1controller.html#aeb01e19d5c8422bd099b52b6e1ff4ae6":[0,0,0,2,5,2], +"classcbdc_1_1atomizer_1_1controller.html#ade692b16ae5d4a9f9ab20d2ececd907f":[0,0,0,2,5,1], "classcbdc_1_1atomizer_1_1controller.html#aeb01e19d5c8422bd099b52b6e1ff4ae6":[1,0,0,1,5,2], +"classcbdc_1_1atomizer_1_1controller.html#aeb01e19d5c8422bd099b52b6e1ff4ae6":[0,0,0,2,5,2], "classcbdc_1_1atomizer_1_1controller.html#aee2905eb0d73790c6e5f8e82ab8cd013":[1,0,0,1,5,4], "classcbdc_1_1atomizer_1_1controller.html#aee2905eb0d73790c6e5f8e82ab8cd013":[0,0,0,2,5,4], -"classcbdc_1_1atomizer_1_1state__machine.html":[1,0,0,1,11], "classcbdc_1_1atomizer_1_1state__machine.html":[0,0,0,2,11], -"classcbdc_1_1atomizer_1_1state__machine.html#a158239b64b3a88b6641529323678f047":[1,0,0,1,11,6], +"classcbdc_1_1atomizer_1_1state__machine.html":[1,0,0,1,11], "classcbdc_1_1atomizer_1_1state__machine.html#a158239b64b3a88b6641529323678f047":[0,0,0,2,11,6], -"classcbdc_1_1atomizer_1_1state__machine.html#a270a35df286e71a3220f61d382aab0a4":[0,0,0,2,11,3], +"classcbdc_1_1atomizer_1_1state__machine.html#a158239b64b3a88b6641529323678f047":[1,0,0,1,11,6], "classcbdc_1_1atomizer_1_1state__machine.html#a270a35df286e71a3220f61d382aab0a4":[1,0,0,1,11,3], -"classcbdc_1_1atomizer_1_1state__machine.html#a4a4167a855c22a222c7014a7b10e488e":[0,0,0,2,11,1], +"classcbdc_1_1atomizer_1_1state__machine.html#a270a35df286e71a3220f61d382aab0a4":[0,0,0,2,11,3], "classcbdc_1_1atomizer_1_1state__machine.html#a4a4167a855c22a222c7014a7b10e488e":[1,0,0,1,11,1], -"classcbdc_1_1atomizer_1_1state__machine.html#a4a835d5d6312d12fd9df6c9f369023f1":[0,0,0,2,11,13], +"classcbdc_1_1atomizer_1_1state__machine.html#a4a4167a855c22a222c7014a7b10e488e":[0,0,0,2,11,1], "classcbdc_1_1atomizer_1_1state__machine.html#a4a835d5d6312d12fd9df6c9f369023f1":[1,0,0,1,11,13], +"classcbdc_1_1atomizer_1_1state__machine.html#a4a835d5d6312d12fd9df6c9f369023f1":[0,0,0,2,11,13], "classcbdc_1_1atomizer_1_1state__machine.html#a62ff66cec2f778bf728117714ccefc15":[0,0,0,2,11,4], "classcbdc_1_1atomizer_1_1state__machine.html#a62ff66cec2f778bf728117714ccefc15":[1,0,0,1,11,4], "classcbdc_1_1atomizer_1_1state__machine.html#a75e84ec1334c5653b10d52beb8088ab4":[0,0,0,2,11,9], "classcbdc_1_1atomizer_1_1state__machine.html#a75e84ec1334c5653b10d52beb8088ab4":[1,0,0,1,11,9], -"classcbdc_1_1atomizer_1_1state__machine.html#a7805f50400d5338e8fc296dea6bb2731":[0,0,0,2,11,8], "classcbdc_1_1atomizer_1_1state__machine.html#a7805f50400d5338e8fc296dea6bb2731":[1,0,0,1,11,8], -"classcbdc_1_1atomizer_1_1state__machine.html#a8eb7b21ec017daefa8b8b1d505c92fe6":[0,0,0,2,11,2], +"classcbdc_1_1atomizer_1_1state__machine.html#a7805f50400d5338e8fc296dea6bb2731":[0,0,0,2,11,8], "classcbdc_1_1atomizer_1_1state__machine.html#a8eb7b21ec017daefa8b8b1d505c92fe6":[1,0,0,1,11,2], -"classcbdc_1_1atomizer_1_1state__machine.html#abc07963cc52953e94b6108a1f00e67c6":[0,0,0,2,11,5], +"classcbdc_1_1atomizer_1_1state__machine.html#a8eb7b21ec017daefa8b8b1d505c92fe6":[0,0,0,2,11,2], "classcbdc_1_1atomizer_1_1state__machine.html#abc07963cc52953e94b6108a1f00e67c6":[1,0,0,1,11,5], +"classcbdc_1_1atomizer_1_1state__machine.html#abc07963cc52953e94b6108a1f00e67c6":[0,0,0,2,11,5], "classcbdc_1_1atomizer_1_1state__machine.html#ad6176dfb38a67699a257e0b230de0975":[1,0,0,1,11,11], "classcbdc_1_1atomizer_1_1state__machine.html#ad6176dfb38a67699a257e0b230de0975":[0,0,0,2,11,11], -"classcbdc_1_1atomizer_1_1state__machine.html#ae4ef3358fc2bbc4e5c9ce016d39b76d1":[0,0,0,2,11,7], "classcbdc_1_1atomizer_1_1state__machine.html#ae4ef3358fc2bbc4e5c9ce016d39b76d1":[1,0,0,1,11,7], +"classcbdc_1_1atomizer_1_1state__machine.html#ae4ef3358fc2bbc4e5c9ce016d39b76d1":[0,0,0,2,11,7], "classcbdc_1_1atomizer_1_1state__machine.html#ae60641139b77b0638c2de0bd33b7ef94":[1,0,0,1,11,12], "classcbdc_1_1atomizer_1_1state__machine.html#ae60641139b77b0638c2de0bd33b7ef94":[0,0,0,2,11,12], -"classcbdc_1_1atomizer_1_1state__machine.html#ae81f026e70b7fd2a956940b94b37eb1b":[1,0,0,1,11,10], "classcbdc_1_1atomizer_1_1state__machine.html#ae81f026e70b7fd2a956940b94b37eb1b":[0,0,0,2,11,10], -"classcbdc_1_1atomizer__client.html":[0,0,0,17], +"classcbdc_1_1atomizer_1_1state__machine.html#ae81f026e70b7fd2a956940b94b37eb1b":[1,0,0,1,11,10], "classcbdc_1_1atomizer__client.html":[1,0,0,16], +"classcbdc_1_1atomizer__client.html":[0,0,0,17], "classcbdc_1_1atomizer__client.html#a093cb6c984f336e0745c5797c50b2dca":[0,0,0,17,7], "classcbdc_1_1atomizer__client.html#a093cb6c984f336e0745c5797c50b2dca":[1,0,0,16,7], "classcbdc_1_1atomizer__client.html#a392afb747ba19a87a28d8f1f10e90b8b":[0,0,0,17,1], "classcbdc_1_1atomizer__client.html#a392afb747ba19a87a28d8f1f10e90b8b":[1,0,0,16,1], -"classcbdc_1_1atomizer__client.html#a6526a8ab0a519316c0bf4c4ed2e6728c":[1,0,0,16,6], -"classcbdc_1_1atomizer__client.html#a6526a8ab0a519316c0bf4c4ed2e6728c":[0,0,0,17,6] +"classcbdc_1_1atomizer__client.html#a6526a8ab0a519316c0bf4c4ed2e6728c":[0,0,0,17,6], +"classcbdc_1_1atomizer__client.html#a6526a8ab0a519316c0bf4c4ed2e6728c":[1,0,0,16,6] }; diff --git a/navtreeindex1.js b/navtreeindex1.js index 437277797..8bb6044c1 100644 --- a/navtreeindex1.js +++ b/navtreeindex1.js @@ -2,76 +2,76 @@ var NAVTREEINDEX1 = { "classcbdc_1_1atomizer__client.html#a72189504ae494ac6ceff07ea245d5a6a":[1,0,0,16,5], "classcbdc_1_1atomizer__client.html#a72189504ae494ac6ceff07ea245d5a6a":[0,0,0,17,5], -"classcbdc_1_1atomizer__client.html#a98e31659f4f9cf9eb4b89bab2fafaa62":[0,0,0,17,2], "classcbdc_1_1atomizer__client.html#a98e31659f4f9cf9eb4b89bab2fafaa62":[1,0,0,16,2], +"classcbdc_1_1atomizer__client.html#a98e31659f4f9cf9eb4b89bab2fafaa62":[0,0,0,17,2], "classcbdc_1_1atomizer__client.html#aabd422af8498c478d39ab3deacd5a1f2":[1,0,0,16,4], "classcbdc_1_1atomizer__client.html#aabd422af8498c478d39ab3deacd5a1f2":[0,0,0,17,4], -"classcbdc_1_1atomizer__client.html#aacabb1122a96992887106239c064f368":[0,0,0,17,0], "classcbdc_1_1atomizer__client.html#aacabb1122a96992887106239c064f368":[1,0,0,16,0], -"classcbdc_1_1atomizer__client.html#ab9fbc3a570f539a6c3c131b765451ddd":[0,0,0,17,9], +"classcbdc_1_1atomizer__client.html#aacabb1122a96992887106239c064f368":[0,0,0,17,0], "classcbdc_1_1atomizer__client.html#ab9fbc3a570f539a6c3c131b765451ddd":[1,0,0,16,9], -"classcbdc_1_1atomizer__client.html#ad0a6113d3a27b705aaca27c893cf097f":[1,0,0,16,3], +"classcbdc_1_1atomizer__client.html#ab9fbc3a570f539a6c3c131b765451ddd":[0,0,0,17,9], "classcbdc_1_1atomizer__client.html#ad0a6113d3a27b705aaca27c893cf097f":[0,0,0,17,3], -"classcbdc_1_1atomizer__client.html#afcd91a22ad285501b829f26b361d6646":[0,0,0,17,8], +"classcbdc_1_1atomizer__client.html#ad0a6113d3a27b705aaca27c893cf097f":[1,0,0,16,3], "classcbdc_1_1atomizer__client.html#afcd91a22ad285501b829f26b361d6646":[1,0,0,16,8], +"classcbdc_1_1atomizer__client.html#afcd91a22ad285501b829f26b361d6646":[0,0,0,17,8], "classcbdc_1_1blocking__queue__internal.html":[1,0,0,17], "classcbdc_1_1blocking__queue__internal.html":[0,0,0,18], -"classcbdc_1_1blocking__queue__internal.html#a1f9a437abfb813640c99115de44fda24":[0,0,0,18,3], "classcbdc_1_1blocking__queue__internal.html#a1f9a437abfb813640c99115de44fda24":[1,0,0,17,3], -"classcbdc_1_1blocking__queue__internal.html#a252dea97d6ca210a6a2c74fa4dd6f07b":[0,0,0,18,8], +"classcbdc_1_1blocking__queue__internal.html#a1f9a437abfb813640c99115de44fda24":[0,0,0,18,3], "classcbdc_1_1blocking__queue__internal.html#a252dea97d6ca210a6a2c74fa4dd6f07b":[1,0,0,17,8], +"classcbdc_1_1blocking__queue__internal.html#a252dea97d6ca210a6a2c74fa4dd6f07b":[0,0,0,18,8], "classcbdc_1_1blocking__queue__internal.html#a367e4450fcee45fcd51e6c351b2d155b":[0,0,0,18,4], "classcbdc_1_1blocking__queue__internal.html#a367e4450fcee45fcd51e6c351b2d155b":[1,0,0,17,4], -"classcbdc_1_1blocking__queue__internal.html#a5ba89583f5c21fb9a22c5f9077635f53":[1,0,0,17,0], "classcbdc_1_1blocking__queue__internal.html#a5ba89583f5c21fb9a22c5f9077635f53":[0,0,0,18,0], +"classcbdc_1_1blocking__queue__internal.html#a5ba89583f5c21fb9a22c5f9077635f53":[1,0,0,17,0], "classcbdc_1_1blocking__queue__internal.html#a8cd3d3de8d1b7fa40cc9d35ee6e51ba5":[0,0,0,18,2], "classcbdc_1_1blocking__queue__internal.html#a8cd3d3de8d1b7fa40cc9d35ee6e51ba5":[1,0,0,17,2], "classcbdc_1_1blocking__queue__internal.html#aa29d03eb8c42ceb819ba43c8febb63c5":[1,0,0,17,6], "classcbdc_1_1blocking__queue__internal.html#aa29d03eb8c42ceb819ba43c8febb63c5":[0,0,0,18,6], "classcbdc_1_1blocking__queue__internal.html#ae1e6e94b0ab0dd406836cea7105a7afc":[0,0,0,18,5], "classcbdc_1_1blocking__queue__internal.html#ae1e6e94b0ab0dd406836cea7105a7afc":[1,0,0,17,5], -"classcbdc_1_1blocking__queue__internal.html#af09cdcde43e03742d42e96e10c33cb9e":[0,0,0,18,9], "classcbdc_1_1blocking__queue__internal.html#af09cdcde43e03742d42e96e10c33cb9e":[1,0,0,17,9], -"classcbdc_1_1blocking__queue__internal.html#afa271c8f3211801427556fbbe8fd93ba":[1,0,0,17,7], +"classcbdc_1_1blocking__queue__internal.html#af09cdcde43e03742d42e96e10c33cb9e":[0,0,0,18,9], "classcbdc_1_1blocking__queue__internal.html#afa271c8f3211801427556fbbe8fd93ba":[0,0,0,18,7], -"classcbdc_1_1blocking__queue__internal.html#afd65df19989e0f3889eb283968249447":[1,0,0,17,1], +"classcbdc_1_1blocking__queue__internal.html#afa271c8f3211801427556fbbe8fd93ba":[1,0,0,17,7], "classcbdc_1_1blocking__queue__internal.html#afd65df19989e0f3889eb283968249447":[0,0,0,18,1], -"classcbdc_1_1buffer.html":[0,0,0,19], +"classcbdc_1_1blocking__queue__internal.html#afd65df19989e0f3889eb283968249447":[1,0,0,17,1], "classcbdc_1_1buffer.html":[1,0,0,18], -"classcbdc_1_1buffer.html#a06b7affff5f9d9cd9845c7a78d72ec76":[1,0,0,18,5], +"classcbdc_1_1buffer.html":[0,0,0,19], "classcbdc_1_1buffer.html#a06b7affff5f9d9cd9845c7a78d72ec76":[0,0,0,19,5], +"classcbdc_1_1buffer.html#a06b7affff5f9d9cd9845c7a78d72ec76":[1,0,0,18,5], "classcbdc_1_1buffer.html#a0b052c199c282af8b5509ad5a18ef590":[1,0,0,18,4], "classcbdc_1_1buffer.html#a0b052c199c282af8b5509ad5a18ef590":[0,0,0,19,4], -"classcbdc_1_1buffer.html#a1f00f1a81bcd1c222905a8e5285048ec":[1,0,0,18,10], "classcbdc_1_1buffer.html#a1f00f1a81bcd1c222905a8e5285048ec":[0,0,0,19,10], +"classcbdc_1_1buffer.html#a1f00f1a81bcd1c222905a8e5285048ec":[1,0,0,18,10], "classcbdc_1_1buffer.html#a43c97660b90e9e6b95b9b07cfb24b8b9":[1,0,0,18,13], "classcbdc_1_1buffer.html#a43c97660b90e9e6b95b9b07cfb24b8b9":[0,0,0,19,13], "classcbdc_1_1buffer.html#a5239e0c5ef81b070879af2c9487b7985":[1,0,0,18,3], "classcbdc_1_1buffer.html#a5239e0c5ef81b070879af2c9487b7985":[0,0,0,19,3], -"classcbdc_1_1buffer.html#a56039da82386b0c4c46efa386294bcaa":[1,0,0,18,1], "classcbdc_1_1buffer.html#a56039da82386b0c4c46efa386294bcaa":[0,0,0,19,1], +"classcbdc_1_1buffer.html#a56039da82386b0c4c46efa386294bcaa":[1,0,0,18,1], "classcbdc_1_1buffer.html#a5ed13a2cb51fd228e8a5251f07ed7d7f":[1,0,0,18,9], "classcbdc_1_1buffer.html#a5ed13a2cb51fd228e8a5251f07ed7d7f":[0,0,0,19,9], "classcbdc_1_1buffer.html#a720c9a8681156418c0cd3f9148a66fa4":[0,0,0,19,6], "classcbdc_1_1buffer.html#a720c9a8681156418c0cd3f9148a66fa4":[1,0,0,18,6], -"classcbdc_1_1buffer.html#a756895d5c248517411329560529346e3":[0,0,0,19,2], "classcbdc_1_1buffer.html#a756895d5c248517411329560529346e3":[1,0,0,18,2], -"classcbdc_1_1buffer.html#a7e4eaa0ace29deea54b6a65eb3587db9":[1,0,0,18,0], +"classcbdc_1_1buffer.html#a756895d5c248517411329560529346e3":[0,0,0,19,2], "classcbdc_1_1buffer.html#a7e4eaa0ace29deea54b6a65eb3587db9":[0,0,0,19,0], -"classcbdc_1_1buffer.html#a9360434d4bf3440f1d60a32aa3dd7d96":[0,0,0,19,12], +"classcbdc_1_1buffer.html#a7e4eaa0ace29deea54b6a65eb3587db9":[1,0,0,18,0], "classcbdc_1_1buffer.html#a9360434d4bf3440f1d60a32aa3dd7d96":[1,0,0,18,12], +"classcbdc_1_1buffer.html#a9360434d4bf3440f1d60a32aa3dd7d96":[0,0,0,19,12], "classcbdc_1_1buffer.html#a965d671e743ead416c601696fcedbad1":[0,0,0,19,11], "classcbdc_1_1buffer.html#a965d671e743ead416c601696fcedbad1":[1,0,0,18,11], -"classcbdc_1_1buffer.html#a9cd57eb343757f12ec5d0a473291428a":[0,0,0,19,7], "classcbdc_1_1buffer.html#a9cd57eb343757f12ec5d0a473291428a":[1,0,0,18,7], -"classcbdc_1_1buffer.html#abd6f8b2b42962484d285159957262243":[0,0,0,19,8], +"classcbdc_1_1buffer.html#a9cd57eb343757f12ec5d0a473291428a":[0,0,0,19,7], "classcbdc_1_1buffer.html#abd6f8b2b42962484d285159957262243":[1,0,0,18,8], +"classcbdc_1_1buffer.html#abd6f8b2b42962484d285159957262243":[0,0,0,19,8], "classcbdc_1_1buffer__serializer.html":[1,0,0,19], "classcbdc_1_1buffer__serializer.html":[0,0,0,20], -"classcbdc_1_1buffer__serializer.html#a00900c8239ca33bf8078b7db187af5b1":[0,0,0,20,1], "classcbdc_1_1buffer__serializer.html#a00900c8239ca33bf8078b7db187af5b1":[1,0,0,19,1], -"classcbdc_1_1buffer__serializer.html#a1e0d9e868505e6ac033a1e67093e3e0e":[0,0,0,20,4], +"classcbdc_1_1buffer__serializer.html#a00900c8239ca33bf8078b7db187af5b1":[0,0,0,20,1], "classcbdc_1_1buffer__serializer.html#a1e0d9e868505e6ac033a1e67093e3e0e":[1,0,0,19,4], +"classcbdc_1_1buffer__serializer.html#a1e0d9e868505e6ac033a1e67093e3e0e":[0,0,0,20,4], "classcbdc_1_1buffer__serializer.html#a24ece2099b95c4b5a0b675f760b70271":[1,0,0,19,6], "classcbdc_1_1buffer__serializer.html#a24ece2099b95c4b5a0b675f760b70271":[0,0,0,20,6], "classcbdc_1_1buffer__serializer.html#a2e81c0051d64295064caaf957f86990d":[0,0,0,20,2], @@ -82,108 +82,108 @@ var NAVTREEINDEX1 = "classcbdc_1_1buffer__serializer.html#aa7426a071ccd31d1f8b6f5b4d3887bc7":[0,0,0,20,3], "classcbdc_1_1buffer__serializer.html#abcc7298bae3c848f7dfc6ded9f14751b":[1,0,0,19,0], "classcbdc_1_1buffer__serializer.html#abcc7298bae3c848f7dfc6ded9f14751b":[0,0,0,20,0], -"classcbdc_1_1cache__set.html":[0,0,0,21], "classcbdc_1_1cache__set.html":[1,0,0,20], +"classcbdc_1_1cache__set.html":[0,0,0,21], "classcbdc_1_1cache__set.html#a18532c8c49c5155388c91f713d070318":[0,0,0,21,1], "classcbdc_1_1cache__set.html#a18532c8c49c5155388c91f713d070318":[1,0,0,20,1], "classcbdc_1_1cache__set.html#a33a2b78d45af26c9a8b6857343588aaa":[0,0,0,21,0], "classcbdc_1_1cache__set.html#a33a2b78d45af26c9a8b6857343588aaa":[1,0,0,20,0], -"classcbdc_1_1cache__set.html#ab34eae8fe19215baa5f42dad5c806585":[1,0,0,20,2], "classcbdc_1_1cache__set.html#ab34eae8fe19215baa5f42dad5c806585":[0,0,0,21,2], +"classcbdc_1_1cache__set.html#ab34eae8fe19215baa5f42dad5c806585":[1,0,0,20,2], "classcbdc_1_1cache__set.html#afff0ff675d79b4e73f01a6568bc0cbfe":[0,0,0,21,3], "classcbdc_1_1cache__set.html#afff0ff675d79b4e73f01a6568bc0cbfe":[1,0,0,20,3], "classcbdc_1_1client.html":[0,0,0,22], "classcbdc_1_1client.html":[1,0,0,21], "classcbdc_1_1client.html#a0036a244116de7a22f6d7f9f11db82cd":[0,0,0,22,19], "classcbdc_1_1client.html#a0036a244116de7a22f6d7f9f11db82cd":[1,0,0,21,19], -"classcbdc_1_1client.html#a013c689f714777857b583acc67a8f791":[1,0,0,21,10], "classcbdc_1_1client.html#a013c689f714777857b583acc67a8f791":[0,0,0,22,10], +"classcbdc_1_1client.html#a013c689f714777857b583acc67a8f791":[1,0,0,21,10], "classcbdc_1_1client.html#a05671135bb0528d7c97d0c2085c5e8bc":[0,0,0,22,12], "classcbdc_1_1client.html#a05671135bb0528d7c97d0c2085c5e8bc":[1,0,0,21,12], -"classcbdc_1_1client.html#a09e4c70aa8ec82b4bb03fddbadeb089d":[1,0,0,21,26], "classcbdc_1_1client.html#a09e4c70aa8ec82b4bb03fddbadeb089d":[0,0,0,22,26], +"classcbdc_1_1client.html#a09e4c70aa8ec82b4bb03fddbadeb089d":[1,0,0,21,26], "classcbdc_1_1client.html#a0a4d3fe7cd62fb9326735fd7ea3069d4":[0,0,0,22,20], "classcbdc_1_1client.html#a0a4d3fe7cd62fb9326735fd7ea3069d4":[1,0,0,21,20], -"classcbdc_1_1client.html#a11059a53fa23c06eae5dcde2db86f8b6":[0,0,0,22,4], "classcbdc_1_1client.html#a11059a53fa23c06eae5dcde2db86f8b6":[1,0,0,21,4], -"classcbdc_1_1client.html#a1628db25f881bf188ae03d0d20c7edfe":[1,0,0,21,23], +"classcbdc_1_1client.html#a11059a53fa23c06eae5dcde2db86f8b6":[0,0,0,22,4], "classcbdc_1_1client.html#a1628db25f881bf188ae03d0d20c7edfe":[0,0,0,22,23], +"classcbdc_1_1client.html#a1628db25f881bf188ae03d0d20c7edfe":[1,0,0,21,23], "classcbdc_1_1client.html#a1da589159e3e607a60f228d8ba668a20":[1,0,0,21,8], "classcbdc_1_1client.html#a1da589159e3e607a60f228d8ba668a20":[0,0,0,22,8], "classcbdc_1_1client.html#a24c73d12e6f732263a02a300b3149342":[1,0,0,21,1], "classcbdc_1_1client.html#a24c73d12e6f732263a02a300b3149342":[0,0,0,22,1], -"classcbdc_1_1client.html#a2c40a9b1fa75d8a2a9ccaf692acb863b":[0,0,0,22,6], "classcbdc_1_1client.html#a2c40a9b1fa75d8a2a9ccaf692acb863b":[1,0,0,21,6], +"classcbdc_1_1client.html#a2c40a9b1fa75d8a2a9ccaf692acb863b":[0,0,0,22,6], "classcbdc_1_1client.html#a34d48b9a1d6df47124403a4abad7ca9e":[0,0,0,22,15], "classcbdc_1_1client.html#a34d48b9a1d6df47124403a4abad7ca9e":[1,0,0,21,15], "classcbdc_1_1client.html#a5371eb8f02849e3f5d1dffe40e422cef":[1,0,0,21,5], "classcbdc_1_1client.html#a5371eb8f02849e3f5d1dffe40e422cef":[0,0,0,22,5], "classcbdc_1_1client.html#a58036746b09bae0a0a5684f3c7b17ce0":[0,0,0,22,25], "classcbdc_1_1client.html#a58036746b09bae0a0a5684f3c7b17ce0":[1,0,0,21,25], -"classcbdc_1_1client.html#a6fec831beb2121296dff646a5b33301e":[1,0,0,21,21], "classcbdc_1_1client.html#a6fec831beb2121296dff646a5b33301e":[0,0,0,22,21], -"classcbdc_1_1client.html#a70eb1ae78aba07fa4a48ba5b170fd1a5":[0,0,0,22,13], +"classcbdc_1_1client.html#a6fec831beb2121296dff646a5b33301e":[1,0,0,21,21], "classcbdc_1_1client.html#a70eb1ae78aba07fa4a48ba5b170fd1a5":[1,0,0,21,13], -"classcbdc_1_1client.html#a766a62b05641b8c62c5686196e14b28c":[1,0,0,21,2], +"classcbdc_1_1client.html#a70eb1ae78aba07fa4a48ba5b170fd1a5":[0,0,0,22,13], "classcbdc_1_1client.html#a766a62b05641b8c62c5686196e14b28c":[0,0,0,22,2], +"classcbdc_1_1client.html#a766a62b05641b8c62c5686196e14b28c":[1,0,0,21,2], "classcbdc_1_1client.html#a7fb0459cc895eb3c3c20b7223050f16b":[1,0,0,21,11], "classcbdc_1_1client.html#a7fb0459cc895eb3c3c20b7223050f16b":[0,0,0,22,11], "classcbdc_1_1client.html#a86b27aa0a894d10ca06ded3eecb5108f":[1,0,0,21,24], "classcbdc_1_1client.html#a86b27aa0a894d10ca06ded3eecb5108f":[0,0,0,22,24], "classcbdc_1_1client.html#a8aa0a08056fa74e5687f31e604308eb7":[1,0,0,21,17], "classcbdc_1_1client.html#a8aa0a08056fa74e5687f31e604308eb7":[0,0,0,22,17], -"classcbdc_1_1client.html#aa7ba652d75878fa09a1c0bc9955d9615":[0,0,0,22,16], "classcbdc_1_1client.html#aa7ba652d75878fa09a1c0bc9955d9615":[1,0,0,21,16], -"classcbdc_1_1client.html#aa7d80bfa50ae4444522f1462a1dbd00a":[1,0,0,21,9], +"classcbdc_1_1client.html#aa7ba652d75878fa09a1c0bc9955d9615":[0,0,0,22,16], "classcbdc_1_1client.html#aa7d80bfa50ae4444522f1462a1dbd00a":[0,0,0,22,9], +"classcbdc_1_1client.html#aa7d80bfa50ae4444522f1462a1dbd00a":[1,0,0,21,9], "classcbdc_1_1client.html#abcbe8fe61a5418df6e23b09555ca7f1c":[0,0,0,22,27], "classcbdc_1_1client.html#abcbe8fe61a5418df6e23b09555ca7f1c":[1,0,0,21,27], "classcbdc_1_1client.html#abd8bdadd606140207fbc930f972cf9d3":[1,0,0,21,0], "classcbdc_1_1client.html#abd8bdadd606140207fbc930f972cf9d3":[0,0,0,22,0], "classcbdc_1_1client.html#abd8bdadd606140207fbc930f972cf9d3ae4afe26b5b57083f74b2d01c7066379c":[1,0,0,21,0,0], "classcbdc_1_1client.html#abd8bdadd606140207fbc930f972cf9d3ae4afe26b5b57083f74b2d01c7066379c":[0,0,0,22,0,0], -"classcbdc_1_1client.html#aca3e2a73e6593441ec939e97a01118c8":[0,0,0,22,7], "classcbdc_1_1client.html#aca3e2a73e6593441ec939e97a01118c8":[1,0,0,21,7], -"classcbdc_1_1client.html#acef58911490463ee2a501dca01e147dc":[1,0,0,21,3], +"classcbdc_1_1client.html#aca3e2a73e6593441ec939e97a01118c8":[0,0,0,22,7], "classcbdc_1_1client.html#acef58911490463ee2a501dca01e147dc":[0,0,0,22,3], +"classcbdc_1_1client.html#acef58911490463ee2a501dca01e147dc":[1,0,0,21,3], "classcbdc_1_1client.html#af150545d409bf0312e5e724c49f89984":[1,0,0,21,18], "classcbdc_1_1client.html#af150545d409bf0312e5e724c49f89984":[0,0,0,22,18], "classcbdc_1_1client.html#af183f0fc2d53d4185350b6af771c8d5c":[0,0,0,22,22], "classcbdc_1_1client.html#af183f0fc2d53d4185350b6af771c8d5c":[1,0,0,21,22], -"classcbdc_1_1client.html#afcf817206595b55c80926c6efeb95a86":[0,0,0,22,14], "classcbdc_1_1client.html#afcf817206595b55c80926c6efeb95a86":[1,0,0,21,14], +"classcbdc_1_1client.html#afcf817206595b55c80926c6efeb95a86":[0,0,0,22,14], "classcbdc_1_1config_1_1parser.html":[1,0,0,2,1], "classcbdc_1_1config_1_1parser.html":[0,0,0,3,2], -"classcbdc_1_1config_1_1parser.html#a2d05558a2a7c6684b529f41e59c4cb0d":[1,0,0,2,1,3], "classcbdc_1_1config_1_1parser.html#a2d05558a2a7c6684b529f41e59c4cb0d":[0,0,0,3,2,3], -"classcbdc_1_1config_1_1parser.html#a7cda9d6db03854940a3e4ca8c990f8b8":[1,0,0,2,1,5], +"classcbdc_1_1config_1_1parser.html#a2d05558a2a7c6684b529f41e59c4cb0d":[1,0,0,2,1,3], "classcbdc_1_1config_1_1parser.html#a7cda9d6db03854940a3e4ca8c990f8b8":[0,0,0,3,2,5], +"classcbdc_1_1config_1_1parser.html#a7cda9d6db03854940a3e4ca8c990f8b8":[1,0,0,2,1,5], "classcbdc_1_1config_1_1parser.html#a951a08be8df7a50407de43a808921434":[1,0,0,2,1,2], "classcbdc_1_1config_1_1parser.html#a951a08be8df7a50407de43a808921434":[0,0,0,3,2,2], -"classcbdc_1_1config_1_1parser.html#a9c66edda0c23d8f853c42d0cabbbf54f":[0,0,0,3,2,1], "classcbdc_1_1config_1_1parser.html#a9c66edda0c23d8f853c42d0cabbbf54f":[1,0,0,2,1,1], -"classcbdc_1_1config_1_1parser.html#ac6c1367a2fca2350d69a8a17d64bc714":[0,0,0,3,2,6], +"classcbdc_1_1config_1_1parser.html#a9c66edda0c23d8f853c42d0cabbbf54f":[0,0,0,3,2,1], "classcbdc_1_1config_1_1parser.html#ac6c1367a2fca2350d69a8a17d64bc714":[1,0,0,2,1,6], +"classcbdc_1_1config_1_1parser.html#ac6c1367a2fca2350d69a8a17d64bc714":[0,0,0,3,2,6], "classcbdc_1_1config_1_1parser.html#ac7a489592dc3946a4438770de99996cd":[1,0,0,2,1,0], "classcbdc_1_1config_1_1parser.html#ac7a489592dc3946a4438770de99996cd":[0,0,0,3,2,0], "classcbdc_1_1config_1_1parser.html#aede10c36516cd27ad087ad05b6862b47":[1,0,0,2,1,4], "classcbdc_1_1config_1_1parser.html#aede10c36516cd27ad087ad05b6862b47":[0,0,0,3,2,4], -"classcbdc_1_1coordinator_1_1controller.html":[0,0,0,4,1], "classcbdc_1_1coordinator_1_1controller.html":[1,0,0,3,1], +"classcbdc_1_1coordinator_1_1controller.html":[0,0,0,4,1], "classcbdc_1_1coordinator_1_1controller.html#a1e35f03c4a4f4fd4b0dfc9b46db20116":[1,0,0,3,1,10], "classcbdc_1_1coordinator_1_1controller.html#a1e35f03c4a4f4fd4b0dfc9b46db20116":[0,0,0,4,1,10], "classcbdc_1_1coordinator_1_1controller.html#a4dc807d973fb85436bd0042ee5ee07dc":[1,0,0,3,1,9], "classcbdc_1_1coordinator_1_1controller.html#a4dc807d973fb85436bd0042ee5ee07dc":[0,0,0,4,1,9], -"classcbdc_1_1coordinator_1_1controller.html#a66cab6aa14abc355d86a1eb8ad711745":[1,0,0,3,1,3], "classcbdc_1_1coordinator_1_1controller.html#a66cab6aa14abc355d86a1eb8ad711745":[0,0,0,4,1,3], -"classcbdc_1_1coordinator_1_1controller.html#a75a5d5cc3a70d620d34501f350559915":[0,0,0,4,1,12], +"classcbdc_1_1coordinator_1_1controller.html#a66cab6aa14abc355d86a1eb8ad711745":[1,0,0,3,1,3], "classcbdc_1_1coordinator_1_1controller.html#a75a5d5cc3a70d620d34501f350559915":[1,0,0,3,1,12], +"classcbdc_1_1coordinator_1_1controller.html#a75a5d5cc3a70d620d34501f350559915":[0,0,0,4,1,12], "classcbdc_1_1coordinator_1_1controller.html#a78595654c02dcf7d4489443536314f3f":[0,0,0,4,1,13], "classcbdc_1_1coordinator_1_1controller.html#a78595654c02dcf7d4489443536314f3f":[1,0,0,3,1,13], "classcbdc_1_1coordinator_1_1controller.html#a7c536ed7b4485c2b4488cc1cabe5739c":[1,0,0,3,1,18], "classcbdc_1_1coordinator_1_1controller.html#a7c536ed7b4485c2b4488cc1cabe5739c":[0,0,0,4,1,18], -"classcbdc_1_1coordinator_1_1controller.html#a7e2301436276edecf07d41c3262b0ae8":[1,0,0,3,1,7], "classcbdc_1_1coordinator_1_1controller.html#a7e2301436276edecf07d41c3262b0ae8":[0,0,0,4,1,7], +"classcbdc_1_1coordinator_1_1controller.html#a7e2301436276edecf07d41c3262b0ae8":[1,0,0,3,1,7], "classcbdc_1_1coordinator_1_1controller.html#a84db62d2d4a146eed65d9b001f66d6a8":[0,0,0,4,1,5], "classcbdc_1_1coordinator_1_1controller.html#a84db62d2d4a146eed65d9b001f66d6a8":[1,0,0,3,1,5], "classcbdc_1_1coordinator_1_1controller.html#a8a781486a6499fcc21b81997d73d58f4":[1,0,0,3,1,15], @@ -196,38 +196,38 @@ var NAVTREEINDEX1 = "classcbdc_1_1coordinator_1_1controller.html#aae2e2128b18c6244719606419f1b36b7":[1,0,0,3,1,4], "classcbdc_1_1coordinator_1_1controller.html#ab1dc41cb92f1accb7b354f36385a5dcb":[0,0,0,4,1,6], "classcbdc_1_1coordinator_1_1controller.html#ab1dc41cb92f1accb7b354f36385a5dcb":[1,0,0,3,1,6], -"classcbdc_1_1coordinator_1_1controller.html#ac135f5c93aee103c114d6c9c07eaf3aa":[1,0,0,3,1,14], "classcbdc_1_1coordinator_1_1controller.html#ac135f5c93aee103c114d6c9c07eaf3aa":[0,0,0,4,1,14], -"classcbdc_1_1coordinator_1_1controller.html#accb3d77bc2fd1ff042634d6c226f1aad":[1,0,0,3,1,17], +"classcbdc_1_1coordinator_1_1controller.html#ac135f5c93aee103c114d6c9c07eaf3aa":[1,0,0,3,1,14], "classcbdc_1_1coordinator_1_1controller.html#accb3d77bc2fd1ff042634d6c226f1aad":[0,0,0,4,1,17], -"classcbdc_1_1coordinator_1_1controller.html#afd84c5c81746e98508a6a6b15ee62a0b":[0,0,0,4,1,8], +"classcbdc_1_1coordinator_1_1controller.html#accb3d77bc2fd1ff042634d6c226f1aad":[1,0,0,3,1,17], "classcbdc_1_1coordinator_1_1controller.html#afd84c5c81746e98508a6a6b15ee62a0b":[1,0,0,3,1,8], +"classcbdc_1_1coordinator_1_1controller.html#afd84c5c81746e98508a6a6b15ee62a0b":[0,0,0,4,1,8], "classcbdc_1_1coordinator_1_1distributed__tx.html":[1,0,0,3,2], "classcbdc_1_1coordinator_1_1distributed__tx.html":[0,0,0,4,2], -"classcbdc_1_1coordinator_1_1distributed__tx.html#a185336cd9e7170ef16b0ea1dac791228":[0,0,0,4,2,1], "classcbdc_1_1coordinator_1_1distributed__tx.html#a185336cd9e7170ef16b0ea1dac791228":[1,0,0,3,2,1], -"classcbdc_1_1coordinator_1_1distributed__tx.html#a1a8d74aa17377f1d72b0cb33b2198020":[0,0,0,4,2,13], +"classcbdc_1_1coordinator_1_1distributed__tx.html#a185336cd9e7170ef16b0ea1dac791228":[0,0,0,4,2,1], "classcbdc_1_1coordinator_1_1distributed__tx.html#a1a8d74aa17377f1d72b0cb33b2198020":[1,0,0,3,2,13], -"classcbdc_1_1coordinator_1_1distributed__tx.html#a230f62211c8cb684408cf1614874d28f":[0,0,0,4,2,17], +"classcbdc_1_1coordinator_1_1distributed__tx.html#a1a8d74aa17377f1d72b0cb33b2198020":[0,0,0,4,2,13], "classcbdc_1_1coordinator_1_1distributed__tx.html#a230f62211c8cb684408cf1614874d28f":[1,0,0,3,2,17], -"classcbdc_1_1coordinator_1_1distributed__tx.html#a370b10ffcf21703d8a268e94c0941802":[0,0,0,4,2,8], +"classcbdc_1_1coordinator_1_1distributed__tx.html#a230f62211c8cb684408cf1614874d28f":[0,0,0,4,2,17], "classcbdc_1_1coordinator_1_1distributed__tx.html#a370b10ffcf21703d8a268e94c0941802":[1,0,0,3,2,8], +"classcbdc_1_1coordinator_1_1distributed__tx.html#a370b10ffcf21703d8a268e94c0941802":[0,0,0,4,2,8], "classcbdc_1_1coordinator_1_1distributed__tx.html#a445d950e597d19b548c3d6028b3b5fa7":[1,0,0,3,2,10], "classcbdc_1_1coordinator_1_1distributed__tx.html#a445d950e597d19b548c3d6028b3b5fa7":[0,0,0,4,2,10], -"classcbdc_1_1coordinator_1_1distributed__tx.html#a4e5669d96357d7ef4cbe31445d2e3585":[1,0,0,3,2,7], "classcbdc_1_1coordinator_1_1distributed__tx.html#a4e5669d96357d7ef4cbe31445d2e3585":[0,0,0,4,2,7], +"classcbdc_1_1coordinator_1_1distributed__tx.html#a4e5669d96357d7ef4cbe31445d2e3585":[1,0,0,3,2,7], "classcbdc_1_1coordinator_1_1distributed__tx.html#a52f1d0595389e11130e2d65e6d5e9264":[1,0,0,3,2,14], "classcbdc_1_1coordinator_1_1distributed__tx.html#a52f1d0595389e11130e2d65e6d5e9264":[0,0,0,4,2,14], "classcbdc_1_1coordinator_1_1distributed__tx.html#a71d5d6ecc78a28643c788acad88d506f":[1,0,0,3,2,4], "classcbdc_1_1coordinator_1_1distributed__tx.html#a71d5d6ecc78a28643c788acad88d506f":[0,0,0,4,2,4], "classcbdc_1_1coordinator_1_1distributed__tx.html#a71d5d6ecc78a28643c788acad88d506fa0ee63ccea22773b7b711a299adc32792":[0,0,0,4,2,4,1], "classcbdc_1_1coordinator_1_1distributed__tx.html#a71d5d6ecc78a28643c788acad88d506fa0ee63ccea22773b7b711a299adc32792":[1,0,0,3,2,4,1], -"classcbdc_1_1coordinator_1_1distributed__tx.html#a71d5d6ecc78a28643c788acad88d506fa26934eb377001f66e37289a5c93fe284":[1,0,0,3,2,4,5], "classcbdc_1_1coordinator_1_1distributed__tx.html#a71d5d6ecc78a28643c788acad88d506fa26934eb377001f66e37289a5c93fe284":[0,0,0,4,2,4,5], +"classcbdc_1_1coordinator_1_1distributed__tx.html#a71d5d6ecc78a28643c788acad88d506fa26934eb377001f66e37289a5c93fe284":[1,0,0,3,2,4,5], "classcbdc_1_1coordinator_1_1distributed__tx.html#a71d5d6ecc78a28643c788acad88d506fa6b2ded51d81a4403d8a4bd25fa1e57ee":[1,0,0,3,2,4,4], "classcbdc_1_1coordinator_1_1distributed__tx.html#a71d5d6ecc78a28643c788acad88d506fa6b2ded51d81a4403d8a4bd25fa1e57ee":[0,0,0,4,2,4,4], -"classcbdc_1_1coordinator_1_1distributed__tx.html#a71d5d6ecc78a28643c788acad88d506fa70f68bb2f748b85de6526bfe236ea1e9":[0,0,0,4,2,4,3], "classcbdc_1_1coordinator_1_1distributed__tx.html#a71d5d6ecc78a28643c788acad88d506fa70f68bb2f748b85de6526bfe236ea1e9":[1,0,0,3,2,4,3], +"classcbdc_1_1coordinator_1_1distributed__tx.html#a71d5d6ecc78a28643c788acad88d506fa70f68bb2f748b85de6526bfe236ea1e9":[0,0,0,4,2,4,3], "classcbdc_1_1coordinator_1_1distributed__tx.html#a71d5d6ecc78a28643c788acad88d506faea2b2676c28c0db26d39331a336c6b92":[1,0,0,3,2,4,0], "classcbdc_1_1coordinator_1_1distributed__tx.html#a71d5d6ecc78a28643c788acad88d506faea2b2676c28c0db26d39331a336c6b92":[0,0,0,4,2,4,0], "classcbdc_1_1coordinator_1_1distributed__tx.html#a71d5d6ecc78a28643c788acad88d506fafffca4d67ea0a788813031b8bbc3b329":[0,0,0,4,2,4,2], @@ -236,18 +236,18 @@ var NAVTREEINDEX1 = "classcbdc_1_1coordinator_1_1distributed__tx.html#a836830df9666d8d640ce87d9fec4e7fb":[1,0,0,3,2,11], "classcbdc_1_1coordinator_1_1distributed__tx.html#a8cc25823855f3a4c89162e6ee51990e8":[0,0,0,4,2,6], "classcbdc_1_1coordinator_1_1distributed__tx.html#a8cc25823855f3a4c89162e6ee51990e8":[1,0,0,3,2,6], -"classcbdc_1_1coordinator_1_1distributed__tx.html#aaa8559dc7ccbbc26cf65c5a2c80843b7":[0,0,0,4,2,12], "classcbdc_1_1coordinator_1_1distributed__tx.html#aaa8559dc7ccbbc26cf65c5a2c80843b7":[1,0,0,3,2,12], +"classcbdc_1_1coordinator_1_1distributed__tx.html#aaa8559dc7ccbbc26cf65c5a2c80843b7":[0,0,0,4,2,12], "classcbdc_1_1coordinator_1_1distributed__tx.html#ab224ce2a5e57c82789c01d4ff7fe23d0":[0,0,0,4,2,3], "classcbdc_1_1coordinator_1_1distributed__tx.html#ab224ce2a5e57c82789c01d4ff7fe23d0":[1,0,0,3,2,3], -"classcbdc_1_1coordinator_1_1distributed__tx.html#ac450c7f6bfb87a2ff61b0fbcf4973662":[1,0,0,3,2,0], "classcbdc_1_1coordinator_1_1distributed__tx.html#ac450c7f6bfb87a2ff61b0fbcf4973662":[0,0,0,4,2,0], -"classcbdc_1_1coordinator_1_1distributed__tx.html#add273c30ab3ea59ba17e662045eb2a3e":[1,0,0,3,2,9], +"classcbdc_1_1coordinator_1_1distributed__tx.html#ac450c7f6bfb87a2ff61b0fbcf4973662":[1,0,0,3,2,0], "classcbdc_1_1coordinator_1_1distributed__tx.html#add273c30ab3ea59ba17e662045eb2a3e":[0,0,0,4,2,9], +"classcbdc_1_1coordinator_1_1distributed__tx.html#add273c30ab3ea59ba17e662045eb2a3e":[1,0,0,3,2,9], "classcbdc_1_1coordinator_1_1distributed__tx.html#ae52f54b5444e7448258aa9a49670cd90":[1,0,0,3,2,5], "classcbdc_1_1coordinator_1_1distributed__tx.html#ae52f54b5444e7448258aa9a49670cd90":[0,0,0,4,2,5], -"classcbdc_1_1coordinator_1_1distributed__tx.html#ae56a2e9f8aa05babe02afbb44b39353d":[1,0,0,3,2,16], "classcbdc_1_1coordinator_1_1distributed__tx.html#ae56a2e9f8aa05babe02afbb44b39353d":[0,0,0,4,2,16], +"classcbdc_1_1coordinator_1_1distributed__tx.html#ae56a2e9f8aa05babe02afbb44b39353d":[1,0,0,3,2,16], "classcbdc_1_1coordinator_1_1distributed__tx.html#ae84506a65e497c4984de423c4a5a905c":[0,0,0,4,2,2], "classcbdc_1_1coordinator_1_1distributed__tx.html#ae84506a65e497c4984de423c4a5a905c":[1,0,0,3,2,2] }; diff --git a/navtreeindex10.js b/navtreeindex10.js index 907c74be5..200f0990d 100644 --- a/navtreeindex10.js +++ b/navtreeindex10.js @@ -1,7 +1,7 @@ var NAVTREEINDEX10 = { -"classcbdc_1_1watchtower_1_1error__cache.html#a6c3dbfe9c94c0779cc56ae337b32f423":[1,0,0,15,6,4], "classcbdc_1_1watchtower_1_1error__cache.html#a6c3dbfe9c94c0779cc56ae337b32f423":[0,0,0,16,6,4], +"classcbdc_1_1watchtower_1_1error__cache.html#a6c3dbfe9c94c0779cc56ae337b32f423":[1,0,0,15,6,4], "classcbdc_1_1watchtower_1_1error__cache.html#aad7456a4c6505be23667f35907b07fa9":[0,0,0,16,6,3], "classcbdc_1_1watchtower_1_1error__cache.html#aad7456a4c6505be23667f35907b07fa9":[1,0,0,15,6,3], "classcbdc_1_1watchtower_1_1request.html":[0,0,0,16,7], @@ -16,42 +16,42 @@ var NAVTREEINDEX10 = "classcbdc_1_1watchtower_1_1request.html#a70eb565260e109e1be78fc2d57dd207f":[1,0,0,15,7,3], "classcbdc_1_1watchtower_1_1request.html#a84bf11d8694638f3ff92abb2948addc1":[0,0,0,16,7,4], "classcbdc_1_1watchtower_1_1request.html#a84bf11d8694638f3ff92abb2948addc1":[1,0,0,15,7,4], -"classcbdc_1_1watchtower_1_1request.html#ab6af9335720fb9f1c4539bae574e3cc5":[1,0,0,15,7,0], "classcbdc_1_1watchtower_1_1request.html#ab6af9335720fb9f1c4539bae574e3cc5":[0,0,0,16,7,0], -"classcbdc_1_1watchtower_1_1request.html#ac7a41bb1ee42a23b9727e6d47b257985":[0,0,0,16,7,1], +"classcbdc_1_1watchtower_1_1request.html#ab6af9335720fb9f1c4539bae574e3cc5":[1,0,0,15,7,0], "classcbdc_1_1watchtower_1_1request.html#ac7a41bb1ee42a23b9727e6d47b257985":[1,0,0,15,7,1], +"classcbdc_1_1watchtower_1_1request.html#ac7a41bb1ee42a23b9727e6d47b257985":[0,0,0,16,7,1], "classcbdc_1_1watchtower_1_1response.html":[1,0,0,15,8], "classcbdc_1_1watchtower_1_1response.html":[0,0,0,16,8], -"classcbdc_1_1watchtower_1_1response.html#a0871ebf2ba1bd81b91c9222893459873":[1,0,0,15,8,6], "classcbdc_1_1watchtower_1_1response.html#a0871ebf2ba1bd81b91c9222893459873":[0,0,0,16,8,6], -"classcbdc_1_1watchtower_1_1response.html#a2eda9d8ee46cff82f7e6564203d36395":[1,0,0,15,8,1], +"classcbdc_1_1watchtower_1_1response.html#a0871ebf2ba1bd81b91c9222893459873":[1,0,0,15,8,6], "classcbdc_1_1watchtower_1_1response.html#a2eda9d8ee46cff82f7e6564203d36395":[0,0,0,16,8,1], +"classcbdc_1_1watchtower_1_1response.html#a2eda9d8ee46cff82f7e6564203d36395":[1,0,0,15,8,1], "classcbdc_1_1watchtower_1_1response.html#a59a35a99483f338a0490ad18dfe26296":[0,0,0,16,8,2], "classcbdc_1_1watchtower_1_1response.html#a59a35a99483f338a0490ad18dfe26296":[1,0,0,15,8,2], "classcbdc_1_1watchtower_1_1response.html#a5db45bec58980489b7d503e92cb0505a":[1,0,0,15,8,3], "classcbdc_1_1watchtower_1_1response.html#a5db45bec58980489b7d503e92cb0505a":[0,0,0,16,8,3], "classcbdc_1_1watchtower_1_1response.html#a7ad3b07ed879e476a70abbe7f61171bc":[1,0,0,15,8,0], "classcbdc_1_1watchtower_1_1response.html#a7ad3b07ed879e476a70abbe7f61171bc":[0,0,0,16,8,0], -"classcbdc_1_1watchtower_1_1response.html#aa1e06b4af5dd59b9b6a10e267a55afa0":[0,0,0,16,8,5], "classcbdc_1_1watchtower_1_1response.html#aa1e06b4af5dd59b9b6a10e267a55afa0":[1,0,0,15,8,5], +"classcbdc_1_1watchtower_1_1response.html#aa1e06b4af5dd59b9b6a10e267a55afa0":[0,0,0,16,8,5], "classcbdc_1_1watchtower_1_1response.html#ae19c79156d2760d33fd62c2b09a96714":[1,0,0,15,8,4], "classcbdc_1_1watchtower_1_1response.html#ae19c79156d2760d33fd62c2b09a96714":[0,0,0,16,8,4], -"classcbdc_1_1watchtower_1_1status__request__check__success.html":[0,0,0,16,9], "classcbdc_1_1watchtower_1_1status__request__check__success.html":[1,0,0,15,9], +"classcbdc_1_1watchtower_1_1status__request__check__success.html":[0,0,0,16,9], "classcbdc_1_1watchtower_1_1status__request__check__success.html#a4d8df57c8a5b75d991aab6cbf4f3d4b5":[1,0,0,15,9,4], "classcbdc_1_1watchtower_1_1status__request__check__success.html#a4d8df57c8a5b75d991aab6cbf4f3d4b5":[0,0,0,16,9,4], -"classcbdc_1_1watchtower_1_1status__request__check__success.html#a5a181f00320b7f86e553b0870a29fe05":[0,0,0,16,9,0], "classcbdc_1_1watchtower_1_1status__request__check__success.html#a5a181f00320b7f86e553b0870a29fe05":[1,0,0,15,9,0], +"classcbdc_1_1watchtower_1_1status__request__check__success.html#a5a181f00320b7f86e553b0870a29fe05":[0,0,0,16,9,0], "classcbdc_1_1watchtower_1_1status__request__check__success.html#a606a3a39a83433d74c90d7644cd04aaa":[0,0,0,16,9,3], "classcbdc_1_1watchtower_1_1status__request__check__success.html#a606a3a39a83433d74c90d7644cd04aaa":[1,0,0,15,9,3], "classcbdc_1_1watchtower_1_1status__request__check__success.html#a61da5f7103eca9e15f79b8c88488c4ab":[1,0,0,15,9,1], "classcbdc_1_1watchtower_1_1status__request__check__success.html#a61da5f7103eca9e15f79b8c88488c4ab":[0,0,0,16,9,1], "classcbdc_1_1watchtower_1_1status__request__check__success.html#a892d9afcebc95e5afd2b92ef4f01e201":[0,0,0,16,9,6], "classcbdc_1_1watchtower_1_1status__request__check__success.html#a892d9afcebc95e5afd2b92ef4f01e201":[1,0,0,15,9,6], -"classcbdc_1_1watchtower_1_1status__request__check__success.html#aa4939f5294b2541be409fae2b3aaa78e":[0,0,0,16,9,5], "classcbdc_1_1watchtower_1_1status__request__check__success.html#aa4939f5294b2541be409fae2b3aaa78e":[1,0,0,15,9,5], -"classcbdc_1_1watchtower_1_1status__request__check__success.html#aa7bd409c8b5f3278973a60bb405369a7":[1,0,0,15,9,2], +"classcbdc_1_1watchtower_1_1status__request__check__success.html#aa4939f5294b2541be409fae2b3aaa78e":[0,0,0,16,9,5], "classcbdc_1_1watchtower_1_1status__request__check__success.html#aa7bd409c8b5f3278973a60bb405369a7":[0,0,0,16,9,2], +"classcbdc_1_1watchtower_1_1status__request__check__success.html#aa7bd409c8b5f3278973a60bb405369a7":[1,0,0,15,9,2], "classcbdc_1_1watchtower_1_1status__update__request.html":[0,0,0,16,10], "classcbdc_1_1watchtower_1_1status__update__request.html":[1,0,0,15,10], "classcbdc_1_1watchtower_1_1status__update__request.html#a2554807f90637cf3f4db25a26cafa37e":[1,0,0,15,10,2], @@ -62,60 +62,60 @@ var NAVTREEINDEX10 = "classcbdc_1_1watchtower_1_1status__update__request.html#a3b5d69da2fd29d1dc57cf66ed85c3289":[0,0,0,16,10,5], "classcbdc_1_1watchtower_1_1status__update__request.html#a5493312e7d52109dcda1c34896f66969":[1,0,0,15,10,6], "classcbdc_1_1watchtower_1_1status__update__request.html#a5493312e7d52109dcda1c34896f66969":[0,0,0,16,10,6], -"classcbdc_1_1watchtower_1_1status__update__request.html#a8b4021386e951daef107d3c07a98b56d":[0,0,0,16,10,1], "classcbdc_1_1watchtower_1_1status__update__request.html#a8b4021386e951daef107d3c07a98b56d":[1,0,0,15,10,1], -"classcbdc_1_1watchtower_1_1status__update__request.html#abfa8d1fbf8494c135e3a09e6cd5ff792":[0,0,0,16,10,3], +"classcbdc_1_1watchtower_1_1status__update__request.html#a8b4021386e951daef107d3c07a98b56d":[0,0,0,16,10,1], "classcbdc_1_1watchtower_1_1status__update__request.html#abfa8d1fbf8494c135e3a09e6cd5ff792":[1,0,0,15,10,3], +"classcbdc_1_1watchtower_1_1status__update__request.html#abfa8d1fbf8494c135e3a09e6cd5ff792":[0,0,0,16,10,3], "classcbdc_1_1watchtower_1_1status__update__request.html#afd17c531cd6ff241e85028da5d9e6de6":[0,0,0,16,10,0], "classcbdc_1_1watchtower_1_1status__update__request.html#afd17c531cd6ff241e85028da5d9e6de6":[1,0,0,15,10,0], "classcbdc_1_1watchtower_1_1status__update__state.html":[1,0,0,15,11], "classcbdc_1_1watchtower_1_1status__update__state.html":[0,0,0,16,11], -"classcbdc_1_1watchtower_1_1status__update__state.html#a03a00a9b14448fe83e0791db6347455e":[1,0,0,15,11,1], "classcbdc_1_1watchtower_1_1status__update__state.html#a03a00a9b14448fe83e0791db6347455e":[0,0,0,16,11,1], +"classcbdc_1_1watchtower_1_1status__update__state.html#a03a00a9b14448fe83e0791db6347455e":[1,0,0,15,11,1], "classcbdc_1_1watchtower_1_1status__update__state.html#a20653cdf9dc0d7c167de34e220d3e3bc":[0,0,0,16,11,3], "classcbdc_1_1watchtower_1_1status__update__state.html#a20653cdf9dc0d7c167de34e220d3e3bc":[1,0,0,15,11,3], -"classcbdc_1_1watchtower_1_1status__update__state.html#a2167d4bdb930d434457ff4070b9d43f1":[1,0,0,15,11,0], "classcbdc_1_1watchtower_1_1status__update__state.html#a2167d4bdb930d434457ff4070b9d43f1":[0,0,0,16,11,0], +"classcbdc_1_1watchtower_1_1status__update__state.html#a2167d4bdb930d434457ff4070b9d43f1":[1,0,0,15,11,0], "classcbdc_1_1watchtower_1_1status__update__state.html#a30e1e50b5af597f1247446c182a3643b":[1,0,0,15,11,2], "classcbdc_1_1watchtower_1_1status__update__state.html#a30e1e50b5af597f1247446c182a3643b":[0,0,0,16,11,2], "classcbdc_1_1watchtower_1_1status__update__state.html#a5404bab2f9c11e940330fbdead86296a":[1,0,0,15,11,4], "classcbdc_1_1watchtower_1_1status__update__state.html#a5404bab2f9c11e940330fbdead86296a":[0,0,0,16,11,4], -"classcbdc_1_1watchtower_1_1status__update__state.html#a68180e9e74c38a46ef9151eb52eb143c":[1,0,0,15,11,7], "classcbdc_1_1watchtower_1_1status__update__state.html#a68180e9e74c38a46ef9151eb52eb143c":[0,0,0,16,11,7], -"classcbdc_1_1watchtower_1_1status__update__state.html#ab33f4a99d5cc22d486433096521ae2b1":[1,0,0,15,11,8], +"classcbdc_1_1watchtower_1_1status__update__state.html#a68180e9e74c38a46ef9151eb52eb143c":[1,0,0,15,11,7], "classcbdc_1_1watchtower_1_1status__update__state.html#ab33f4a99d5cc22d486433096521ae2b1":[0,0,0,16,11,8], +"classcbdc_1_1watchtower_1_1status__update__state.html#ab33f4a99d5cc22d486433096521ae2b1":[1,0,0,15,11,8], "classcbdc_1_1watchtower_1_1status__update__state.html#ade71039f0326efbc230f4f7a5161279f":[1,0,0,15,11,6], "classcbdc_1_1watchtower_1_1status__update__state.html#ade71039f0326efbc230f4f7a5161279f":[0,0,0,16,11,6], -"classcbdc_1_1watchtower_1_1status__update__state.html#af925490ce29ba2eeebca55abcd0e1efd":[0,0,0,16,11,5], "classcbdc_1_1watchtower_1_1status__update__state.html#af925490ce29ba2eeebca55abcd0e1efd":[1,0,0,15,11,5], -"classcbdc_1_1watchtower_1_1tx__error.html":[0,0,0,16,12], +"classcbdc_1_1watchtower_1_1status__update__state.html#af925490ce29ba2eeebca55abcd0e1efd":[0,0,0,16,11,5], "classcbdc_1_1watchtower_1_1tx__error.html":[1,0,0,15,12], -"classcbdc_1_1watchtower_1_1tx__error.html#a5ee00949eb705b75a4ff94ccb9322c58":[0,0,0,16,12,12], +"classcbdc_1_1watchtower_1_1tx__error.html":[0,0,0,16,12], "classcbdc_1_1watchtower_1_1tx__error.html#a5ee00949eb705b75a4ff94ccb9322c58":[1,0,0,15,12,12], -"classcbdc_1_1watchtower_1_1tx__error.html#a613860fb43ec9f6eadc8352c41b613fc":[0,0,0,16,12,11], +"classcbdc_1_1watchtower_1_1tx__error.html#a5ee00949eb705b75a4ff94ccb9322c58":[0,0,0,16,12,12], "classcbdc_1_1watchtower_1_1tx__error.html#a613860fb43ec9f6eadc8352c41b613fc":[1,0,0,15,12,11], +"classcbdc_1_1watchtower_1_1tx__error.html#a613860fb43ec9f6eadc8352c41b613fc":[0,0,0,16,12,11], "classcbdc_1_1watchtower_1_1tx__error.html#a660472670ddb9411cfcdd43ba03498bd":[0,0,0,16,12,2], "classcbdc_1_1watchtower_1_1tx__error.html#a660472670ddb9411cfcdd43ba03498bd":[1,0,0,15,12,2], "classcbdc_1_1watchtower_1_1tx__error.html#a82c5de732486b47b5b7793f0611895b8":[0,0,0,16,12,9], "classcbdc_1_1watchtower_1_1tx__error.html#a82c5de732486b47b5b7793f0611895b8":[1,0,0,15,12,9], -"classcbdc_1_1watchtower_1_1tx__error.html#a8490b4a60355bd9d28653e5c9af158a3":[0,0,0,16,12,0], "classcbdc_1_1watchtower_1_1tx__error.html#a8490b4a60355bd9d28653e5c9af158a3":[1,0,0,15,12,0], -"classcbdc_1_1watchtower_1_1tx__error.html#aa4907673b4abc90f1720343aeca018d6":[0,0,0,16,12,10], +"classcbdc_1_1watchtower_1_1tx__error.html#a8490b4a60355bd9d28653e5c9af158a3":[0,0,0,16,12,0], "classcbdc_1_1watchtower_1_1tx__error.html#aa4907673b4abc90f1720343aeca018d6":[1,0,0,15,12,10], -"classcbdc_1_1watchtower_1_1tx__error.html#aa66c99ff9bb402df7b1c956f00782bba":[1,0,0,15,12,6], +"classcbdc_1_1watchtower_1_1tx__error.html#aa4907673b4abc90f1720343aeca018d6":[0,0,0,16,12,10], "classcbdc_1_1watchtower_1_1tx__error.html#aa66c99ff9bb402df7b1c956f00782bba":[0,0,0,16,12,6], +"classcbdc_1_1watchtower_1_1tx__error.html#aa66c99ff9bb402df7b1c956f00782bba":[1,0,0,15,12,6], "classcbdc_1_1watchtower_1_1tx__error.html#ab771baa5f5ae93f1520951c382c3eefa":[1,0,0,15,12,7], "classcbdc_1_1watchtower_1_1tx__error.html#ab771baa5f5ae93f1520951c382c3eefa":[0,0,0,16,12,7], -"classcbdc_1_1watchtower_1_1tx__error.html#ac2b078ad68a60cc7923beb34c9facad9":[0,0,0,16,12,1], "classcbdc_1_1watchtower_1_1tx__error.html#ac2b078ad68a60cc7923beb34c9facad9":[1,0,0,15,12,1], -"classcbdc_1_1watchtower_1_1tx__error.html#ad1cfe6c92903b2b7b6e9ec6973661fe0":[1,0,0,15,12,5], +"classcbdc_1_1watchtower_1_1tx__error.html#ac2b078ad68a60cc7923beb34c9facad9":[0,0,0,16,12,1], "classcbdc_1_1watchtower_1_1tx__error.html#ad1cfe6c92903b2b7b6e9ec6973661fe0":[0,0,0,16,12,5], -"classcbdc_1_1watchtower_1_1tx__error.html#ad34cf0e7d98a3027a9c715b730af5cb3":[1,0,0,15,12,3], +"classcbdc_1_1watchtower_1_1tx__error.html#ad1cfe6c92903b2b7b6e9ec6973661fe0":[1,0,0,15,12,5], "classcbdc_1_1watchtower_1_1tx__error.html#ad34cf0e7d98a3027a9c715b730af5cb3":[0,0,0,16,12,3], +"classcbdc_1_1watchtower_1_1tx__error.html#ad34cf0e7d98a3027a9c715b730af5cb3":[1,0,0,15,12,3], "classcbdc_1_1watchtower_1_1tx__error.html#af259327bbc49ac0db80da4077a68738e":[0,0,0,16,12,4], "classcbdc_1_1watchtower_1_1tx__error.html#af259327bbc49ac0db80da4077a68738e":[1,0,0,15,12,4], -"classcbdc_1_1watchtower_1_1tx__error.html#af6d91264d28005610fd180b2406473c7":[1,0,0,15,12,8], "classcbdc_1_1watchtower_1_1tx__error.html#af6d91264d28005610fd180b2406473c7":[0,0,0,16,12,8], +"classcbdc_1_1watchtower_1_1tx__error.html#af6d91264d28005610fd180b2406473c7":[1,0,0,15,12,8], "classcbdc_1_1watchtower_1_1tx__error__inputs__dne.html":[1,0,0,15,14], "classcbdc_1_1watchtower_1_1tx__error__inputs__dne.html":[0,0,0,16,14], "classcbdc_1_1watchtower_1_1tx__error__inputs__dne.html#a254433c93f7ca8cc10f49072a909f8a5":[1,0,0,15,14,3], @@ -126,42 +126,42 @@ var NAVTREEINDEX10 = "classcbdc_1_1watchtower_1_1tx__error__inputs__dne.html#a7195e609fe3df03bfa6fccc2f9f82f95":[0,0,0,16,14,6], "classcbdc_1_1watchtower_1_1tx__error__inputs__dne.html#a7831b3bfd2deb322729e626aee354ae8":[1,0,0,15,14,1], "classcbdc_1_1watchtower_1_1tx__error__inputs__dne.html#a7831b3bfd2deb322729e626aee354ae8":[0,0,0,16,14,1], -"classcbdc_1_1watchtower_1_1tx__error__inputs__dne.html#a843d6d4f511de1d7cbff655c7a55912a":[1,0,0,15,14,4], "classcbdc_1_1watchtower_1_1tx__error__inputs__dne.html#a843d6d4f511de1d7cbff655c7a55912a":[0,0,0,16,14,4], -"classcbdc_1_1watchtower_1_1tx__error__inputs__dne.html#a98109fbd22e71c86b362f8189cf4385e":[1,0,0,15,14,2], +"classcbdc_1_1watchtower_1_1tx__error__inputs__dne.html#a843d6d4f511de1d7cbff655c7a55912a":[1,0,0,15,14,4], "classcbdc_1_1watchtower_1_1tx__error__inputs__dne.html#a98109fbd22e71c86b362f8189cf4385e":[0,0,0,16,14,2], +"classcbdc_1_1watchtower_1_1tx__error__inputs__dne.html#a98109fbd22e71c86b362f8189cf4385e":[1,0,0,15,14,2], "classcbdc_1_1watchtower_1_1tx__error__inputs__dne.html#ab2099c87e65c7bfd05b9c43dace8d3ab":[0,0,0,16,14,0], "classcbdc_1_1watchtower_1_1tx__error__inputs__dne.html#ab2099c87e65c7bfd05b9c43dace8d3ab":[1,0,0,15,14,0], -"classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html":[1,0,0,15,15], "classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html":[0,0,0,16,15], +"classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html":[1,0,0,15,15], "classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#a22b9288bb84836931fe8118886199e8d":[0,0,0,16,15,0], "classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#a22b9288bb84836931fe8118886199e8d":[1,0,0,15,15,0], -"classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#a3d86df6d4592c481c8a4eef09a302d74":[1,0,0,15,15,3], "classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#a3d86df6d4592c481c8a4eef09a302d74":[0,0,0,16,15,3], +"classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#a3d86df6d4592c481c8a4eef09a302d74":[1,0,0,15,15,3], "classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#a52bff246fd7b9e837b8dbae271a6da29":[0,0,0,16,15,1], "classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#a52bff246fd7b9e837b8dbae271a6da29":[1,0,0,15,15,1], "classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#a589b7460c1ac87153f037da1a042d466":[0,0,0,16,15,6], "classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#a589b7460c1ac87153f037da1a042d466":[1,0,0,15,15,6], -"classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#a6fa6f3b11dabaf78cc35dc96c1372da1":[1,0,0,15,15,4], "classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#a6fa6f3b11dabaf78cc35dc96c1372da1":[0,0,0,16,15,4], -"classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#adcee254ec6519371cafd456515b5103e":[1,0,0,15,15,5], +"classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#a6fa6f3b11dabaf78cc35dc96c1372da1":[1,0,0,15,15,4], "classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#adcee254ec6519371cafd456515b5103e":[0,0,0,16,15,5], -"classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#af80f1848f18fb45abd9556333f3755e4":[1,0,0,15,15,2], +"classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#adcee254ec6519371cafd456515b5103e":[1,0,0,15,15,5], "classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#af80f1848f18fb45abd9556333f3755e4":[0,0,0,16,15,2], -"classcbdc_1_1watchtower_1_1watchtower.html":[1,0,0,15,18], +"classcbdc_1_1watchtower_1_1tx__error__inputs__spent.html#af80f1848f18fb45abd9556333f3755e4":[1,0,0,15,15,2], "classcbdc_1_1watchtower_1_1watchtower.html":[0,0,0,16,18], -"classcbdc_1_1watchtower_1_1watchtower.html#a3b4d8484893c9db3eb0c06bf0672e0ff":[1,0,0,15,18,3], +"classcbdc_1_1watchtower_1_1watchtower.html":[1,0,0,15,18], "classcbdc_1_1watchtower_1_1watchtower.html#a3b4d8484893c9db3eb0c06bf0672e0ff":[0,0,0,16,18,3], -"classcbdc_1_1watchtower_1_1watchtower.html#a45224ad2f090fa65ac93eb15eaaab59b":[1,0,0,15,18,5], +"classcbdc_1_1watchtower_1_1watchtower.html#a3b4d8484893c9db3eb0c06bf0672e0ff":[1,0,0,15,18,3], "classcbdc_1_1watchtower_1_1watchtower.html#a45224ad2f090fa65ac93eb15eaaab59b":[0,0,0,16,18,5], +"classcbdc_1_1watchtower_1_1watchtower.html#a45224ad2f090fa65ac93eb15eaaab59b":[1,0,0,15,18,5], "classcbdc_1_1watchtower_1_1watchtower.html#a477fb28090f19f85952c08cc90d3d2f2":[1,0,0,15,18,2], "classcbdc_1_1watchtower_1_1watchtower.html#a477fb28090f19f85952c08cc90d3d2f2":[0,0,0,16,18,2], "classcbdc_1_1watchtower_1_1watchtower.html#a59024e56d3a701afa3c4cc00812d571f":[1,0,0,15,18,1], "classcbdc_1_1watchtower_1_1watchtower.html#a59024e56d3a701afa3c4cc00812d571f":[0,0,0,16,18,1], -"classcbdc_1_1watchtower_1_1watchtower.html#a5f6cd0d8025819a37b9f9d4f8995f343":[1,0,0,15,18,0], "classcbdc_1_1watchtower_1_1watchtower.html#a5f6cd0d8025819a37b9f9d4f8995f343":[0,0,0,16,18,0], -"classcbdc_1_1watchtower_1_1watchtower.html#af45e91006d649bd28c82a1683836b518":[0,0,0,16,18,4], +"classcbdc_1_1watchtower_1_1watchtower.html#a5f6cd0d8025819a37b9f9d4f8995f343":[1,0,0,15,18,0], "classcbdc_1_1watchtower_1_1watchtower.html#af45e91006d649bd28c82a1683836b518":[1,0,0,15,18,4], +"classcbdc_1_1watchtower_1_1watchtower.html#af45e91006d649bd28c82a1683836b518":[0,0,0,16,18,4], "classes.html":[1,1], "client-cli_8cpp.html":[2,0,0,1,1,2], "client-cli_8cpp.html#a808f40e2e9d6eb5463165c031dfa3eb1":[2,0,0,1,1,2,3], diff --git a/navtreeindex12.js b/navtreeindex12.js index a869c7d66..2a3ece11d 100644 --- a/navtreeindex12.js +++ b/navtreeindex12.js @@ -137,8 +137,8 @@ var NAVTREEINDEX12 = "namespacecbdc_1_1address.html":[0,0,0,0], "namespacecbdc_1_1address.html#a32c013cd0545a42a1d5e997881e53aed":[0,0,0,0,0], "namespacecbdc_1_1archiver.html":[0,0,0,1], -"namespacecbdc_1_1archiver.html#ab0949b23381e2464c74b2f6914d4291c":[0,0,0,1,3], -"namespacecbdc_1_1archiver.html#aea7c98eded104e1f589daeddeafa652d":[0,0,0,1,2], +"namespacecbdc_1_1archiver.html#ab0949b23381e2464c74b2f6914d4291c":[0,0,0,1,4], +"namespacecbdc_1_1archiver.html#aea7c98eded104e1f589daeddeafa652d":[0,0,0,1,3], "namespacecbdc_1_1atomizer.html":[0,0,0,2], "namespacecbdc_1_1atomizer.html#a746ce57718c4f69826a44f7995d51b30":[0,0,0,2,14], "namespacecbdc_1_1atomizer.html#aeeb37efb7218777f5a2b9d11f02e4bf0":[0,0,0,2,13], diff --git a/navtreeindex15.js b/navtreeindex15.js index 42303a064..2875987f5 100644 --- a/navtreeindex15.js +++ b/navtreeindex15.js @@ -186,68 +186,68 @@ var NAVTREEINDEX15 = "stream__serializer_8cpp_source.html":[2,0,0,2,4,11], "stream__serializer_8hpp.html":[2,0,0,2,4,12], "stream__serializer_8hpp_source.html":[2,0,0,2,4,12], +"structcbdc_1_1archiver_1_1leveldbWriteOptions.html":[1,0,0,0,2], +"structcbdc_1_1archiver_1_1leveldbWriteOptions.html":[0,0,0,1,2], +"structcbdc_1_1archiver_1_1leveldbWriteOptions.html#af3369a0d1f9178058c609005a8f3d163":[0,0,0,1,2,0], +"structcbdc_1_1archiver_1_1leveldbWriteOptions.html#af3369a0d1f9178058c609005a8f3d163":[1,0,0,0,2,0], "structcbdc_1_1atomizer_1_1aggregate__tx__notification.html":[1,0,0,1,0], "structcbdc_1_1atomizer_1_1aggregate__tx__notification.html":[0,0,0,2,0], -"structcbdc_1_1atomizer_1_1aggregate__tx__notification.html#a1f0d65d8d893e89613b04243c4a38dd8":[1,0,0,1,0,0], "structcbdc_1_1atomizer_1_1aggregate__tx__notification.html#a1f0d65d8d893e89613b04243c4a38dd8":[0,0,0,2,0,0], -"structcbdc_1_1atomizer_1_1aggregate__tx__notification.html#a3a69fb2e1811e0ea037e7c57b58657f3":[0,0,0,2,0,1], +"structcbdc_1_1atomizer_1_1aggregate__tx__notification.html#a1f0d65d8d893e89613b04243c4a38dd8":[1,0,0,1,0,0], "structcbdc_1_1atomizer_1_1aggregate__tx__notification.html#a3a69fb2e1811e0ea037e7c57b58657f3":[1,0,0,1,0,1], -"structcbdc_1_1atomizer_1_1aggregate__tx__notification.html#a58111de73b28951a2c4fee678d422c9e":[0,0,0,2,0,2], +"structcbdc_1_1atomizer_1_1aggregate__tx__notification.html#a3a69fb2e1811e0ea037e7c57b58657f3":[0,0,0,2,0,1], "structcbdc_1_1atomizer_1_1aggregate__tx__notification.html#a58111de73b28951a2c4fee678d422c9e":[1,0,0,1,0,2], -"structcbdc_1_1atomizer_1_1aggregate__tx__notify__request.html":[0,0,0,2,1], +"structcbdc_1_1atomizer_1_1aggregate__tx__notification.html#a58111de73b28951a2c4fee678d422c9e":[0,0,0,2,0,2], "structcbdc_1_1atomizer_1_1aggregate__tx__notify__request.html":[1,0,0,1,1], -"structcbdc_1_1atomizer_1_1aggregate__tx__notify__request.html#a156025ec7666c7942cf7f27716d217c3":[0,0,0,2,1,1], +"structcbdc_1_1atomizer_1_1aggregate__tx__notify__request.html":[0,0,0,2,1], "structcbdc_1_1atomizer_1_1aggregate__tx__notify__request.html#a156025ec7666c7942cf7f27716d217c3":[1,0,0,1,1,1], -"structcbdc_1_1atomizer_1_1aggregate__tx__notify__request.html#a672546b3c5443c0c89650fb752b7c289":[0,0,0,2,1,0], +"structcbdc_1_1atomizer_1_1aggregate__tx__notify__request.html#a156025ec7666c7942cf7f27716d217c3":[0,0,0,2,1,1], "structcbdc_1_1atomizer_1_1aggregate__tx__notify__request.html#a672546b3c5443c0c89650fb752b7c289":[1,0,0,1,1,0], -"structcbdc_1_1atomizer_1_1block.html":[0,0,0,2,4], +"structcbdc_1_1atomizer_1_1aggregate__tx__notify__request.html#a672546b3c5443c0c89650fb752b7c289":[0,0,0,2,1,0], "structcbdc_1_1atomizer_1_1block.html":[1,0,0,1,4], -"structcbdc_1_1atomizer_1_1block.html#a7c3c66100fbebadd20cb41454a74b85e":[0,0,0,2,4,0], +"structcbdc_1_1atomizer_1_1block.html":[0,0,0,2,4], "structcbdc_1_1atomizer_1_1block.html#a7c3c66100fbebadd20cb41454a74b85e":[1,0,0,1,4,0], -"structcbdc_1_1atomizer_1_1block.html#aa911566ee492a05f66631cdd2f052542":[0,0,0,2,4,2], +"structcbdc_1_1atomizer_1_1block.html#a7c3c66100fbebadd20cb41454a74b85e":[0,0,0,2,4,0], "structcbdc_1_1atomizer_1_1block.html#aa911566ee492a05f66631cdd2f052542":[1,0,0,1,4,2], +"structcbdc_1_1atomizer_1_1block.html#aa911566ee492a05f66631cdd2f052542":[0,0,0,2,4,2], "structcbdc_1_1atomizer_1_1block.html#aea202f4cbf6edb784487b9c21f1c2a46":[0,0,0,2,4,1], "structcbdc_1_1atomizer_1_1block.html#aea202f4cbf6edb784487b9c21f1c2a46":[1,0,0,1,4,1], "structcbdc_1_1atomizer_1_1get__block__request.html":[0,0,0,2,6], "structcbdc_1_1atomizer_1_1get__block__request.html":[1,0,0,1,6], -"structcbdc_1_1atomizer_1_1get__block__request.html#a90474c023479d9529c29ec2383027c31":[1,0,0,1,6,0], "structcbdc_1_1atomizer_1_1get__block__request.html#a90474c023479d9529c29ec2383027c31":[0,0,0,2,6,0], +"structcbdc_1_1atomizer_1_1get__block__request.html#a90474c023479d9529c29ec2383027c31":[1,0,0,1,6,0], "structcbdc_1_1atomizer_1_1get__block__response.html":[0,0,0,2,7], "structcbdc_1_1atomizer_1_1get__block__response.html":[1,0,0,1,7], -"structcbdc_1_1atomizer_1_1get__block__response.html#aef407bce3c03c5e62580120650d238d6":[1,0,0,1,7,0], "structcbdc_1_1atomizer_1_1get__block__response.html#aef407bce3c03c5e62580120650d238d6":[0,0,0,2,7,0], +"structcbdc_1_1atomizer_1_1get__block__response.html#aef407bce3c03c5e62580120650d238d6":[1,0,0,1,7,0], "structcbdc_1_1atomizer_1_1make__block__request.html":[1,0,0,1,8], "structcbdc_1_1atomizer_1_1make__block__request.html":[0,0,0,2,8], "structcbdc_1_1atomizer_1_1make__block__response.html":[1,0,0,1,9], "structcbdc_1_1atomizer_1_1make__block__response.html":[0,0,0,2,9], -"structcbdc_1_1atomizer_1_1make__block__response.html#a2e7cfdd907600fa912d726214c574894":[1,0,0,1,9,0], "structcbdc_1_1atomizer_1_1make__block__response.html#a2e7cfdd907600fa912d726214c574894":[0,0,0,2,9,0], -"structcbdc_1_1atomizer_1_1make__block__response.html#ab4ab19a9e1279d50455a9c86df982985":[0,0,0,2,9,1], +"structcbdc_1_1atomizer_1_1make__block__response.html#a2e7cfdd907600fa912d726214c574894":[1,0,0,1,9,0], "structcbdc_1_1atomizer_1_1make__block__response.html#ab4ab19a9e1279d50455a9c86df982985":[1,0,0,1,9,1], -"structcbdc_1_1atomizer_1_1prune__request.html":[1,0,0,1,10], +"structcbdc_1_1atomizer_1_1make__block__response.html#ab4ab19a9e1279d50455a9c86df982985":[0,0,0,2,9,1], "structcbdc_1_1atomizer_1_1prune__request.html":[0,0,0,2,10], +"structcbdc_1_1atomizer_1_1prune__request.html":[1,0,0,1,10], "structcbdc_1_1atomizer_1_1prune__request.html#ab1e2a482505a5a5626d8c1be09ae74b2":[1,0,0,1,10,0], "structcbdc_1_1atomizer_1_1prune__request.html#ab1e2a482505a5a5626d8c1be09ae74b2":[0,0,0,2,10,0], "structcbdc_1_1atomizer_1_1state__machine_1_1snapshot.html":[1,0,0,1,11,0], "structcbdc_1_1atomizer_1_1state__machine_1_1snapshot.html":[0,0,0,2,11,0], -"structcbdc_1_1atomizer_1_1state__machine_1_1snapshot.html#a3316e539a222153cc47ae3851d446aa0":[0,0,0,2,11,0,1], "structcbdc_1_1atomizer_1_1state__machine_1_1snapshot.html#a3316e539a222153cc47ae3851d446aa0":[1,0,0,1,11,0,1], +"structcbdc_1_1atomizer_1_1state__machine_1_1snapshot.html#a3316e539a222153cc47ae3851d446aa0":[0,0,0,2,11,0,1], "structcbdc_1_1atomizer_1_1state__machine_1_1snapshot.html#a4e0bff09c44c0e289da6f1bcfbfe32ec":[0,0,0,2,11,0,0], "structcbdc_1_1atomizer_1_1state__machine_1_1snapshot.html#a4e0bff09c44c0e289da6f1bcfbfe32ec":[1,0,0,1,11,0,0], "structcbdc_1_1atomizer_1_1state__machine_1_1snapshot.html#aa8f4cd1613021637ceb0354a1f846c7a":[0,0,0,2,11,0,2], "structcbdc_1_1atomizer_1_1state__machine_1_1snapshot.html#aa8f4cd1613021637ceb0354a1f846c7a":[1,0,0,1,11,0,2], -"structcbdc_1_1atomizer_1_1tx__notify__request.html":[1,0,0,1,12], "structcbdc_1_1atomizer_1_1tx__notify__request.html":[0,0,0,2,12], -"structcbdc_1_1atomizer_1_1tx__notify__request.html#a126b0ed610e2f537b930d0f72e66aeee":[1,0,0,1,12,1], +"structcbdc_1_1atomizer_1_1tx__notify__request.html":[1,0,0,1,12], "structcbdc_1_1atomizer_1_1tx__notify__request.html#a126b0ed610e2f537b930d0f72e66aeee":[0,0,0,2,12,1], +"structcbdc_1_1atomizer_1_1tx__notify__request.html#a126b0ed610e2f537b930d0f72e66aeee":[1,0,0,1,12,1], "structcbdc_1_1atomizer_1_1tx__notify__request.html#a3986212cde6e20a4502fb37e1aab9c36":[0,0,0,2,12,0], "structcbdc_1_1atomizer_1_1tx__notify__request.html#a3986212cde6e20a4502fb37e1aab9c36":[1,0,0,1,12,0], -"structcbdc_1_1atomizer_1_1tx__notify__request.html#abeeee7752f1391148e859d7963411a4e":[1,0,0,1,12,3], "structcbdc_1_1atomizer_1_1tx__notify__request.html#abeeee7752f1391148e859d7963411a4e":[0,0,0,2,12,3], -"structcbdc_1_1atomizer_1_1tx__notify__request.html#ac3798513fc54146465667f882b1c9733":[1,0,0,1,12,2], +"structcbdc_1_1atomizer_1_1tx__notify__request.html#abeeee7752f1391148e859d7963411a4e":[1,0,0,1,12,3], "structcbdc_1_1atomizer_1_1tx__notify__request.html#ac3798513fc54146465667f882b1c9733":[0,0,0,2,12,2], -"structcbdc_1_1config_1_1options.html":[1,0,0,2,0], -"structcbdc_1_1config_1_1options.html":[0,0,0,3,1], -"structcbdc_1_1config_1_1options.html#a02342d7170ff4a14e54763b1d849b5de":[0,0,0,3,1,19], -"structcbdc_1_1config_1_1options.html#a02342d7170ff4a14e54763b1d849b5de":[1,0,0,2,0,19] +"structcbdc_1_1atomizer_1_1tx__notify__request.html#ac3798513fc54146465667f882b1c9733":[1,0,0,1,12,2] }; diff --git a/navtreeindex16.js b/navtreeindex16.js index 0a6535e35..5b8924263 100644 --- a/navtreeindex16.js +++ b/navtreeindex16.js @@ -1,7 +1,11 @@ var NAVTREEINDEX16 = { -"structcbdc_1_1config_1_1options.html#a02dad2f7221292a49da9e970bf1fdc8a":[1,0,0,2,0,45], +"structcbdc_1_1config_1_1options.html":[1,0,0,2,0], +"structcbdc_1_1config_1_1options.html":[0,0,0,3,1], +"structcbdc_1_1config_1_1options.html#a02342d7170ff4a14e54763b1d849b5de":[0,0,0,3,1,19], +"structcbdc_1_1config_1_1options.html#a02342d7170ff4a14e54763b1d849b5de":[1,0,0,2,0,19], "structcbdc_1_1config_1_1options.html#a02dad2f7221292a49da9e970bf1fdc8a":[0,0,0,3,1,45], +"structcbdc_1_1config_1_1options.html#a02dad2f7221292a49da9e970bf1fdc8a":[1,0,0,2,0,45], "structcbdc_1_1config_1_1options.html#a066eaf6e90e5a48342a9577c9f4eb839":[1,0,0,2,0,49], "structcbdc_1_1config_1_1options.html#a066eaf6e90e5a48342a9577c9f4eb839":[0,0,0,3,1,49], "structcbdc_1_1config_1_1options.html#a0d11ceb9c7a5b0ddba6234f0ba14d23b":[1,0,0,2,0,1], @@ -22,74 +26,74 @@ var NAVTREEINDEX16 = "structcbdc_1_1config_1_1options.html#a20fc3d998bff890b54299606743b1314":[1,0,0,2,0,29], "structcbdc_1_1config_1_1options.html#a2b3471f16dbfcdf636ff25cf3aed1505":[1,0,0,2,0,37], "structcbdc_1_1config_1_1options.html#a2b3471f16dbfcdf636ff25cf3aed1505":[0,0,0,3,1,37], -"structcbdc_1_1config_1_1options.html#a2de0597eed9f716b77d11a54eda0f116":[1,0,0,2,0,17], "structcbdc_1_1config_1_1options.html#a2de0597eed9f716b77d11a54eda0f116":[0,0,0,3,1,17], +"structcbdc_1_1config_1_1options.html#a2de0597eed9f716b77d11a54eda0f116":[1,0,0,2,0,17], "structcbdc_1_1config_1_1options.html#a32194c53a28149a787aee17c6eb441a9":[0,0,0,3,1,9], "structcbdc_1_1config_1_1options.html#a32194c53a28149a787aee17c6eb441a9":[1,0,0,2,0,9], "structcbdc_1_1config_1_1options.html#a35c2750175fbe5013af8ff8ff9043c0a":[1,0,0,2,0,10], "structcbdc_1_1config_1_1options.html#a35c2750175fbe5013af8ff8ff9043c0a":[0,0,0,3,1,10], -"structcbdc_1_1config_1_1options.html#a3617c2b5a7cd93302f3d1363002bee73":[1,0,0,2,0,35], "structcbdc_1_1config_1_1options.html#a3617c2b5a7cd93302f3d1363002bee73":[0,0,0,3,1,35], -"structcbdc_1_1config_1_1options.html#a3afb990828153fb9f78cd3f7b62dfaf2":[0,0,0,3,1,7], +"structcbdc_1_1config_1_1options.html#a3617c2b5a7cd93302f3d1363002bee73":[1,0,0,2,0,35], "structcbdc_1_1config_1_1options.html#a3afb990828153fb9f78cd3f7b62dfaf2":[1,0,0,2,0,7], +"structcbdc_1_1config_1_1options.html#a3afb990828153fb9f78cd3f7b62dfaf2":[0,0,0,3,1,7], "structcbdc_1_1config_1_1options.html#a3c4a13ca9a76b454f1553a25faa91b9d":[0,0,0,3,1,40], "structcbdc_1_1config_1_1options.html#a3c4a13ca9a76b454f1553a25faa91b9d":[1,0,0,2,0,40], -"structcbdc_1_1config_1_1options.html#a3e52180c72f2e908bb3c27d8cbb7c13f":[0,0,0,3,1,15], "structcbdc_1_1config_1_1options.html#a3e52180c72f2e908bb3c27d8cbb7c13f":[1,0,0,2,0,15], +"structcbdc_1_1config_1_1options.html#a3e52180c72f2e908bb3c27d8cbb7c13f":[0,0,0,3,1,15], "structcbdc_1_1config_1_1options.html#a3ff7dddc53660edef130822041745861":[0,0,0,3,1,39], "structcbdc_1_1config_1_1options.html#a3ff7dddc53660edef130822041745861":[1,0,0,2,0,39], "structcbdc_1_1config_1_1options.html#a49a32ec204c705a00a1e9ab7a043ec7b":[0,0,0,3,1,47], "structcbdc_1_1config_1_1options.html#a49a32ec204c705a00a1e9ab7a043ec7b":[1,0,0,2,0,47], -"structcbdc_1_1config_1_1options.html#a5094ccf0b7c248b5ce0e51430c7e5082":[0,0,0,3,1,6], "structcbdc_1_1config_1_1options.html#a5094ccf0b7c248b5ce0e51430c7e5082":[1,0,0,2,0,6], -"structcbdc_1_1config_1_1options.html#a5100649459d8a9a459ea6a5b96bb2fbe":[1,0,0,2,0,4], +"structcbdc_1_1config_1_1options.html#a5094ccf0b7c248b5ce0e51430c7e5082":[0,0,0,3,1,6], "structcbdc_1_1config_1_1options.html#a5100649459d8a9a459ea6a5b96bb2fbe":[0,0,0,3,1,4], -"structcbdc_1_1config_1_1options.html#a5254ae310af7ef8c356c09f9456b0710":[1,0,0,2,0,36], +"structcbdc_1_1config_1_1options.html#a5100649459d8a9a459ea6a5b96bb2fbe":[1,0,0,2,0,4], "structcbdc_1_1config_1_1options.html#a5254ae310af7ef8c356c09f9456b0710":[0,0,0,3,1,36], -"structcbdc_1_1config_1_1options.html#a52ea41c1393ec2ac5a104787d78863a5":[0,0,0,3,1,12], +"structcbdc_1_1config_1_1options.html#a5254ae310af7ef8c356c09f9456b0710":[1,0,0,2,0,36], "structcbdc_1_1config_1_1options.html#a52ea41c1393ec2ac5a104787d78863a5":[1,0,0,2,0,12], -"structcbdc_1_1config_1_1options.html#a56f23b332a1432fef9970b2d35587375":[0,0,0,3,1,8], +"structcbdc_1_1config_1_1options.html#a52ea41c1393ec2ac5a104787d78863a5":[0,0,0,3,1,12], "structcbdc_1_1config_1_1options.html#a56f23b332a1432fef9970b2d35587375":[1,0,0,2,0,8], -"structcbdc_1_1config_1_1options.html#a5fbde08e2eda03fff00b1d776cf47b2f":[0,0,0,3,1,33], +"structcbdc_1_1config_1_1options.html#a56f23b332a1432fef9970b2d35587375":[0,0,0,3,1,8], "structcbdc_1_1config_1_1options.html#a5fbde08e2eda03fff00b1d776cf47b2f":[1,0,0,2,0,33], +"structcbdc_1_1config_1_1options.html#a5fbde08e2eda03fff00b1d776cf47b2f":[0,0,0,3,1,33], "structcbdc_1_1config_1_1options.html#a62b0fecd7230ad4ca9419804e0705324":[0,0,0,3,1,23], "structcbdc_1_1config_1_1options.html#a62b0fecd7230ad4ca9419804e0705324":[1,0,0,2,0,23], "structcbdc_1_1config_1_1options.html#a6aff8e49836d89c3190d90312c15f131":[1,0,0,2,0,43], "structcbdc_1_1config_1_1options.html#a6aff8e49836d89c3190d90312c15f131":[0,0,0,3,1,43], -"structcbdc_1_1config_1_1options.html#a77286d4cd2db3cedf76c316e9d779c48":[1,0,0,2,0,44], "structcbdc_1_1config_1_1options.html#a77286d4cd2db3cedf76c316e9d779c48":[0,0,0,3,1,44], +"structcbdc_1_1config_1_1options.html#a77286d4cd2db3cedf76c316e9d779c48":[1,0,0,2,0,44], "structcbdc_1_1config_1_1options.html#a86d580575a7b6b80bdb4903511e631ff":[1,0,0,2,0,22], "structcbdc_1_1config_1_1options.html#a86d580575a7b6b80bdb4903511e631ff":[0,0,0,3,1,22], -"structcbdc_1_1config_1_1options.html#a884e6f33cfb2b80aa1b568d8d838212a":[0,0,0,3,1,32], "structcbdc_1_1config_1_1options.html#a884e6f33cfb2b80aa1b568d8d838212a":[1,0,0,2,0,32], -"structcbdc_1_1config_1_1options.html#a924355274d09102948833402af6e9276":[0,0,0,3,1,0], +"structcbdc_1_1config_1_1options.html#a884e6f33cfb2b80aa1b568d8d838212a":[0,0,0,3,1,32], "structcbdc_1_1config_1_1options.html#a924355274d09102948833402af6e9276":[1,0,0,2,0,0], +"structcbdc_1_1config_1_1options.html#a924355274d09102948833402af6e9276":[0,0,0,3,1,0], "structcbdc_1_1config_1_1options.html#a9622a1b35c0d8dd5e0da3a5e478f6277":[1,0,0,2,0,34], "structcbdc_1_1config_1_1options.html#a9622a1b35c0d8dd5e0da3a5e478f6277":[0,0,0,3,1,34], -"structcbdc_1_1config_1_1options.html#a99614cd6c750f514d1bfc28100d7629b":[0,0,0,3,1,30], "structcbdc_1_1config_1_1options.html#a99614cd6c750f514d1bfc28100d7629b":[1,0,0,2,0,30], +"structcbdc_1_1config_1_1options.html#a99614cd6c750f514d1bfc28100d7629b":[0,0,0,3,1,30], "structcbdc_1_1config_1_1options.html#a9b48668fe05065a0601a5c887a47d749":[1,0,0,2,0,11], "structcbdc_1_1config_1_1options.html#a9b48668fe05065a0601a5c887a47d749":[0,0,0,3,1,11], -"structcbdc_1_1config_1_1options.html#aa5ebbf2bd3477fe31a4a97c88cf4a2ff":[0,0,0,3,1,27], "structcbdc_1_1config_1_1options.html#aa5ebbf2bd3477fe31a4a97c88cf4a2ff":[1,0,0,2,0,27], +"structcbdc_1_1config_1_1options.html#aa5ebbf2bd3477fe31a4a97c88cf4a2ff":[0,0,0,3,1,27], "structcbdc_1_1config_1_1options.html#aa7e946f1ba6b7d097b8dd3ad20b02267":[1,0,0,2,0,2], "structcbdc_1_1config_1_1options.html#aa7e946f1ba6b7d097b8dd3ad20b02267":[0,0,0,3,1,2], -"structcbdc_1_1config_1_1options.html#aae83d71f1d821be270f3e7cc30121305":[0,0,0,3,1,38], "structcbdc_1_1config_1_1options.html#aae83d71f1d821be270f3e7cc30121305":[1,0,0,2,0,38], -"structcbdc_1_1config_1_1options.html#abb497cb36d365b5e3dd1d8b5f277347f":[1,0,0,2,0,20], +"structcbdc_1_1config_1_1options.html#aae83d71f1d821be270f3e7cc30121305":[0,0,0,3,1,38], "structcbdc_1_1config_1_1options.html#abb497cb36d365b5e3dd1d8b5f277347f":[0,0,0,3,1,20], -"structcbdc_1_1config_1_1options.html#ac3a95db51ebf57bacf0304e996bcac30":[1,0,0,2,0,14], +"structcbdc_1_1config_1_1options.html#abb497cb36d365b5e3dd1d8b5f277347f":[1,0,0,2,0,20], "structcbdc_1_1config_1_1options.html#ac3a95db51ebf57bacf0304e996bcac30":[0,0,0,3,1,14], -"structcbdc_1_1config_1_1options.html#ac47b9054cb7e9fbb28e2dedccb461f25":[0,0,0,3,1,18], +"structcbdc_1_1config_1_1options.html#ac3a95db51ebf57bacf0304e996bcac30":[1,0,0,2,0,14], "structcbdc_1_1config_1_1options.html#ac47b9054cb7e9fbb28e2dedccb461f25":[1,0,0,2,0,18], +"structcbdc_1_1config_1_1options.html#ac47b9054cb7e9fbb28e2dedccb461f25":[0,0,0,3,1,18], "structcbdc_1_1config_1_1options.html#ac53dc6da71f44f64b42d23c7f43712e8":[0,0,0,3,1,13], "structcbdc_1_1config_1_1options.html#ac53dc6da71f44f64b42d23c7f43712e8":[1,0,0,2,0,13], -"structcbdc_1_1config_1_1options.html#ad03dcb89cd683e4f99895aeb99b76537":[0,0,0,3,1,16], "structcbdc_1_1config_1_1options.html#ad03dcb89cd683e4f99895aeb99b76537":[1,0,0,2,0,16], -"structcbdc_1_1config_1_1options.html#ada6543c128cf3877294cbd0e9133bbcb":[1,0,0,2,0,42], +"structcbdc_1_1config_1_1options.html#ad03dcb89cd683e4f99895aeb99b76537":[0,0,0,3,1,16], "structcbdc_1_1config_1_1options.html#ada6543c128cf3877294cbd0e9133bbcb":[0,0,0,3,1,42], -"structcbdc_1_1config_1_1options.html#ae285c2884ca30d4bc847a21295ad0a07":[1,0,0,2,0,25], +"structcbdc_1_1config_1_1options.html#ada6543c128cf3877294cbd0e9133bbcb":[1,0,0,2,0,42], "structcbdc_1_1config_1_1options.html#ae285c2884ca30d4bc847a21295ad0a07":[0,0,0,3,1,25], +"structcbdc_1_1config_1_1options.html#ae285c2884ca30d4bc847a21295ad0a07":[1,0,0,2,0,25], "structcbdc_1_1config_1_1options.html#af204dbb5620789641e400bb06f8f725a":[1,0,0,2,0,46], "structcbdc_1_1config_1_1options.html#af204dbb5620789641e400bb06f8f725a":[0,0,0,3,1,46], "structcbdc_1_1config_1_1options.html#af7103c343b87e82361c77ad8e54811a1":[1,0,0,2,0,48], @@ -100,76 +104,76 @@ var NAVTREEINDEX16 = "structcbdc_1_1config_1_1options.html#aff84b4bd2393053d11ae75432f5bedd1":[1,0,0,2,0,5], "structcbdc_1_1coordinator_1_1controller_1_1coordinator__state.html":[0,0,0,4,1,0], "structcbdc_1_1coordinator_1_1controller_1_1coordinator__state.html":[1,0,0,3,1,0], -"structcbdc_1_1coordinator_1_1controller_1_1coordinator__state.html#a0534ee6b1f90d4fb01530bce9c75cc30":[1,0,0,3,1,0,3], "structcbdc_1_1coordinator_1_1controller_1_1coordinator__state.html#a0534ee6b1f90d4fb01530bce9c75cc30":[0,0,0,4,1,0,3], -"structcbdc_1_1coordinator_1_1controller_1_1coordinator__state.html#a3ac1759452780aaa3dc45cba144f4f8c":[0,0,0,4,1,0,1], +"structcbdc_1_1coordinator_1_1controller_1_1coordinator__state.html#a0534ee6b1f90d4fb01530bce9c75cc30":[1,0,0,3,1,0,3], "structcbdc_1_1coordinator_1_1controller_1_1coordinator__state.html#a3ac1759452780aaa3dc45cba144f4f8c":[1,0,0,3,1,0,1], +"structcbdc_1_1coordinator_1_1controller_1_1coordinator__state.html#a3ac1759452780aaa3dc45cba144f4f8c":[0,0,0,4,1,0,1], "structcbdc_1_1coordinator_1_1controller_1_1coordinator__state.html#a9943bae4ad3ba8080bef4c7fd734964b":[1,0,0,3,1,0,0], "structcbdc_1_1coordinator_1_1controller_1_1coordinator__state.html#a9943bae4ad3ba8080bef4c7fd734964b":[0,0,0,4,1,0,0], -"structcbdc_1_1coordinator_1_1controller_1_1coordinator__state.html#ad281b080ed414e8054eb8423449ceb2c":[1,0,0,3,1,0,2], "structcbdc_1_1coordinator_1_1controller_1_1coordinator__state.html#ad281b080ed414e8054eb8423449ceb2c":[0,0,0,4,1,0,2], +"structcbdc_1_1coordinator_1_1controller_1_1coordinator__state.html#ad281b080ed414e8054eb8423449ceb2c":[1,0,0,3,1,0,2], "structcbdc_1_1coordinator_1_1controller_1_1sm__command.html":[1,0,0,3,1,1], "structcbdc_1_1coordinator_1_1controller_1_1sm__command.html":[0,0,0,4,1,1], -"structcbdc_1_1coordinator_1_1controller_1_1sm__command.html#a2337529e7b602352b4d4a5469b208733":[1,0,0,3,1,1,0], "structcbdc_1_1coordinator_1_1controller_1_1sm__command.html#a2337529e7b602352b4d4a5469b208733":[0,0,0,4,1,1,0], +"structcbdc_1_1coordinator_1_1controller_1_1sm__command.html#a2337529e7b602352b4d4a5469b208733":[1,0,0,3,1,1,0], "structcbdc_1_1coordinator_1_1controller_1_1sm__command.html#ac8f71ab910250f5c0a80f01bd9c18799":[1,0,0,3,1,1,1], "structcbdc_1_1coordinator_1_1controller_1_1sm__command.html#ac8f71ab910250f5c0a80f01bd9c18799":[0,0,0,4,1,1,1], "structcbdc_1_1coordinator_1_1controller_1_1sm__command__header.html":[0,0,0,4,1,2], "structcbdc_1_1coordinator_1_1controller_1_1sm__command__header.html":[1,0,0,3,1,2], -"structcbdc_1_1coordinator_1_1controller_1_1sm__command__header.html#a218b252185ebc43dfe50219b3795d106":[1,0,0,3,1,2,1], "structcbdc_1_1coordinator_1_1controller_1_1sm__command__header.html#a218b252185ebc43dfe50219b3795d106":[0,0,0,4,1,2,1], -"structcbdc_1_1coordinator_1_1controller_1_1sm__command__header.html#a220ac1b3890d1d5fa482ab9a816eb5fd":[1,0,0,3,1,2,2], +"structcbdc_1_1coordinator_1_1controller_1_1sm__command__header.html#a218b252185ebc43dfe50219b3795d106":[1,0,0,3,1,2,1], "structcbdc_1_1coordinator_1_1controller_1_1sm__command__header.html#a220ac1b3890d1d5fa482ab9a816eb5fd":[0,0,0,4,1,2,2], -"structcbdc_1_1coordinator_1_1controller_1_1sm__command__header.html#a6a20d747ceaf274ea985118d3de09e4d":[1,0,0,3,1,2,0], +"structcbdc_1_1coordinator_1_1controller_1_1sm__command__header.html#a220ac1b3890d1d5fa482ab9a816eb5fd":[1,0,0,3,1,2,2], "structcbdc_1_1coordinator_1_1controller_1_1sm__command__header.html#a6a20d747ceaf274ea985118d3de09e4d":[0,0,0,4,1,2,0], +"structcbdc_1_1coordinator_1_1controller_1_1sm__command__header.html#a6a20d747ceaf274ea985118d3de09e4d":[1,0,0,3,1,2,0], "structcbdc_1_1coordinator_1_1state__machine_1_1coordinator__state.html":[0,0,0,4,4,0], "structcbdc_1_1coordinator_1_1state__machine_1_1coordinator__state.html":[1,0,0,3,4,0], -"structcbdc_1_1coordinator_1_1state__machine_1_1coordinator__state.html#a05867f9caa8c31866b5af84791e06835":[1,0,0,3,4,0,1], "structcbdc_1_1coordinator_1_1state__machine_1_1coordinator__state.html#a05867f9caa8c31866b5af84791e06835":[0,0,0,4,4,0,1], +"structcbdc_1_1coordinator_1_1state__machine_1_1coordinator__state.html#a05867f9caa8c31866b5af84791e06835":[1,0,0,3,4,0,1], "structcbdc_1_1coordinator_1_1state__machine_1_1coordinator__state.html#a17bf8474f1905a06f34744a3ca0a2db4":[1,0,0,3,4,0,2], "structcbdc_1_1coordinator_1_1state__machine_1_1coordinator__state.html#a17bf8474f1905a06f34744a3ca0a2db4":[0,0,0,4,4,0,2], "structcbdc_1_1coordinator_1_1state__machine_1_1coordinator__state.html#a1cfe64d0136121ed881f5a10ee3b7e7d":[1,0,0,3,4,0,0], "structcbdc_1_1coordinator_1_1state__machine_1_1coordinator__state.html#a1cfe64d0136121ed881f5a10ee3b7e7d":[0,0,0,4,4,0,0], "structcbdc_1_1hashing_1_1const__sip__hash.html":[0,0,0,5,0], "structcbdc_1_1hashing_1_1const__sip__hash.html":[1,0,0,4,0], -"structcbdc_1_1hashing_1_1const__sip__hash.html#a3823ba48fb422a7c2db193c6f5dabb3e":[1,0,0,4,0,0], "structcbdc_1_1hashing_1_1const__sip__hash.html#a3823ba48fb422a7c2db193c6f5dabb3e":[0,0,0,5,0,0], -"structcbdc_1_1hashing_1_1const__sip__hash_3_01buffer_01_4.html":[0,0,0,5,1], +"structcbdc_1_1hashing_1_1const__sip__hash.html#a3823ba48fb422a7c2db193c6f5dabb3e":[1,0,0,4,0,0], "structcbdc_1_1hashing_1_1const__sip__hash_3_01buffer_01_4.html":[1,0,0,4,1], +"structcbdc_1_1hashing_1_1const__sip__hash_3_01buffer_01_4.html":[0,0,0,5,1], "structcbdc_1_1hashing_1_1const__sip__hash_3_01buffer_01_4.html#add612a2bca540e12eee66896999c9092":[0,0,0,5,1,0], "structcbdc_1_1hashing_1_1const__sip__hash_3_01buffer_01_4.html#add612a2bca540e12eee66896999c9092":[1,0,0,4,1,0], "structcbdc_1_1hashing_1_1null.html":[0,0,0,5,2], "structcbdc_1_1hashing_1_1null.html":[1,0,0,4,2], -"structcbdc_1_1hashing_1_1null.html#a270b8e027be99188768ab6e9a65e591f":[0,0,0,5,2,0], "structcbdc_1_1hashing_1_1null.html#a270b8e027be99188768ab6e9a65e591f":[1,0,0,4,2,0], +"structcbdc_1_1hashing_1_1null.html#a270b8e027be99188768ab6e9a65e591f":[0,0,0,5,2,0], "structcbdc_1_1locking__shard_1_1rpc_1_1apply__response.html":[1,0,0,5,0,0], "structcbdc_1_1locking__shard_1_1rpc_1_1apply__response.html":[0,0,0,6,0,0], "structcbdc_1_1locking__shard_1_1rpc_1_1apply__response.html#aa530c87bdeba0834b0dfe4c4acabafd5":[0,0,0,6,0,0,0], "structcbdc_1_1locking__shard_1_1rpc_1_1apply__response.html#aa530c87bdeba0834b0dfe4c4acabafd5":[1,0,0,5,0,0,0], -"structcbdc_1_1locking__shard_1_1rpc_1_1discard__params.html":[0,0,0,6,0,2], "structcbdc_1_1locking__shard_1_1rpc_1_1discard__params.html":[1,0,0,5,0,2], +"structcbdc_1_1locking__shard_1_1rpc_1_1discard__params.html":[0,0,0,6,0,2], "structcbdc_1_1locking__shard_1_1rpc_1_1discard__params.html#a5909886c9c471669089e1744d5fe7b58":[1,0,0,5,0,2,0], "structcbdc_1_1locking__shard_1_1rpc_1_1discard__params.html#a5909886c9c471669089e1744d5fe7b58":[0,0,0,6,0,2,0], -"structcbdc_1_1locking__shard_1_1rpc_1_1discard__response.html":[0,0,0,6,0,3], "structcbdc_1_1locking__shard_1_1rpc_1_1discard__response.html":[1,0,0,5,0,3], +"structcbdc_1_1locking__shard_1_1rpc_1_1discard__response.html":[0,0,0,6,0,3], "structcbdc_1_1locking__shard_1_1rpc_1_1discard__response.html#af312c4e4b15d59a8ddcf3b60ebbab0c4":[1,0,0,5,0,3,0], "structcbdc_1_1locking__shard_1_1rpc_1_1discard__response.html#af312c4e4b15d59a8ddcf3b60ebbab0c4":[0,0,0,6,0,3,0], -"structcbdc_1_1locking__shard_1_1rpc_1_1request.html":[1,0,0,5,0,4], "structcbdc_1_1locking__shard_1_1rpc_1_1request.html":[0,0,0,6,0,4], +"structcbdc_1_1locking__shard_1_1rpc_1_1request.html":[1,0,0,5,0,4], "structcbdc_1_1locking__shard_1_1rpc_1_1request.html#a4f40016f87258b2d1ff185c8bac3488d":[0,0,0,6,0,4,2], "structcbdc_1_1locking__shard_1_1rpc_1_1request.html#a4f40016f87258b2d1ff185c8bac3488d":[1,0,0,5,0,4,2], "structcbdc_1_1locking__shard_1_1rpc_1_1request.html#a9f0d9590f3866b8e87190644591fe7d9":[0,0,0,6,0,4,0], "structcbdc_1_1locking__shard_1_1rpc_1_1request.html#a9f0d9590f3866b8e87190644591fe7d9":[1,0,0,5,0,4,0], "structcbdc_1_1locking__shard_1_1rpc_1_1request.html#afd4be620a8c8abe0838b21f3f9052f4e":[0,0,0,6,0,4,1], "structcbdc_1_1locking__shard_1_1rpc_1_1request.html#afd4be620a8c8abe0838b21f3f9052f4e":[1,0,0,5,0,4,1], -"structcbdc_1_1locking__shard_1_1rpc_1_1tx__status__request.html":[0,0,0,6,0,7], "structcbdc_1_1locking__shard_1_1rpc_1_1tx__status__request.html":[1,0,0,5,0,7], +"structcbdc_1_1locking__shard_1_1rpc_1_1tx__status__request.html":[0,0,0,6,0,7], "structcbdc_1_1locking__shard_1_1rpc_1_1tx__status__request.html#abecda6ee4b8d3b4b14a54e7a4572290e":[1,0,0,5,0,7,0], "structcbdc_1_1locking__shard_1_1rpc_1_1tx__status__request.html#abecda6ee4b8d3b4b14a54e7a4572290e":[0,0,0,6,0,7,0], "structcbdc_1_1locking__shard_1_1rpc_1_1uhs__status__request.html":[1,0,0,5,0,8], "structcbdc_1_1locking__shard_1_1rpc_1_1uhs__status__request.html":[0,0,0,6,0,8], -"structcbdc_1_1locking__shard_1_1rpc_1_1uhs__status__request.html#a464699ab762c55e86e9ad147b2ba07f3":[1,0,0,5,0,8,0], "structcbdc_1_1locking__shard_1_1rpc_1_1uhs__status__request.html#a464699ab762c55e86e9ad147b2ba07f3":[0,0,0,6,0,8,0], +"structcbdc_1_1locking__shard_1_1rpc_1_1uhs__status__request.html#a464699ab762c55e86e9ad147b2ba07f3":[1,0,0,5,0,8,0], "structcbdc_1_1locking__shard_1_1tx.html":[1,0,0,5,6], "structcbdc_1_1locking__shard_1_1tx.html":[0,0,0,6,6], "structcbdc_1_1locking__shard_1_1tx.html#a1aa413cc93babed699069656839aa5c1":[1,0,0,5,6,1], @@ -178,46 +182,46 @@ var NAVTREEINDEX16 = "structcbdc_1_1locking__shard_1_1tx.html#a51a094b034e625f009cc97103c4bb3ad":[0,0,0,6,6,0], "structcbdc_1_1network_1_1message__t.html":[1,0,0,7,1], "structcbdc_1_1network_1_1message__t.html":[0,0,0,8,1], -"structcbdc_1_1network_1_1message__t.html#a31c58cd9cc5e334c2edeb999f17657ce":[1,0,0,7,1,1], "structcbdc_1_1network_1_1message__t.html#a31c58cd9cc5e334c2edeb999f17657ce":[0,0,0,8,1,1], +"structcbdc_1_1network_1_1message__t.html#a31c58cd9cc5e334c2edeb999f17657ce":[1,0,0,7,1,1], "structcbdc_1_1network_1_1message__t.html#a46c531874c9d7d69e6d9e91ff02a9514":[1,0,0,7,1,0], "structcbdc_1_1network_1_1message__t.html#a46c531874c9d7d69e6d9e91ff02a9514":[0,0,0,8,1,0], -"structcbdc_1_1overloaded.html":[1,0,0,25], "structcbdc_1_1overloaded.html":[0,0,0,26], +"structcbdc_1_1overloaded.html":[1,0,0,25], "structcbdc_1_1parsec_1_1agent_1_1rpc_1_1exec__request.html":[1,0,0,8,0,0,1], "structcbdc_1_1parsec_1_1agent_1_1rpc_1_1exec__request.html":[0,0,0,9,0,0,1], -"structcbdc_1_1parsec_1_1agent_1_1rpc_1_1exec__request.html#a4817001af1ae68c6ab26d8cee7a1ace8":[1,0,0,8,0,0,1,1], "structcbdc_1_1parsec_1_1agent_1_1rpc_1_1exec__request.html#a4817001af1ae68c6ab26d8cee7a1ace8":[0,0,0,9,0,0,1,1], -"structcbdc_1_1parsec_1_1agent_1_1rpc_1_1exec__request.html#a4f0d4ab4c3c08af4bfb97b9809f34560":[0,0,0,9,0,0,1,0], +"structcbdc_1_1parsec_1_1agent_1_1rpc_1_1exec__request.html#a4817001af1ae68c6ab26d8cee7a1ace8":[1,0,0,8,0,0,1,1], "structcbdc_1_1parsec_1_1agent_1_1rpc_1_1exec__request.html#a4f0d4ab4c3c08af4bfb97b9809f34560":[1,0,0,8,0,0,1,0], -"structcbdc_1_1parsec_1_1agent_1_1rpc_1_1exec__request.html#a905ac523138cf4aedc2ad844dcd63499":[1,0,0,8,0,0,1,2], +"structcbdc_1_1parsec_1_1agent_1_1rpc_1_1exec__request.html#a4f0d4ab4c3c08af4bfb97b9809f34560":[0,0,0,9,0,0,1,0], "structcbdc_1_1parsec_1_1agent_1_1rpc_1_1exec__request.html#a905ac523138cf4aedc2ad844dcd63499":[0,0,0,9,0,0,1,2], +"structcbdc_1_1parsec_1_1agent_1_1rpc_1_1exec__request.html#a905ac523138cf4aedc2ad844dcd63499":[1,0,0,8,0,0,1,2], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1code__key.html":[0,0,0,9,0,1,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1code__key.html":[1,0,0,8,0,1,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1code__key.html#a2cc7c0296502fb0ad664d3cbee4dec2c":[1,0,0,8,0,1,0,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1code__key.html#a2cc7c0296502fb0ad664d3cbee4dec2c":[0,0,0,9,0,1,0,0], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__access__tuple.html":[0,0,0,9,0,1,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__access__tuple.html":[1,0,0,8,0,1,1], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__access__tuple.html":[0,0,0,9,0,1,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__access__tuple.html#a38dfd8649d49913e358adda8d2d6dc39":[0,0,0,9,0,1,1,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__access__tuple.html#a38dfd8649d49913e358adda8d2d6dc39":[1,0,0,8,0,1,1,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__access__tuple.html#a5bedbec5dcc61b9234f2b6c611354d0d":[0,0,0,9,0,1,1,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__access__tuple.html#a5bedbec5dcc61b9234f2b6c611354d0d":[1,0,0,8,0,1,1,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__access__tuple.html#a84869c4fda75715294233795b8d431ff":[0,0,0,9,0,1,1,2], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__access__tuple.html#a84869c4fda75715294233795b8d431ff":[1,0,0,8,0,1,1,2], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__account.html":[0,0,0,9,0,1,2], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__account.html":[1,0,0,8,0,1,2], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__account.html#a84be13d91ea74ccf9c5bc2bcefb5b22d":[1,0,0,8,0,1,2,2], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__account.html":[0,0,0,9,0,1,2], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__account.html#a84be13d91ea74ccf9c5bc2bcefb5b22d":[0,0,0,9,0,1,2,2], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__account.html#a85496532744ea53d75314676634e6c4e":[1,0,0,8,0,1,2,1], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__account.html#a84be13d91ea74ccf9c5bc2bcefb5b22d":[1,0,0,8,0,1,2,2], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__account.html#a85496532744ea53d75314676634e6c4e":[0,0,0,9,0,1,2,1], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__account.html#a996650c59913cdefaaa5276fe5e24f4b":[1,0,0,8,0,1,2,0], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__account.html#a85496532744ea53d75314676634e6c4e":[1,0,0,8,0,1,2,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__account.html#a996650c59913cdefaaa5276fe5e24f4b":[0,0,0,9,0,1,2,0], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__account.html#ad22418d16b78f5d32d8ad099127723c7":[0,0,0,9,0,1,2,3], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__account.html#a996650c59913cdefaaa5276fe5e24f4b":[1,0,0,8,0,1,2,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__account.html#ad22418d16b78f5d32d8ad099127723c7":[1,0,0,8,0,1,2,3], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__dryrun__tx.html":[0,0,0,9,0,1,3], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__account.html#ad22418d16b78f5d32d8ad099127723c7":[0,0,0,9,0,1,2,3], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__dryrun__tx.html":[1,0,0,8,0,1,3], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__dryrun__tx.html#a56266c6c1f4f989e6cb7f200595da300":[0,0,0,9,0,1,3,0], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__dryrun__tx.html":[0,0,0,9,0,1,3], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__dryrun__tx.html#a56266c6c1f4f989e6cb7f200595da300":[1,0,0,8,0,1,3,0], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__dryrun__tx.html#a56266c6c1f4f989e6cb7f200595da300":[0,0,0,9,0,1,3,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__dryrun__tx.html#ad6f08824ca51f31a28b498fae0a8fef8":[0,0,0,9,0,1,3,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__dryrun__tx.html#ad6f08824ca51f31a28b498fae0a8fef8":[1,0,0,8,0,1,3,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log.html":[1,0,0,8,0,1,5], @@ -228,26 +232,22 @@ var NAVTREEINDEX16 = "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log.html#a95088346b9283ca8c899ee731b306568":[1,0,0,8,0,1,5,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log.html#a9c750e26fb1fa5571294daadea4eceb3":[0,0,0,9,0,1,5,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log.html#a9c750e26fb1fa5571294daadea4eceb3":[1,0,0,8,0,1,5,1], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__index.html":[1,0,0,8,0,1,6], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__index.html":[0,0,0,9,0,1,6], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__index.html#a4be9920a9a2296c8447b088d50b25fcc":[1,0,0,8,0,1,6,1], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__index.html":[1,0,0,8,0,1,6], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__index.html#a4be9920a9a2296c8447b088d50b25fcc":[0,0,0,9,0,1,6,1], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__index.html#ac2042790e20561d324243945426f810a":[1,0,0,8,0,1,6,2], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__index.html#a4be9920a9a2296c8447b088d50b25fcc":[1,0,0,8,0,1,6,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__index.html#ac2042790e20561d324243945426f810a":[0,0,0,9,0,1,6,2], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__index.html#ac2042790e20561d324243945426f810a":[1,0,0,8,0,1,6,2], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__index.html#ad3d3e1c39dfbc556708fb9f0f18b4ddb":[0,0,0,9,0,1,6,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__index.html#ad3d3e1c39dfbc556708fb9f0f18b4ddb":[1,0,0,8,0,1,6,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__query.html":[1,0,0,8,0,1,7], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__query.html":[0,0,0,9,0,1,7], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__query.html#a36d6bf7c86161c2c7061902802e7f73b":[1,0,0,8,0,1,7,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__query.html#a36d6bf7c86161c2c7061902802e7f73b":[0,0,0,9,0,1,7,0], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__query.html#a36d6bf7c86161c2c7061902802e7f73b":[1,0,0,8,0,1,7,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__query.html#a3938a5775fe6f2ca4214a24cfbe98aae":[0,0,0,9,0,1,7,3], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__query.html#a3938a5775fe6f2ca4214a24cfbe98aae":[1,0,0,8,0,1,7,3], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__query.html#a9d84208edb3499e84d748ede02acfa94":[1,0,0,8,0,1,7,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__query.html#a9d84208edb3499e84d748ede02acfa94":[0,0,0,9,0,1,7,1], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__query.html#a9d84208edb3499e84d748ede02acfa94":[1,0,0,8,0,1,7,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__query.html#ad0b003c0fab47fc304d9cd6cfb0f4819":[0,0,0,9,0,1,7,2], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__query.html#ad0b003c0fab47fc304d9cd6cfb0f4819":[1,0,0,8,0,1,7,2], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__pretend__block.html":[1,0,0,8,0,1,8], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__pretend__block.html":[0,0,0,9,0,1,8], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__pretend__block.html#a1d0ff60656e7390c0e1b6675c6e6d8dd":[0,0,0,9,0,1,8,0], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__pretend__block.html#a1d0ff60656e7390c0e1b6675c6e6d8dd":[1,0,0,8,0,1,8,0] +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__log__query.html#ad0b003c0fab47fc304d9cd6cfb0f4819":[1,0,0,8,0,1,7,2] }; diff --git a/navtreeindex17.js b/navtreeindex17.js index 37b7dc2e4..7a25d0ef3 100644 --- a/navtreeindex17.js +++ b/navtreeindex17.js @@ -1,37 +1,41 @@ var NAVTREEINDEX17 = { -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__pretend__block.html#a62faeff3d85ed2ba921ac9e439af792d":[1,0,0,8,0,1,8,1], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__pretend__block.html":[1,0,0,8,0,1,8], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__pretend__block.html":[0,0,0,9,0,1,8], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__pretend__block.html#a1d0ff60656e7390c0e1b6675c6e6d8dd":[0,0,0,9,0,1,8,0], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__pretend__block.html#a1d0ff60656e7390c0e1b6675c6e6d8dd":[1,0,0,8,0,1,8,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__pretend__block.html#a62faeff3d85ed2ba921ac9e439af792d":[0,0,0,9,0,1,8,1], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__pretend__block.html#a62faeff3d85ed2ba921ac9e439af792d":[1,0,0,8,0,1,8,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__sig.html":[0,0,0,9,0,1,10], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__sig.html":[1,0,0,8,0,1,10], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__sig.html#a0f537cd17cd46d203476878501409b1d":[0,0,0,9,0,1,10,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__sig.html#a0f537cd17cd46d203476878501409b1d":[1,0,0,8,0,1,10,0], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__sig.html#a1e0ec22c5229b1a2ef52c065e66a0451":[0,0,0,9,0,1,10,2], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__sig.html#a1e0ec22c5229b1a2ef52c065e66a0451":[1,0,0,8,0,1,10,2], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__sig.html#a9a3a0382722c3119b1647b2219c17be2":[0,0,0,9,0,1,10,1], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__sig.html#a1e0ec22c5229b1a2ef52c065e66a0451":[0,0,0,9,0,1,10,2], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__sig.html#a9a3a0382722c3119b1647b2219c17be2":[1,0,0,8,0,1,10,1], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__sig.html#a9a3a0382722c3119b1647b2219c17be2":[0,0,0,9,0,1,10,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html":[0,0,0,9,0,1,11], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html":[1,0,0,8,0,1,11], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#a4a2eee1ff0e34c42bb8c4663521d3cac":[1,0,0,8,0,1,11,3], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#a4a2eee1ff0e34c42bb8c4663521d3cac":[0,0,0,9,0,1,11,3], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#a5dac136cf9d6d3fa3d7ca293149bb823":[1,0,0,8,0,1,11,4], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#a5dac136cf9d6d3fa3d7ca293149bb823":[0,0,0,9,0,1,11,4], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#a6114912753892123864544ba3aad2bb3":[0,0,0,9,0,1,11,5], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#a6114912753892123864544ba3aad2bb3":[1,0,0,8,0,1,11,5], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#a6114912753892123864544ba3aad2bb3":[0,0,0,9,0,1,11,5], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#a706d211247d13676407fbaca656c3f62":[1,0,0,8,0,1,11,7], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#a706d211247d13676407fbaca656c3f62":[0,0,0,9,0,1,11,7], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#a846a1b49de218d61590bf94a3c567656":[1,0,0,8,0,1,11,9], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#a846a1b49de218d61590bf94a3c567656":[0,0,0,9,0,1,11,9], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#a90c7fe6851ca21b098ddbab996c0aa51":[0,0,0,9,0,1,11,10], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#a90c7fe6851ca21b098ddbab996c0aa51":[1,0,0,8,0,1,11,10], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#a90c7fe6851ca21b098ddbab996c0aa51":[0,0,0,9,0,1,11,10], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#a9579d1485f1c4553f54377fcf7f5221c":[0,0,0,9,0,1,11,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#a9579d1485f1c4553f54377fcf7f5221c":[1,0,0,8,0,1,11,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#abd0f26d2a0f4a75fa3bb3580236cd188":[1,0,0,8,0,1,11,2], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#abd0f26d2a0f4a75fa3bb3580236cd188":[0,0,0,9,0,1,11,2], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#aca88abead1fd88cbb7c5150f980aab4b":[0,0,0,9,0,1,11,6], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#aca88abead1fd88cbb7c5150f980aab4b":[1,0,0,8,0,1,11,6], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#adafecbd89ef8d822be899b339479011b":[1,0,0,8,0,1,11,0], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#aca88abead1fd88cbb7c5150f980aab4b":[0,0,0,9,0,1,11,6], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#adafecbd89ef8d822be899b339479011b":[0,0,0,9,0,1,11,0], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#adafecbd89ef8d822be899b339479011b":[1,0,0,8,0,1,11,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#af4a7c61c227168fd251178d34968ac33":[0,0,0,9,0,1,11,8], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx.html#af4a7c61c227168fd251178d34968ac33":[1,0,0,8,0,1,11,8], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx__receipt.html":[0,0,0,9,0,1,12], @@ -40,12 +44,12 @@ var NAVTREEINDEX17 = "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx__receipt.html#a55457d963097d1269ad974d8910f5f57":[1,0,0,8,0,1,12,6], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx__receipt.html#a6e58c71b04325a8ab69aa35c69af3886":[0,0,0,9,0,1,12,5], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx__receipt.html#a6e58c71b04325a8ab69aa35c69af3886":[1,0,0,8,0,1,12,5], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx__receipt.html#a71b5106e39c36b1c156720609e2b5611":[0,0,0,9,0,1,12,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx__receipt.html#a71b5106e39c36b1c156720609e2b5611":[1,0,0,8,0,1,12,1], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx__receipt.html#aad35812a1961978ec9d0b15111c04d9a":[0,0,0,9,0,1,12,0], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx__receipt.html#a71b5106e39c36b1c156720609e2b5611":[0,0,0,9,0,1,12,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx__receipt.html#aad35812a1961978ec9d0b15111c04d9a":[1,0,0,8,0,1,12,0], -"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx__receipt.html#ab716004b8cdbd69e3fb9d55d42c24db7":[0,0,0,9,0,1,12,4], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx__receipt.html#aad35812a1961978ec9d0b15111c04d9a":[0,0,0,9,0,1,12,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx__receipt.html#ab716004b8cdbd69e3fb9d55d42c24db7":[1,0,0,8,0,1,12,4], +"structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx__receipt.html#ab716004b8cdbd69e3fb9d55d42c24db7":[0,0,0,9,0,1,12,4], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx__receipt.html#ad3012568f48696b4f445eb4550262131":[0,0,0,9,0,1,12,3], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx__receipt.html#ad3012568f48696b4f445eb4550262131":[1,0,0,8,0,1,12,3], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__tx__receipt.html#ae029152b9829a2d8cadbbbbb14c4aeeb":[0,0,0,9,0,1,12,2], @@ -58,46 +62,46 @@ var NAVTREEINDEX17 = "structcbdc_1_1parsec_1_1agent_1_1runner_1_1storage__key.html#a7ba36c6850fd40b2a14009c14f33ad30":[0,0,0,9,0,1,16,1], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1storage__key.html#aa1e6877e137864bc4d73d25886e11cdd":[1,0,0,8,0,1,16,0], "structcbdc_1_1parsec_1_1agent_1_1runner_1_1storage__key.html#aa1e6877e137864bc4d73d25886e11cdd":[0,0,0,9,0,1,16,0], -"structcbdc_1_1parsec_1_1config.html":[1,0,0,8,5], "structcbdc_1_1parsec_1_1config.html":[0,0,0,9,5], -"structcbdc_1_1parsec_1_1config.html#a246e82bae12674298691a839a9cf45a1":[0,0,0,9,5,9], +"structcbdc_1_1parsec_1_1config.html":[1,0,0,8,5], "structcbdc_1_1parsec_1_1config.html#a246e82bae12674298691a839a9cf45a1":[1,0,0,8,5,9], +"structcbdc_1_1parsec_1_1config.html#a246e82bae12674298691a839a9cf45a1":[0,0,0,9,5,9], "structcbdc_1_1parsec_1_1config.html#a5f0a327ff30814fc26e264493297ea5d":[0,0,0,9,5,2], "structcbdc_1_1parsec_1_1config.html#a5f0a327ff30814fc26e264493297ea5d":[1,0,0,8,5,2], -"structcbdc_1_1parsec_1_1config.html#a60c1dda265e3d8aa1fda77fab10250a7":[1,0,0,8,5,1], "structcbdc_1_1parsec_1_1config.html#a60c1dda265e3d8aa1fda77fab10250a7":[0,0,0,9,5,1], +"structcbdc_1_1parsec_1_1config.html#a60c1dda265e3d8aa1fda77fab10250a7":[1,0,0,8,5,1], "structcbdc_1_1parsec_1_1config.html#a72669aec1c60756896f3709897e08bf7":[0,0,0,9,5,6], "structcbdc_1_1parsec_1_1config.html#a72669aec1c60756896f3709897e08bf7":[1,0,0,8,5,6], "structcbdc_1_1parsec_1_1config.html#a7548e22e8233daf24307ca7f31f6ad8d":[1,0,0,8,5,5], "structcbdc_1_1parsec_1_1config.html#a7548e22e8233daf24307ca7f31f6ad8d":[0,0,0,9,5,5], "structcbdc_1_1parsec_1_1config.html#a7cc1bdb169bd2b6cb113e00cae1592e9":[0,0,0,9,5,3], "structcbdc_1_1parsec_1_1config.html#a7cc1bdb169bd2b6cb113e00cae1592e9":[1,0,0,8,5,3], -"structcbdc_1_1parsec_1_1config.html#a8328e0281f455b898226472c00f173ad":[1,0,0,8,5,0], "structcbdc_1_1parsec_1_1config.html#a8328e0281f455b898226472c00f173ad":[0,0,0,9,5,0], +"structcbdc_1_1parsec_1_1config.html#a8328e0281f455b898226472c00f173ad":[1,0,0,8,5,0], "structcbdc_1_1parsec_1_1config.html#a85acaa3857040f2a9fae013a7531bfb5":[0,0,0,9,5,4], "structcbdc_1_1parsec_1_1config.html#a85acaa3857040f2a9fae013a7531bfb5":[1,0,0,8,5,4], -"structcbdc_1_1parsec_1_1config.html#af3293a2d82e3b78e9fe22dfb74d496cb":[0,0,0,9,5,7], "structcbdc_1_1parsec_1_1config.html#af3293a2d82e3b78e9fe22dfb74d496cb":[1,0,0,8,5,7], +"structcbdc_1_1parsec_1_1config.html#af3293a2d82e3b78e9fe22dfb74d496cb":[0,0,0,9,5,7], "structcbdc_1_1parsec_1_1config.html#afe6d865f404b9b135b98518e16bbb696":[1,0,0,8,5,8], "structcbdc_1_1parsec_1_1config.html#afe6d865f404b9b135b98518e16bbb696":[0,0,0,9,5,8], -"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface_1_1ticket__type.html":[1,0,0,8,3,6,0], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface_1_1ticket__type.html":[0,0,0,9,3,6,0], +"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface_1_1ticket__type.html":[1,0,0,8,3,6,0], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface_1_1ticket__type.html#a4f1625f2eb65795778f649fb6cc15c0b":[0,0,0,9,3,6,0,1], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface_1_1ticket__type.html#a4f1625f2eb65795778f649fb6cc15c0b":[1,0,0,8,3,6,0,1], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface_1_1ticket__type.html#a528f95f41cbbac36677c65abbc90a9bd":[0,0,0,9,3,6,0,0], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface_1_1ticket__type.html#a528f95f41cbbac36677c65abbc90a9bd":[1,0,0,8,3,6,0,0], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface_1_1ticket__type.html#a5ec60f65a7e78f553b0d7fed080f5125":[0,0,0,9,3,6,0,2], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface_1_1ticket__type.html#a5ec60f65a7e78f553b0d7fed080f5125":[1,0,0,8,3,6,0,2], -"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1commit__request.html":[1,0,0,8,3,0,1], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1commit__request.html":[0,0,0,9,3,0,1], +"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1commit__request.html":[1,0,0,8,3,0,1], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1commit__request.html#a07cee6415266974ea9908f7d569c831f":[0,0,0,9,3,0,1,0], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1commit__request.html#a07cee6415266974ea9908f7d569c831f":[1,0,0,8,3,0,1,0], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1finish__request.html":[1,0,0,8,3,0,2], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1finish__request.html":[0,0,0,9,3,0,2], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1finish__request.html#aa888266c22b2c1b2b9415b42da96896c":[0,0,0,9,3,0,2,0], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1finish__request.html#aa888266c22b2c1b2b9415b42da96896c":[1,0,0,8,3,0,2,0], -"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1get__tickets__request.html":[0,0,0,9,3,0,3], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1get__tickets__request.html":[1,0,0,8,3,0,3], +"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1get__tickets__request.html":[0,0,0,9,3,0,3], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1get__tickets__request.html#a3e2315334592b08cc6a15fad0889c962":[1,0,0,8,3,0,3,0], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1get__tickets__request.html#a3e2315334592b08cc6a15fad0889c962":[0,0,0,9,3,0,3,0], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1prepare__request.html":[0,0,0,9,3,0,4], @@ -106,34 +110,34 @@ var NAVTREEINDEX17 = "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1prepare__request.html#acd42b2b632b3ee34544e90434f4d3cab":[0,0,0,9,3,0,4,1], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1prepare__request.html#ae1391a8ac6cedf9b7395cd6446fe18b8":[1,0,0,8,3,0,4,2], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1prepare__request.html#ae1391a8ac6cedf9b7395cd6446fe18b8":[0,0,0,9,3,0,4,2], -"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1prepare__request.html#af60baccae067c24dc1432018b9b4e0cc":[1,0,0,8,3,0,4,0], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1prepare__request.html#af60baccae067c24dc1432018b9b4e0cc":[0,0,0,9,3,0,4,0], -"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1replicated__get__tickets__request.html":[0,0,0,9,3,0,5], +"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1prepare__request.html#af60baccae067c24dc1432018b9b4e0cc":[1,0,0,8,3,0,4,0], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1replicated__get__tickets__request.html":[1,0,0,8,3,0,5], -"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1replicated__prepare__request.html":[0,0,0,9,3,0,6], +"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1replicated__get__tickets__request.html":[0,0,0,9,3,0,5], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1replicated__prepare__request.html":[1,0,0,8,3,0,6], +"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1replicated__prepare__request.html":[0,0,0,9,3,0,6], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1replicated__prepare__request.html#a490594cfb818c2a1353b08bbc4ffa3de":[1,0,0,8,3,0,6,2], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1replicated__prepare__request.html#a490594cfb818c2a1353b08bbc4ffa3de":[0,0,0,9,3,0,6,2], -"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1replicated__prepare__request.html#a59a23a6c48772fe43442062102b7d5d9":[1,0,0,8,3,0,6,1], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1replicated__prepare__request.html#a59a23a6c48772fe43442062102b7d5d9":[0,0,0,9,3,0,6,1], +"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1replicated__prepare__request.html#a59a23a6c48772fe43442062102b7d5d9":[1,0,0,8,3,0,6,1], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1replicated__prepare__request.html#ac8f18f7212a56898787ebcc7bb3e9919":[1,0,0,8,3,0,6,0], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1replicated__prepare__request.html#ac8f18f7212a56898787ebcc7bb3e9919":[0,0,0,9,3,0,6,0], -"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1rollback__request.html":[0,0,0,9,3,0,7], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1rollback__request.html":[1,0,0,8,3,0,7], -"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1rollback__request.html#a57e957a14c1f38c92f3febcea63c54f6":[0,0,0,9,3,0,7,0], +"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1rollback__request.html":[0,0,0,9,3,0,7], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1rollback__request.html#a57e957a14c1f38c92f3febcea63c54f6":[1,0,0,8,3,0,7,0], -"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1try__lock__request.html":[0,0,0,9,3,0,9], +"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1rollback__request.html#a57e957a14c1f38c92f3febcea63c54f6":[0,0,0,9,3,0,7,0], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1try__lock__request.html":[1,0,0,8,3,0,9], +"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1try__lock__request.html":[0,0,0,9,3,0,9], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1try__lock__request.html#a369f20a81e8cec38aa98d1e745c80fd2":[0,0,0,9,3,0,9,4], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1try__lock__request.html#a369f20a81e8cec38aa98d1e745c80fd2":[1,0,0,8,3,0,9,4], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1try__lock__request.html#a488ca2a6b47795725f1b37508a9f222f":[0,0,0,9,3,0,9,0], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1try__lock__request.html#a488ca2a6b47795725f1b37508a9f222f":[1,0,0,8,3,0,9,0], -"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1try__lock__request.html#a9cf9a46188ecdc13c54f70f1c2ebbb44":[1,0,0,8,3,0,9,1], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1try__lock__request.html#a9cf9a46188ecdc13c54f70f1c2ebbb44":[0,0,0,9,3,0,9,1], -"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1try__lock__request.html#adfaf5d6b1553787d173a76fd72f35006":[1,0,0,8,3,0,9,2], +"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1try__lock__request.html#a9cf9a46188ecdc13c54f70f1c2ebbb44":[1,0,0,8,3,0,9,1], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1try__lock__request.html#adfaf5d6b1553787d173a76fd72f35006":[0,0,0,9,3,0,9,2], -"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1try__lock__request.html#af67d63bd6307bddb743a8daa70e26ff4":[1,0,0,8,3,0,9,3], +"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1try__lock__request.html#adfaf5d6b1553787d173a76fd72f35006":[1,0,0,8,3,0,9,2], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1try__lock__request.html#af67d63bd6307bddb743a8daa70e26ff4":[0,0,0,9,3,0,9,3], +"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1try__lock__request.html#af67d63bd6307bddb743a8daa70e26ff4":[1,0,0,8,3,0,9,3], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1shard__error.html":[1,0,0,8,3,7], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1shard__error.html":[0,0,0,9,3,7], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1shard__error.html#acf3f047a830cc61da60d7e9016119954":[0,0,0,9,3,7,0], @@ -144,66 +148,66 @@ var NAVTREEINDEX17 = "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1wounded__details.html":[0,0,0,9,3,9], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1wounded__details.html#a2e33191c461205784a37723b35fd358c":[1,0,0,8,3,9,0], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1wounded__details.html#a2e33191c461205784a37723b35fd358c":[0,0,0,9,3,9,0], -"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1wounded__details.html#a329305da2049db9ebb6140a59b6e0a63":[1,0,0,8,3,9,1], "structcbdc_1_1parsec_1_1runtime__locking__shard_1_1wounded__details.html#a329305da2049db9ebb6140a59b6e0a63":[0,0,0,9,3,9,1], +"structcbdc_1_1parsec_1_1runtime__locking__shard_1_1wounded__details.html#a329305da2049db9ebb6140a59b6e0a63":[1,0,0,8,3,9,1], "structcbdc_1_1rpc_1_1header.html":[1,0,0,10,6], "structcbdc_1_1rpc_1_1header.html":[0,0,0,11,6], -"structcbdc_1_1rpc_1_1header.html#a4426d66250481148ad220666997233e0":[1,0,0,10,6,0], "structcbdc_1_1rpc_1_1header.html#a4426d66250481148ad220666997233e0":[0,0,0,11,6,0], +"structcbdc_1_1rpc_1_1header.html#a4426d66250481148ad220666997233e0":[1,0,0,10,6,0], "structcbdc_1_1rpc_1_1request.html":[0,0,0,11,10], "structcbdc_1_1rpc_1_1request.html":[1,0,0,10,10], -"structcbdc_1_1rpc_1_1request.html#a4cb97bb5c7892c4f1434228ccdfeb932":[1,0,0,10,10,0], "structcbdc_1_1rpc_1_1request.html#a4cb97bb5c7892c4f1434228ccdfeb932":[0,0,0,11,10,0], -"structcbdc_1_1rpc_1_1request.html#ad922b91459614013dc42ad33e45531ff":[1,0,0,10,10,1], +"structcbdc_1_1rpc_1_1request.html#a4cb97bb5c7892c4f1434228ccdfeb932":[1,0,0,10,10,0], "structcbdc_1_1rpc_1_1request.html#ad922b91459614013dc42ad33e45531ff":[0,0,0,11,10,1], +"structcbdc_1_1rpc_1_1request.html#ad922b91459614013dc42ad33e45531ff":[1,0,0,10,10,1], "structcbdc_1_1rpc_1_1response.html":[0,0,0,11,11], "structcbdc_1_1rpc_1_1response.html":[1,0,0,10,11], "structcbdc_1_1rpc_1_1response.html#a1e4dec8290d7031124acd9b8098294ff":[1,0,0,10,11,0], "structcbdc_1_1rpc_1_1response.html#a1e4dec8290d7031124acd9b8098294ff":[0,0,0,11,11,0], -"structcbdc_1_1rpc_1_1response.html#aee8c6734419fa8e7b2ed3ec9b6ebbc85":[0,0,0,11,11,1], "structcbdc_1_1rpc_1_1response.html#aee8c6734419fa8e7b2ed3ec9b6ebbc85":[1,0,0,10,11,1], +"structcbdc_1_1rpc_1_1response.html#aee8c6734419fa8e7b2ed3ec9b6ebbc85":[0,0,0,11,11,1], "structcbdc_1_1sentinel_1_1execute__request.html":[0,0,0,12,3], "structcbdc_1_1sentinel_1_1execute__request.html":[1,0,0,11,3], "structcbdc_1_1sentinel_1_1execute__response.html":[0,0,0,12,4], "structcbdc_1_1sentinel_1_1execute__response.html":[1,0,0,11,4], -"structcbdc_1_1sentinel_1_1execute__response.html#a935583033502f789212dff5d2481451e":[1,0,0,11,4,2], "structcbdc_1_1sentinel_1_1execute__response.html#a935583033502f789212dff5d2481451e":[0,0,0,12,4,2], +"structcbdc_1_1sentinel_1_1execute__response.html#a935583033502f789212dff5d2481451e":[1,0,0,11,4,2], "structcbdc_1_1sentinel_1_1execute__response.html#acb67c2b6e8ee11efa8eab73433e081ec":[1,0,0,11,4,0], "structcbdc_1_1sentinel_1_1execute__response.html#acb67c2b6e8ee11efa8eab73433e081ec":[0,0,0,12,4,0], "structcbdc_1_1sentinel_1_1execute__response.html#ace12ba43136b83fd660f7a2f761d9e64":[1,0,0,11,4,1], "structcbdc_1_1sentinel_1_1execute__response.html#ace12ba43136b83fd660f7a2f761d9e64":[0,0,0,12,4,1], "structcbdc_1_1sentinel_1_1shard__info.html":[0,0,0,12,6], "structcbdc_1_1sentinel_1_1shard__info.html":[1,0,0,11,6], -"structcbdc_1_1sentinel_1_1shard__info.html#a14aa39c523b0484bbca9fb7de74cd3a9":[1,0,0,11,6,0], "structcbdc_1_1sentinel_1_1shard__info.html#a14aa39c523b0484bbca9fb7de74cd3a9":[0,0,0,12,6,0], +"structcbdc_1_1sentinel_1_1shard__info.html#a14aa39c523b0484bbca9fb7de74cd3a9":[1,0,0,11,6,0], "structcbdc_1_1sentinel_1_1shard__info.html#aba4742fe8edc4531e477af7d6eb783e4":[0,0,0,12,6,1], "structcbdc_1_1sentinel_1_1shard__info.html#aba4742fe8edc4531e477af7d6eb783e4":[1,0,0,11,6,1], -"structcbdc_1_1sentinel_1_1validate__request.html":[0,0,0,12,7], "structcbdc_1_1sentinel_1_1validate__request.html":[1,0,0,11,7], +"structcbdc_1_1sentinel_1_1validate__request.html":[0,0,0,12,7], "structcbdc_1_1transaction_1_1compact__tx.html":[0,0,0,15,1], "structcbdc_1_1transaction_1_1compact__tx.html":[1,0,0,14,1], "structcbdc_1_1transaction_1_1compact__tx.html#a06cfd3f28ccd44791ff428073e0b0423":[1,0,0,14,1,8], "structcbdc_1_1transaction_1_1compact__tx.html#a06cfd3f28ccd44791ff428073e0b0423":[0,0,0,15,1,8], -"structcbdc_1_1transaction_1_1compact__tx.html#a0a03fa29a4be3bbb95a677749957356f":[0,0,0,15,1,6], "structcbdc_1_1transaction_1_1compact__tx.html#a0a03fa29a4be3bbb95a677749957356f":[1,0,0,14,1,6], -"structcbdc_1_1transaction_1_1compact__tx.html#a0a5b97de289c8a649cd759779011a7c7":[0,0,0,15,1,7], +"structcbdc_1_1transaction_1_1compact__tx.html#a0a03fa29a4be3bbb95a677749957356f":[0,0,0,15,1,6], "structcbdc_1_1transaction_1_1compact__tx.html#a0a5b97de289c8a649cd759779011a7c7":[1,0,0,14,1,7], +"structcbdc_1_1transaction_1_1compact__tx.html#a0a5b97de289c8a649cd759779011a7c7":[0,0,0,15,1,7], "structcbdc_1_1transaction_1_1compact__tx.html#a11b20af40647c13e01393a04f58345b4":[1,0,0,14,1,9], "structcbdc_1_1transaction_1_1compact__tx.html#a11b20af40647c13e01393a04f58345b4":[0,0,0,15,1,9], "structcbdc_1_1transaction_1_1compact__tx.html#a1210eb13faff2ba8cc62ff1dced6b108":[1,0,0,14,1,2], "structcbdc_1_1transaction_1_1compact__tx.html#a1210eb13faff2ba8cc62ff1dced6b108":[0,0,0,15,1,2], "structcbdc_1_1transaction_1_1compact__tx.html#a2478a31eb86fa478cd211c3220a2b5e5":[1,0,0,14,1,3], "structcbdc_1_1transaction_1_1compact__tx.html#a2478a31eb86fa478cd211c3220a2b5e5":[0,0,0,15,1,3], -"structcbdc_1_1transaction_1_1compact__tx.html#a56530bc722316ea50047fe722d127558":[0,0,0,15,1,5], "structcbdc_1_1transaction_1_1compact__tx.html#a56530bc722316ea50047fe722d127558":[1,0,0,14,1,5], -"structcbdc_1_1transaction_1_1compact__tx.html#abbf24ba22c569aa5eba3dd3a48c20848":[0,0,0,15,1,4], +"structcbdc_1_1transaction_1_1compact__tx.html#a56530bc722316ea50047fe722d127558":[0,0,0,15,1,5], "structcbdc_1_1transaction_1_1compact__tx.html#abbf24ba22c569aa5eba3dd3a48c20848":[1,0,0,14,1,4], -"structcbdc_1_1transaction_1_1compact__tx.html#ae2215f2d247b15d36e0126220b71f560":[0,0,0,15,1,0], +"structcbdc_1_1transaction_1_1compact__tx.html#abbf24ba22c569aa5eba3dd3a48c20848":[0,0,0,15,1,4], "structcbdc_1_1transaction_1_1compact__tx.html#ae2215f2d247b15d36e0126220b71f560":[1,0,0,14,1,0], -"structcbdc_1_1transaction_1_1compact__tx.html#ae2b0918144ecf131e1f517818d5e0d27":[0,0,0,15,1,1], +"structcbdc_1_1transaction_1_1compact__tx.html#ae2215f2d247b15d36e0126220b71f560":[0,0,0,15,1,0], "structcbdc_1_1transaction_1_1compact__tx.html#ae2b0918144ecf131e1f517818d5e0d27":[1,0,0,14,1,1], -"structcbdc_1_1transaction_1_1compact__tx__hasher.html":[0,0,0,15,2], +"structcbdc_1_1transaction_1_1compact__tx.html#ae2b0918144ecf131e1f517818d5e0d27":[0,0,0,15,1,1], "structcbdc_1_1transaction_1_1compact__tx__hasher.html":[1,0,0,14,2], +"structcbdc_1_1transaction_1_1compact__tx__hasher.html":[0,0,0,15,2], "structcbdc_1_1transaction_1_1compact__tx__hasher.html#a92dd100c6e6a798ca374305bc64d0fe4":[1,0,0,14,2,0], "structcbdc_1_1transaction_1_1compact__tx__hasher.html#a92dd100c6e6a798ca374305bc64d0fe4":[0,0,0,15,2,0], "structcbdc_1_1transaction_1_1full__tx.html":[1,0,0,14,3], @@ -216,38 +220,34 @@ var NAVTREEINDEX17 = "structcbdc_1_1transaction_1_1full__tx.html#a8f6ca472c0ba97fd2e3f1da2738f7f08":[0,0,0,15,3,3], "structcbdc_1_1transaction_1_1full__tx.html#aaa850e78acf84ed1fd1ab3a5bbed4e87":[0,0,0,15,3,1], "structcbdc_1_1transaction_1_1full__tx.html#aaa850e78acf84ed1fd1ab3a5bbed4e87":[1,0,0,14,3,1], -"structcbdc_1_1transaction_1_1full__tx.html#abfab95a9376d0d8af8191b63e2d9590b":[0,0,0,15,3,4], "structcbdc_1_1transaction_1_1full__tx.html#abfab95a9376d0d8af8191b63e2d9590b":[1,0,0,14,3,4], +"structcbdc_1_1transaction_1_1full__tx.html#abfab95a9376d0d8af8191b63e2d9590b":[0,0,0,15,3,4], "structcbdc_1_1transaction_1_1input.html":[0,0,0,15,4], "structcbdc_1_1transaction_1_1input.html":[1,0,0,14,4], -"structcbdc_1_1transaction_1_1input.html#a5a678c8254af86fa1e54011a127d7a82":[0,0,0,15,4,4], "structcbdc_1_1transaction_1_1input.html#a5a678c8254af86fa1e54011a127d7a82":[1,0,0,14,4,4], -"structcbdc_1_1transaction_1_1input.html#aa4c275ea0a96230b7671f3bd882115cb":[0,0,0,15,4,0], +"structcbdc_1_1transaction_1_1input.html#a5a678c8254af86fa1e54011a127d7a82":[0,0,0,15,4,4], "structcbdc_1_1transaction_1_1input.html#aa4c275ea0a96230b7671f3bd882115cb":[1,0,0,14,4,0], -"structcbdc_1_1transaction_1_1input.html#abb3bd55f37b41f06791f9c69347b0c88":[1,0,0,14,4,1], +"structcbdc_1_1transaction_1_1input.html#aa4c275ea0a96230b7671f3bd882115cb":[0,0,0,15,4,0], "structcbdc_1_1transaction_1_1input.html#abb3bd55f37b41f06791f9c69347b0c88":[0,0,0,15,4,1], -"structcbdc_1_1transaction_1_1input.html#adc4f6bd0f03539343b3ae9d288126200":[1,0,0,14,4,5], +"structcbdc_1_1transaction_1_1input.html#abb3bd55f37b41f06791f9c69347b0c88":[1,0,0,14,4,1], "structcbdc_1_1transaction_1_1input.html#adc4f6bd0f03539343b3ae9d288126200":[0,0,0,15,4,5], +"structcbdc_1_1transaction_1_1input.html#adc4f6bd0f03539343b3ae9d288126200":[1,0,0,14,4,5], "structcbdc_1_1transaction_1_1input.html#af077b5ca444723f73931fad217764e0c":[0,0,0,15,4,3], "structcbdc_1_1transaction_1_1input.html#af077b5ca444723f73931fad217764e0c":[1,0,0,14,4,3], -"structcbdc_1_1transaction_1_1input.html#af0b6ba1017cb2a4e8d56b8c1561171bc":[1,0,0,14,4,2], "structcbdc_1_1transaction_1_1input.html#af0b6ba1017cb2a4e8d56b8c1561171bc":[0,0,0,15,4,2], -"structcbdc_1_1transaction_1_1out__point.html":[0,0,0,15,5], +"structcbdc_1_1transaction_1_1input.html#af0b6ba1017cb2a4e8d56b8c1561171bc":[1,0,0,14,4,2], "structcbdc_1_1transaction_1_1out__point.html":[1,0,0,14,5], -"structcbdc_1_1transaction_1_1out__point.html#a1678a2fbe7dfb22a774f87c1c08ca068":[1,0,0,14,5,5], +"structcbdc_1_1transaction_1_1out__point.html":[0,0,0,15,5], "structcbdc_1_1transaction_1_1out__point.html#a1678a2fbe7dfb22a774f87c1c08ca068":[0,0,0,15,5,5], -"structcbdc_1_1transaction_1_1out__point.html#a1aee6865da6a87da295b966b55005753":[1,0,0,14,5,3], +"structcbdc_1_1transaction_1_1out__point.html#a1678a2fbe7dfb22a774f87c1c08ca068":[1,0,0,14,5,5], "structcbdc_1_1transaction_1_1out__point.html#a1aee6865da6a87da295b966b55005753":[0,0,0,15,5,3], +"structcbdc_1_1transaction_1_1out__point.html#a1aee6865da6a87da295b966b55005753":[1,0,0,14,5,3], "structcbdc_1_1transaction_1_1out__point.html#a2833154e8666df7f23d19f24bc09c134":[1,0,0,14,5,0], "structcbdc_1_1transaction_1_1out__point.html#a2833154e8666df7f23d19f24bc09c134":[0,0,0,15,5,0], -"structcbdc_1_1transaction_1_1out__point.html#a44deae8d795e6ef0a5e6f06e57a47d22":[0,0,0,15,5,1], "structcbdc_1_1transaction_1_1out__point.html#a44deae8d795e6ef0a5e6f06e57a47d22":[1,0,0,14,5,1], -"structcbdc_1_1transaction_1_1out__point.html#a65d1cd0564e1b9b0c854c8ccd76b957a":[0,0,0,15,5,4], +"structcbdc_1_1transaction_1_1out__point.html#a44deae8d795e6ef0a5e6f06e57a47d22":[0,0,0,15,5,1], "structcbdc_1_1transaction_1_1out__point.html#a65d1cd0564e1b9b0c854c8ccd76b957a":[1,0,0,14,5,4], +"structcbdc_1_1transaction_1_1out__point.html#a65d1cd0564e1b9b0c854c8ccd76b957a":[0,0,0,15,5,4], "structcbdc_1_1transaction_1_1out__point.html#abfa540b92c4e39e0dbdc797095902ba2":[1,0,0,14,5,2], -"structcbdc_1_1transaction_1_1out__point.html#abfa540b92c4e39e0dbdc797095902ba2":[0,0,0,15,5,2], -"structcbdc_1_1transaction_1_1output.html":[0,0,0,15,6], -"structcbdc_1_1transaction_1_1output.html":[1,0,0,14,6], -"structcbdc_1_1transaction_1_1output.html#a4b1f054a41295cdbbbff1cf17e4a8239":[1,0,0,14,6,3], -"structcbdc_1_1transaction_1_1output.html#a4b1f054a41295cdbbbff1cf17e4a8239":[0,0,0,15,6,3] +"structcbdc_1_1transaction_1_1out__point.html#abfa540b92c4e39e0dbdc797095902ba2":[0,0,0,15,5,2] }; diff --git a/navtreeindex18.js b/navtreeindex18.js index 33d9acb39..f9c0e9f35 100644 --- a/navtreeindex18.js +++ b/navtreeindex18.js @@ -1,41 +1,47 @@ var NAVTREEINDEX18 = { -"structcbdc_1_1transaction_1_1output.html#a595bdf21dc5ce52c17e22aa198208c88":[1,0,0,14,6,1], -"structcbdc_1_1transaction_1_1output.html#a595bdf21dc5ce52c17e22aa198208c88":[0,0,0,15,6,1], -"structcbdc_1_1transaction_1_1output.html#aa46b2ecbdf1e3a5ae51ec72839630e52":[1,0,0,14,6,0], -"structcbdc_1_1transaction_1_1output.html#aa46b2ecbdf1e3a5ae51ec72839630e52":[0,0,0,15,6,0], -"structcbdc_1_1transaction_1_1output.html#adc225265e6ee723fdeed11229d03f7ce":[0,0,0,15,6,2], -"structcbdc_1_1transaction_1_1output.html#adc225265e6ee723fdeed11229d03f7ce":[1,0,0,14,6,2], -"structcbdc_1_1transaction_1_1output.html#af35c2d1149df08493e458f1647e56bd8":[0,0,0,15,6,4], -"structcbdc_1_1transaction_1_1output.html#af35c2d1149df08493e458f1647e56bd8":[1,0,0,14,6,4], -"structcbdc_1_1transaction_1_1validation_1_1input__error.html":[0,0,0,15,0,0], +"structcbdc_1_1transaction_1_1output.html":[0,0,0,15,6], +"structcbdc_1_1transaction_1_1output.html":[1,0,0,14,6], +"structcbdc_1_1transaction_1_1output.html#a4b1f054a41295cdbbbff1cf17e4a8239":[0,0,0,15,6,4], +"structcbdc_1_1transaction_1_1output.html#a4b1f054a41295cdbbbff1cf17e4a8239":[1,0,0,14,6,4], +"structcbdc_1_1transaction_1_1output.html#a4c104ae8fd8505a8d1a27f48ecfddcf2":[0,0,0,15,6,0], +"structcbdc_1_1transaction_1_1output.html#a4c104ae8fd8505a8d1a27f48ecfddcf2":[1,0,0,14,6,0], +"structcbdc_1_1transaction_1_1output.html#a595bdf21dc5ce52c17e22aa198208c88":[0,0,0,15,6,2], +"structcbdc_1_1transaction_1_1output.html#a595bdf21dc5ce52c17e22aa198208c88":[1,0,0,14,6,2], +"structcbdc_1_1transaction_1_1output.html#aa46b2ecbdf1e3a5ae51ec72839630e52":[0,0,0,15,6,1], +"structcbdc_1_1transaction_1_1output.html#aa46b2ecbdf1e3a5ae51ec72839630e52":[1,0,0,14,6,1], +"structcbdc_1_1transaction_1_1output.html#adc225265e6ee723fdeed11229d03f7ce":[0,0,0,15,6,3], +"structcbdc_1_1transaction_1_1output.html#adc225265e6ee723fdeed11229d03f7ce":[1,0,0,14,6,3], +"structcbdc_1_1transaction_1_1output.html#af35c2d1149df08493e458f1647e56bd8":[0,0,0,15,6,5], +"structcbdc_1_1transaction_1_1output.html#af35c2d1149df08493e458f1647e56bd8":[1,0,0,14,6,5], "structcbdc_1_1transaction_1_1validation_1_1input__error.html":[1,0,0,14,0,0], -"structcbdc_1_1transaction_1_1validation_1_1input__error.html#a070083e123294e7cbf294dab6dacf871":[1,0,0,14,0,0,0], +"structcbdc_1_1transaction_1_1validation_1_1input__error.html":[0,0,0,15,0,0], "structcbdc_1_1transaction_1_1validation_1_1input__error.html#a070083e123294e7cbf294dab6dacf871":[0,0,0,15,0,0,0], -"structcbdc_1_1transaction_1_1validation_1_1input__error.html#a07930bd98b7f329e27fcf357eeacffb0":[0,0,0,15,0,0,1], +"structcbdc_1_1transaction_1_1validation_1_1input__error.html#a070083e123294e7cbf294dab6dacf871":[1,0,0,14,0,0,0], "structcbdc_1_1transaction_1_1validation_1_1input__error.html#a07930bd98b7f329e27fcf357eeacffb0":[1,0,0,14,0,0,1], -"structcbdc_1_1transaction_1_1validation_1_1input__error.html#aa9c1e6a918d1a30ee9a0c89a0e84519b":[1,0,0,14,0,0,3], +"structcbdc_1_1transaction_1_1validation_1_1input__error.html#a07930bd98b7f329e27fcf357eeacffb0":[0,0,0,15,0,0,1], "structcbdc_1_1transaction_1_1validation_1_1input__error.html#aa9c1e6a918d1a30ee9a0c89a0e84519b":[0,0,0,15,0,0,3], +"structcbdc_1_1transaction_1_1validation_1_1input__error.html#aa9c1e6a918d1a30ee9a0c89a0e84519b":[1,0,0,14,0,0,3], "structcbdc_1_1transaction_1_1validation_1_1input__error.html#abece78a99f97ed30eaf0fc75005d5437":[1,0,0,14,0,0,2], "structcbdc_1_1transaction_1_1validation_1_1input__error.html#abece78a99f97ed30eaf0fc75005d5437":[0,0,0,15,0,0,2], -"structcbdc_1_1transaction_1_1validation_1_1output__error.html":[0,0,0,15,0,1], "structcbdc_1_1transaction_1_1validation_1_1output__error.html":[1,0,0,14,0,1], -"structcbdc_1_1transaction_1_1validation_1_1output__error.html#a65f344a268f389ee7a625b70cc84e2b3":[1,0,0,14,0,1,2], +"structcbdc_1_1transaction_1_1validation_1_1output__error.html":[0,0,0,15,0,1], "structcbdc_1_1transaction_1_1validation_1_1output__error.html#a65f344a268f389ee7a625b70cc84e2b3":[0,0,0,15,0,1,2], +"structcbdc_1_1transaction_1_1validation_1_1output__error.html#a65f344a268f389ee7a625b70cc84e2b3":[1,0,0,14,0,1,2], "structcbdc_1_1transaction_1_1validation_1_1output__error.html#a841659c363501a8f6f5eb212ea7d8332":[0,0,0,15,0,1,0], "structcbdc_1_1transaction_1_1validation_1_1output__error.html#a841659c363501a8f6f5eb212ea7d8332":[1,0,0,14,0,1,0], -"structcbdc_1_1transaction_1_1validation_1_1output__error.html#a95af9152123c5da6eede2b605fcde144":[1,0,0,14,0,1,1], "structcbdc_1_1transaction_1_1validation_1_1output__error.html#a95af9152123c5da6eede2b605fcde144":[0,0,0,15,0,1,1], -"structcbdc_1_1transaction_1_1validation_1_1witness__error.html":[1,0,0,14,0,2], +"structcbdc_1_1transaction_1_1validation_1_1output__error.html#a95af9152123c5da6eede2b605fcde144":[1,0,0,14,0,1,1], "structcbdc_1_1transaction_1_1validation_1_1witness__error.html":[0,0,0,15,0,2], +"structcbdc_1_1transaction_1_1validation_1_1witness__error.html":[1,0,0,14,0,2], "structcbdc_1_1transaction_1_1validation_1_1witness__error.html#a13618806288a0e5a63baea15dac79fdc":[0,0,0,15,0,2,0], "structcbdc_1_1transaction_1_1validation_1_1witness__error.html#a13618806288a0e5a63baea15dac79fdc":[1,0,0,14,0,2,0], -"structcbdc_1_1transaction_1_1validation_1_1witness__error.html#a39500d7869781ff0fd17c677cb26f17a":[0,0,0,15,0,2,2], "structcbdc_1_1transaction_1_1validation_1_1witness__error.html#a39500d7869781ff0fd17c677cb26f17a":[1,0,0,14,0,2,2], +"structcbdc_1_1transaction_1_1validation_1_1witness__error.html#a39500d7869781ff0fd17c677cb26f17a":[0,0,0,15,0,2,2], "structcbdc_1_1transaction_1_1validation_1_1witness__error.html#a4490c46d1aa8f01ba37ad87a739b7183":[0,0,0,15,0,2,1], "structcbdc_1_1transaction_1_1validation_1_1witness__error.html#a4490c46d1aa8f01ba37ad87a739b7183":[1,0,0,14,0,2,1], -"structcbdc_1_1watchtower_1_1best__block__height__request.html":[0,0,0,16,1], "structcbdc_1_1watchtower_1_1best__block__height__request.html":[1,0,0,15,1], +"structcbdc_1_1watchtower_1_1best__block__height__request.html":[0,0,0,16,1], "structcbdc_1_1watchtower_1_1best__block__height__request.html#a24b9b328f20733b8577c263d51d709cb":[1,0,0,15,1,1], "structcbdc_1_1watchtower_1_1best__block__height__request.html#a24b9b328f20733b8577c263d51d709cb":[0,0,0,16,1,1], "structcbdc_1_1watchtower_1_1best__block__height__request.html#ab4af6c99fadbc6e532ee4d91af3ffee6":[1,0,0,15,1,2], @@ -243,11 +249,5 @@ var NAVTREEINDEX18 = "uhs_2sentinel_2format_8hpp.html#a66a5ebbcf1323cec6eb9ae5895865695":[2,0,0,1,2,4,0], "uhs_2sentinel_2format_8hpp.html#abcdf42e76fcced0d62dedadaf569bd95":[2,0,0,1,2,4,1], "uhs_2sentinel_2format_8hpp_source.html":[2,0,0,1,2,4], -"uhs_2sentinel_2interface_8cpp.html":[2,0,0,1,2,5], -"uhs_2sentinel_2interface_8cpp.html#a49451c48c108396eebfdb96a0873541e":[2,0,0,1,2,5,0], -"uhs_2sentinel_2interface_8cpp_source.html":[2,0,0,1,2,5], -"uhs_2sentinel_2interface_8hpp.html":[2,0,0,1,2,6], -"uhs_2sentinel_2interface_8hpp.html#a15947739c24c48d35e30344b5242f43f":[2,0,0,1,2,6,7], -"uhs_2sentinel_2interface_8hpp.html#a49451c48c108396eebfdb96a0873541e":[2,0,0,1,2,6,9], -"uhs_2sentinel_2interface_8hpp.html#a6fa714dece5e3cc0ad58fcd1eef228a3":[2,0,0,1,2,6,6] +"uhs_2sentinel_2interface_8cpp.html":[2,0,0,1,2,5] }; diff --git a/navtreeindex19.js b/navtreeindex19.js index 9fd79cd42..a4a6bb7fd 100644 --- a/navtreeindex19.js +++ b/navtreeindex19.js @@ -1,5 +1,11 @@ var NAVTREEINDEX19 = { +"uhs_2sentinel_2interface_8cpp.html#a49451c48c108396eebfdb96a0873541e":[2,0,0,1,2,5,0], +"uhs_2sentinel_2interface_8cpp_source.html":[2,0,0,1,2,5], +"uhs_2sentinel_2interface_8hpp.html":[2,0,0,1,2,6], +"uhs_2sentinel_2interface_8hpp.html#a15947739c24c48d35e30344b5242f43f":[2,0,0,1,2,6,7], +"uhs_2sentinel_2interface_8hpp.html#a49451c48c108396eebfdb96a0873541e":[2,0,0,1,2,6,9], +"uhs_2sentinel_2interface_8hpp.html#a6fa714dece5e3cc0ad58fcd1eef228a3":[2,0,0,1,2,6,6], "uhs_2sentinel_2interface_8hpp.html#a8582b428c6d5128e23402f95f03271e5":[2,0,0,1,2,6,8], "uhs_2sentinel_2interface_8hpp.html#a8582b428c6d5128e23402f95f03271e5a0d7c9cd5b0a4f8f3e7bd1f49bd74aa64":[2,0,0,1,2,6,8,1], "uhs_2sentinel_2interface_8hpp.html#a8582b428c6d5128e23402f95f03271e5a6a457409e1b8c7fd7f2c2a6fad3ffb06":[2,0,0,1,2,6,8,2], @@ -243,11 +249,5 @@ var NAVTREEINDEX19 = "validation_8cpp.html#abeb1b2b8bc2fd32358b460bb86b53d34":[2,0,0,1,3,4,2], "validation_8cpp.html#ac1242033c7a1e9412a526de0e1ef3003":[2,0,0,1,3,4,23], "validation_8cpp.html#adbeaf92bb889b28258e63eb95fc3d5b7":[2,0,0,1,3,4,12], -"validation_8cpp.html#adc89367934be44c3a98285ba10d35755":[2,0,0,1,3,4,10], -"validation_8cpp.html#ae0bd11e125718e02af61645696f5e8cd":[2,0,0,1,3,4,9], -"validation_8cpp.html#aeea57ebf8cc203210d6ac25b5f80ab10":[2,0,0,1,3,4,13], -"validation_8cpp.html#afd1058c34035553ee415c69885f12a8f":[2,0,0,1,3,4,1], -"validation_8cpp.html#afed57f8d97318800782a1678e62b0a2b":[2,0,0,1,3,4,16], -"validation_8cpp_source.html":[2,0,0,1,3,4], -"validation_8hpp.html":[2,0,0,1,3,5] +"validation_8cpp.html#adc89367934be44c3a98285ba10d35755":[2,0,0,1,3,4,10] }; diff --git a/navtreeindex2.js b/navtreeindex2.js index 716b13afd..284d1505b 100644 --- a/navtreeindex2.js +++ b/navtreeindex2.js @@ -2,10 +2,10 @@ var NAVTREEINDEX2 = { "classcbdc_1_1coordinator_1_1distributed__tx.html#af79e372c1ca85742f1a40122bcd5d105":[1,0,0,3,2,15], "classcbdc_1_1coordinator_1_1distributed__tx.html#af79e372c1ca85742f1a40122bcd5d105":[0,0,0,4,2,15], -"classcbdc_1_1coordinator_1_1interface.html":[1,0,0,3,3], "classcbdc_1_1coordinator_1_1interface.html":[0,0,0,4,3], -"classcbdc_1_1coordinator_1_1interface.html#a346b926abcd3a3d66e26c842f343b6c9":[1,0,0,3,3,7], +"classcbdc_1_1coordinator_1_1interface.html":[1,0,0,3,3], "classcbdc_1_1coordinator_1_1interface.html#a346b926abcd3a3d66e26c842f343b6c9":[0,0,0,4,3,7], +"classcbdc_1_1coordinator_1_1interface.html#a346b926abcd3a3d66e26c842f343b6c9":[1,0,0,3,3,7], "classcbdc_1_1coordinator_1_1interface.html#a5612ad3335f825e66968d940676b2794":[0,0,0,4,3,6], "classcbdc_1_1coordinator_1_1interface.html#a5612ad3335f825e66968d940676b2794":[1,0,0,3,3,6], "classcbdc_1_1coordinator_1_1interface.html#a867c9abd79a6212c66eeee2f5de2a0fb":[0,0,0,4,3,5], @@ -18,130 +18,130 @@ var NAVTREEINDEX2 = "classcbdc_1_1coordinator_1_1interface.html#ad43ed166e1189e60229d6df3c9cb0d39":[0,0,0,4,3,2], "classcbdc_1_1coordinator_1_1interface.html#afa9475bcfee2628a34e82f7e7b34a487":[1,0,0,3,3,1], "classcbdc_1_1coordinator_1_1interface.html#afa9475bcfee2628a34e82f7e7b34a487":[0,0,0,4,3,1], -"classcbdc_1_1coordinator_1_1interface.html#affb4608017bc73d4774d0539044c7e98":[0,0,0,4,3,0], "classcbdc_1_1coordinator_1_1interface.html#affb4608017bc73d4774d0539044c7e98":[1,0,0,3,3,0], +"classcbdc_1_1coordinator_1_1interface.html#affb4608017bc73d4774d0539044c7e98":[0,0,0,4,3,0], "classcbdc_1_1coordinator_1_1rpc_1_1client.html":[0,0,0,4,0,0], "classcbdc_1_1coordinator_1_1rpc_1_1client.html":[1,0,0,3,0,0], "classcbdc_1_1coordinator_1_1rpc_1_1client.html#a2477e296d04176a0161338e788f55c58":[1,0,0,3,0,0,4], "classcbdc_1_1coordinator_1_1rpc_1_1client.html#a2477e296d04176a0161338e788f55c58":[0,0,0,4,0,0,4], "classcbdc_1_1coordinator_1_1rpc_1_1client.html#a3e6674a892b17208053f02768b04031c":[1,0,0,3,0,0,0], "classcbdc_1_1coordinator_1_1rpc_1_1client.html#a3e6674a892b17208053f02768b04031c":[0,0,0,4,0,0,0], -"classcbdc_1_1coordinator_1_1rpc_1_1client.html#a5d9032b4e2ce03d4ce1cadc30574fdb7":[0,0,0,4,0,0,6], "classcbdc_1_1coordinator_1_1rpc_1_1client.html#a5d9032b4e2ce03d4ce1cadc30574fdb7":[1,0,0,3,0,0,6], -"classcbdc_1_1coordinator_1_1rpc_1_1client.html#a742ea4ccbdcf587de90358429c860ae9":[1,0,0,3,0,0,8], +"classcbdc_1_1coordinator_1_1rpc_1_1client.html#a5d9032b4e2ce03d4ce1cadc30574fdb7":[0,0,0,4,0,0,6], "classcbdc_1_1coordinator_1_1rpc_1_1client.html#a742ea4ccbdcf587de90358429c860ae9":[0,0,0,4,0,0,8], -"classcbdc_1_1coordinator_1_1rpc_1_1client.html#ab8bab4e3ff41e684b8e15bac0c0950a4":[1,0,0,3,0,0,3], +"classcbdc_1_1coordinator_1_1rpc_1_1client.html#a742ea4ccbdcf587de90358429c860ae9":[1,0,0,3,0,0,8], "classcbdc_1_1coordinator_1_1rpc_1_1client.html#ab8bab4e3ff41e684b8e15bac0c0950a4":[0,0,0,4,0,0,3], +"classcbdc_1_1coordinator_1_1rpc_1_1client.html#ab8bab4e3ff41e684b8e15bac0c0950a4":[1,0,0,3,0,0,3], "classcbdc_1_1coordinator_1_1rpc_1_1client.html#ac9678551c2b7f052611a725d1c73ce52":[0,0,0,4,0,0,1], "classcbdc_1_1coordinator_1_1rpc_1_1client.html#ac9678551c2b7f052611a725d1c73ce52":[1,0,0,3,0,0,1], -"classcbdc_1_1coordinator_1_1rpc_1_1client.html#adef6e9fba62cfbc305ca393c37be3315":[1,0,0,3,0,0,7], "classcbdc_1_1coordinator_1_1rpc_1_1client.html#adef6e9fba62cfbc305ca393c37be3315":[0,0,0,4,0,0,7], +"classcbdc_1_1coordinator_1_1rpc_1_1client.html#adef6e9fba62cfbc305ca393c37be3315":[1,0,0,3,0,0,7], "classcbdc_1_1coordinator_1_1rpc_1_1client.html#af79408b0c69e01745ff13543baec3507":[0,0,0,4,0,0,2], "classcbdc_1_1coordinator_1_1rpc_1_1client.html#af79408b0c69e01745ff13543baec3507":[1,0,0,3,0,0,2], -"classcbdc_1_1coordinator_1_1rpc_1_1client.html#afe75fc242bdf1e16477f25d4cacfa013":[1,0,0,3,0,0,5], "classcbdc_1_1coordinator_1_1rpc_1_1client.html#afe75fc242bdf1e16477f25d4cacfa013":[0,0,0,4,0,0,5], +"classcbdc_1_1coordinator_1_1rpc_1_1client.html#afe75fc242bdf1e16477f25d4cacfa013":[1,0,0,3,0,0,5], "classcbdc_1_1coordinator_1_1rpc_1_1server.html":[1,0,0,3,0,1], "classcbdc_1_1coordinator_1_1rpc_1_1server.html":[0,0,0,4,0,1], "classcbdc_1_1coordinator_1_1rpc_1_1server.html#acd98f63cbf47a6ad5e5b2219f3c0b989":[0,0,0,4,0,1,0], "classcbdc_1_1coordinator_1_1rpc_1_1server.html#acd98f63cbf47a6ad5e5b2219f3c0b989":[1,0,0,3,0,1,0], "classcbdc_1_1coordinator_1_1state__machine.html":[1,0,0,3,4], "classcbdc_1_1coordinator_1_1state__machine.html":[0,0,0,4,4], -"classcbdc_1_1coordinator_1_1state__machine.html#a19afb5032261d872d863d4e453af68b5":[1,0,0,3,4,3], "classcbdc_1_1coordinator_1_1state__machine.html#a19afb5032261d872d863d4e453af68b5":[0,0,0,4,4,3], -"classcbdc_1_1coordinator_1_1state__machine.html#a22d04bcc11d2e8ab0ae9028f2be0c667":[0,0,0,4,4,5], +"classcbdc_1_1coordinator_1_1state__machine.html#a19afb5032261d872d863d4e453af68b5":[1,0,0,3,4,3], "classcbdc_1_1coordinator_1_1state__machine.html#a22d04bcc11d2e8ab0ae9028f2be0c667":[1,0,0,3,4,5], -"classcbdc_1_1coordinator_1_1state__machine.html#a22d427b07a90994d063259fa12686c9e":[0,0,0,4,4,4], +"classcbdc_1_1coordinator_1_1state__machine.html#a22d04bcc11d2e8ab0ae9028f2be0c667":[0,0,0,4,4,5], "classcbdc_1_1coordinator_1_1state__machine.html#a22d427b07a90994d063259fa12686c9e":[1,0,0,3,4,4], +"classcbdc_1_1coordinator_1_1state__machine.html#a22d427b07a90994d063259fa12686c9e":[0,0,0,4,4,4], "classcbdc_1_1coordinator_1_1state__machine.html#a291b285c01e4c4479dfe738e2b3e2d60":[1,0,0,3,4,1], "classcbdc_1_1coordinator_1_1state__machine.html#a291b285c01e4c4479dfe738e2b3e2d60":[0,0,0,4,4,1], -"classcbdc_1_1coordinator_1_1state__machine.html#a291b285c01e4c4479dfe738e2b3e2d60a0ee63ccea22773b7b711a299adc32792":[0,0,0,4,4,1,0], "classcbdc_1_1coordinator_1_1state__machine.html#a291b285c01e4c4479dfe738e2b3e2d60a0ee63ccea22773b7b711a299adc32792":[1,0,0,3,4,1,0], -"classcbdc_1_1coordinator_1_1state__machine.html#a291b285c01e4c4479dfe738e2b3e2d60a6b2ded51d81a4403d8a4bd25fa1e57ee":[0,0,0,4,4,1,3], +"classcbdc_1_1coordinator_1_1state__machine.html#a291b285c01e4c4479dfe738e2b3e2d60a0ee63ccea22773b7b711a299adc32792":[0,0,0,4,4,1,0], "classcbdc_1_1coordinator_1_1state__machine.html#a291b285c01e4c4479dfe738e2b3e2d60a6b2ded51d81a4403d8a4bd25fa1e57ee":[1,0,0,3,4,1,3], -"classcbdc_1_1coordinator_1_1state__machine.html#a291b285c01e4c4479dfe738e2b3e2d60a70f68bb2f748b85de6526bfe236ea1e9":[0,0,0,4,4,1,2], +"classcbdc_1_1coordinator_1_1state__machine.html#a291b285c01e4c4479dfe738e2b3e2d60a6b2ded51d81a4403d8a4bd25fa1e57ee":[0,0,0,4,4,1,3], "classcbdc_1_1coordinator_1_1state__machine.html#a291b285c01e4c4479dfe738e2b3e2d60a70f68bb2f748b85de6526bfe236ea1e9":[1,0,0,3,4,1,2], +"classcbdc_1_1coordinator_1_1state__machine.html#a291b285c01e4c4479dfe738e2b3e2d60a70f68bb2f748b85de6526bfe236ea1e9":[0,0,0,4,4,1,2], "classcbdc_1_1coordinator_1_1state__machine.html#a291b285c01e4c4479dfe738e2b3e2d60ab5eda0a74558a342cf659187f06f746f":[1,0,0,3,4,1,4], "classcbdc_1_1coordinator_1_1state__machine.html#a291b285c01e4c4479dfe738e2b3e2d60ab5eda0a74558a342cf659187f06f746f":[0,0,0,4,4,1,4], -"classcbdc_1_1coordinator_1_1state__machine.html#a291b285c01e4c4479dfe738e2b3e2d60afffca4d67ea0a788813031b8bbc3b329":[0,0,0,4,4,1,1], "classcbdc_1_1coordinator_1_1state__machine.html#a291b285c01e4c4479dfe738e2b3e2d60afffca4d67ea0a788813031b8bbc3b329":[1,0,0,3,4,1,1], +"classcbdc_1_1coordinator_1_1state__machine.html#a291b285c01e4c4479dfe738e2b3e2d60afffca4d67ea0a788813031b8bbc3b329":[0,0,0,4,4,1,1], "classcbdc_1_1coordinator_1_1state__machine.html#a6c17902d8ef886190b7d00552afe8ab3":[0,0,0,4,4,2], "classcbdc_1_1coordinator_1_1state__machine.html#a6c17902d8ef886190b7d00552afe8ab3":[1,0,0,3,4,2], "classcbdc_1_1coordinator_1_1state__machine.html#a7e020b0c4a5155f4c59b8b4390b00e05":[0,0,0,4,4,8], "classcbdc_1_1coordinator_1_1state__machine.html#a7e020b0c4a5155f4c59b8b4390b00e05":[1,0,0,3,4,8], -"classcbdc_1_1coordinator_1_1state__machine.html#a8ae8e47cc54f5d9b8a8b84726216d30c":[1,0,0,3,4,7], "classcbdc_1_1coordinator_1_1state__machine.html#a8ae8e47cc54f5d9b8a8b84726216d30c":[0,0,0,4,4,7], -"classcbdc_1_1coordinator_1_1state__machine.html#a90b3e266c42a74492b77fdeb90be6966":[1,0,0,3,4,6], +"classcbdc_1_1coordinator_1_1state__machine.html#a8ae8e47cc54f5d9b8a8b84726216d30c":[1,0,0,3,4,7], "classcbdc_1_1coordinator_1_1state__machine.html#a90b3e266c42a74492b77fdeb90be6966":[0,0,0,4,4,6], -"classcbdc_1_1istream__serializer.html":[0,0,0,23], +"classcbdc_1_1coordinator_1_1state__machine.html#a90b3e266c42a74492b77fdeb90be6966":[1,0,0,3,4,6], "classcbdc_1_1istream__serializer.html":[1,0,0,22], +"classcbdc_1_1istream__serializer.html":[0,0,0,23], "classcbdc_1_1istream__serializer.html#a0171b53c29cf5f2ab4881b7f38c3ecae":[0,0,0,23,3], "classcbdc_1_1istream__serializer.html#a0171b53c29cf5f2ab4881b7f38c3ecae":[1,0,0,22,3], -"classcbdc_1_1istream__serializer.html#a199ad0557268e2dcc1aed9fa3d7d659e":[0,0,0,23,1], "classcbdc_1_1istream__serializer.html#a199ad0557268e2dcc1aed9fa3d7d659e":[1,0,0,22,1], +"classcbdc_1_1istream__serializer.html#a199ad0557268e2dcc1aed9fa3d7d659e":[0,0,0,23,1], "classcbdc_1_1istream__serializer.html#a3a35a97d7882e72b1b2cb96b903eff66":[0,0,0,23,5], "classcbdc_1_1istream__serializer.html#a3a35a97d7882e72b1b2cb96b903eff66":[1,0,0,22,5], -"classcbdc_1_1istream__serializer.html#a6a1e74a69da23d65e08200faf0bb0d8f":[0,0,0,23,0], "classcbdc_1_1istream__serializer.html#a6a1e74a69da23d65e08200faf0bb0d8f":[1,0,0,22,0], +"classcbdc_1_1istream__serializer.html#a6a1e74a69da23d65e08200faf0bb0d8f":[0,0,0,23,0], "classcbdc_1_1istream__serializer.html#ae648244b25fdaa41843e247d2276ef12":[0,0,0,23,4], "classcbdc_1_1istream__serializer.html#ae648244b25fdaa41843e247d2276ef12":[1,0,0,22,4], "classcbdc_1_1istream__serializer.html#af7fd10bbaadcd58b9b4e21e8db56164a":[0,0,0,23,2], "classcbdc_1_1istream__serializer.html#af7fd10bbaadcd58b9b4e21e8db56164a":[1,0,0,22,2], "classcbdc_1_1locking__shard_1_1controller.html":[0,0,0,6,1], "classcbdc_1_1locking__shard_1_1controller.html":[1,0,0,5,1], -"classcbdc_1_1locking__shard_1_1controller.html#a0531a694b7e554ab4b2e9c87ef9c17ae":[1,0,0,5,1,3], "classcbdc_1_1locking__shard_1_1controller.html#a0531a694b7e554ab4b2e9c87ef9c17ae":[0,0,0,6,1,3], -"classcbdc_1_1locking__shard_1_1controller.html#a29b2a5dcb18433a852b1a34814eee840":[1,0,0,5,1,7], +"classcbdc_1_1locking__shard_1_1controller.html#a0531a694b7e554ab4b2e9c87ef9c17ae":[1,0,0,5,1,3], "classcbdc_1_1locking__shard_1_1controller.html#a29b2a5dcb18433a852b1a34814eee840":[0,0,0,6,1,7], +"classcbdc_1_1locking__shard_1_1controller.html#a29b2a5dcb18433a852b1a34814eee840":[1,0,0,5,1,7], "classcbdc_1_1locking__shard_1_1controller.html#a38734398a6efd68c36cb7d9dc75ab175":[1,0,0,5,1,4], "classcbdc_1_1locking__shard_1_1controller.html#a38734398a6efd68c36cb7d9dc75ab175":[0,0,0,6,1,4], "classcbdc_1_1locking__shard_1_1controller.html#a69dbc0d6a9615af59882ae8ac683dc3a":[1,0,0,5,1,5], "classcbdc_1_1locking__shard_1_1controller.html#a69dbc0d6a9615af59882ae8ac683dc3a":[0,0,0,6,1,5], -"classcbdc_1_1locking__shard_1_1controller.html#aa9a124fc8ab89a7728c51d12717ed3c5":[1,0,0,5,1,1], "classcbdc_1_1locking__shard_1_1controller.html#aa9a124fc8ab89a7728c51d12717ed3c5":[0,0,0,6,1,1], +"classcbdc_1_1locking__shard_1_1controller.html#aa9a124fc8ab89a7728c51d12717ed3c5":[1,0,0,5,1,1], "classcbdc_1_1locking__shard_1_1controller.html#ab16d773598e9ce2cb817945884a36554":[1,0,0,5,1,6], "classcbdc_1_1locking__shard_1_1controller.html#ab16d773598e9ce2cb817945884a36554":[0,0,0,6,1,6], -"classcbdc_1_1locking__shard_1_1controller.html#ad57f68e94e8000c8fe8ff1cba6be821f":[1,0,0,5,1,0], "classcbdc_1_1locking__shard_1_1controller.html#ad57f68e94e8000c8fe8ff1cba6be821f":[0,0,0,6,1,0], +"classcbdc_1_1locking__shard_1_1controller.html#ad57f68e94e8000c8fe8ff1cba6be821f":[1,0,0,5,1,0], "classcbdc_1_1locking__shard_1_1controller.html#af24436c6efaac4b8feb51b0163d10acc":[1,0,0,5,1,2], "classcbdc_1_1locking__shard_1_1controller.html#af24436c6efaac4b8feb51b0163d10acc":[0,0,0,6,1,2], -"classcbdc_1_1locking__shard_1_1interface.html":[1,0,0,5,2], "classcbdc_1_1locking__shard_1_1interface.html":[0,0,0,6,2], -"classcbdc_1_1locking__shard_1_1interface.html#a3658bb9429371d57a7ad5d211727aa1a":[0,0,0,6,2,11], +"classcbdc_1_1locking__shard_1_1interface.html":[1,0,0,5,2], "classcbdc_1_1locking__shard_1_1interface.html#a3658bb9429371d57a7ad5d211727aa1a":[1,0,0,5,2,11], +"classcbdc_1_1locking__shard_1_1interface.html#a3658bb9429371d57a7ad5d211727aa1a":[0,0,0,6,2,11], "classcbdc_1_1locking__shard_1_1interface.html#a58949e7cfab91db8dd70024dfd11fb80":[0,0,0,6,2,10], "classcbdc_1_1locking__shard_1_1interface.html#a58949e7cfab91db8dd70024dfd11fb80":[1,0,0,5,2,10], -"classcbdc_1_1locking__shard_1_1interface.html#a69530d653511232ccd555b3c64a8816f":[1,0,0,5,2,8], "classcbdc_1_1locking__shard_1_1interface.html#a69530d653511232ccd555b3c64a8816f":[0,0,0,6,2,8], +"classcbdc_1_1locking__shard_1_1interface.html#a69530d653511232ccd555b3c64a8816f":[1,0,0,5,2,8], "classcbdc_1_1locking__shard_1_1interface.html#a7a2c3e027235f35a5242e966e9a36466":[1,0,0,5,2,4], "classcbdc_1_1locking__shard_1_1interface.html#a7a2c3e027235f35a5242e966e9a36466":[0,0,0,6,2,4], -"classcbdc_1_1locking__shard_1_1interface.html#a82f829303340136010761d13c47656d8":[0,0,0,6,2,5], "classcbdc_1_1locking__shard_1_1interface.html#a82f829303340136010761d13c47656d8":[1,0,0,5,2,5], -"classcbdc_1_1locking__shard_1_1interface.html#a858a0076a483d93700ad81905e3131ad":[0,0,0,6,2,2], +"classcbdc_1_1locking__shard_1_1interface.html#a82f829303340136010761d13c47656d8":[0,0,0,6,2,5], "classcbdc_1_1locking__shard_1_1interface.html#a858a0076a483d93700ad81905e3131ad":[1,0,0,5,2,2], +"classcbdc_1_1locking__shard_1_1interface.html#a858a0076a483d93700ad81905e3131ad":[0,0,0,6,2,2], "classcbdc_1_1locking__shard_1_1interface.html#a941a6e37422849663eb3be5bb95b7f5f":[1,0,0,5,2,9], "classcbdc_1_1locking__shard_1_1interface.html#a941a6e37422849663eb3be5bb95b7f5f":[0,0,0,6,2,9], -"classcbdc_1_1locking__shard_1_1interface.html#a9d12fbd7c2d47697899899fa3d8e83a6":[1,0,0,5,2,0], "classcbdc_1_1locking__shard_1_1interface.html#a9d12fbd7c2d47697899899fa3d8e83a6":[0,0,0,6,2,0], +"classcbdc_1_1locking__shard_1_1interface.html#a9d12fbd7c2d47697899899fa3d8e83a6":[1,0,0,5,2,0], "classcbdc_1_1locking__shard_1_1interface.html#ab79b615c925f73b29cc26f9a10b796af":[0,0,0,6,2,1], "classcbdc_1_1locking__shard_1_1interface.html#ab79b615c925f73b29cc26f9a10b796af":[1,0,0,5,2,1], "classcbdc_1_1locking__shard_1_1interface.html#ac0a6dd5414b4822a1fe0111d4ed74b32":[0,0,0,6,2,3], "classcbdc_1_1locking__shard_1_1interface.html#ac0a6dd5414b4822a1fe0111d4ed74b32":[1,0,0,5,2,3], -"classcbdc_1_1locking__shard_1_1interface.html#af10f56392a3607301847e306c10fa5fe":[0,0,0,6,2,6], "classcbdc_1_1locking__shard_1_1interface.html#af10f56392a3607301847e306c10fa5fe":[1,0,0,5,2,6], +"classcbdc_1_1locking__shard_1_1interface.html#af10f56392a3607301847e306c10fa5fe":[0,0,0,6,2,6], "classcbdc_1_1locking__shard_1_1interface.html#afa78994bd1065a26aa813e9b62ba9031":[1,0,0,5,2,7], "classcbdc_1_1locking__shard_1_1interface.html#afa78994bd1065a26aa813e9b62ba9031":[0,0,0,6,2,7], -"classcbdc_1_1locking__shard_1_1locking__shard.html":[1,0,0,5,3], "classcbdc_1_1locking__shard_1_1locking__shard.html":[0,0,0,6,3], +"classcbdc_1_1locking__shard_1_1locking__shard.html":[1,0,0,5,3], "classcbdc_1_1locking__shard_1_1locking__shard.html#a1411ffc31504533ad3d3983824bc7561":[0,0,0,6,3,2], "classcbdc_1_1locking__shard_1_1locking__shard.html#a1411ffc31504533ad3d3983824bc7561":[1,0,0,5,3,2], -"classcbdc_1_1locking__shard_1_1locking__shard.html#a2191dfca19425c15e6757b7380478dc1":[0,0,0,6,3,6], "classcbdc_1_1locking__shard_1_1locking__shard.html#a2191dfca19425c15e6757b7380478dc1":[1,0,0,5,3,6], +"classcbdc_1_1locking__shard_1_1locking__shard.html#a2191dfca19425c15e6757b7380478dc1":[0,0,0,6,3,6], "classcbdc_1_1locking__shard_1_1locking__shard.html#a48bdf9a4bfdf38aa0ca6b113034e9906":[1,0,0,5,3,0], "classcbdc_1_1locking__shard_1_1locking__shard.html#a48bdf9a4bfdf38aa0ca6b113034e9906":[0,0,0,6,3,0], "classcbdc_1_1locking__shard_1_1locking__shard.html#a628716825a4c20daf36a207c69ccb1fa":[0,0,0,6,3,1], "classcbdc_1_1locking__shard_1_1locking__shard.html#a628716825a4c20daf36a207c69ccb1fa":[1,0,0,5,3,1], -"classcbdc_1_1locking__shard_1_1locking__shard.html#a863081e03ef42b863c29935d98e396a6":[0,0,0,6,3,3], "classcbdc_1_1locking__shard_1_1locking__shard.html#a863081e03ef42b863c29935d98e396a6":[1,0,0,5,3,3], +"classcbdc_1_1locking__shard_1_1locking__shard.html#a863081e03ef42b863c29935d98e396a6":[0,0,0,6,3,3], "classcbdc_1_1locking__shard_1_1locking__shard.html#ab5c383c7b408e7b4c28b95065d23405c":[0,0,0,6,3,5], "classcbdc_1_1locking__shard_1_1locking__shard.html#ab5c383c7b408e7b4c28b95065d23405c":[1,0,0,5,3,5], "classcbdc_1_1locking__shard_1_1locking__shard.html#ad56791cbe673b6f1b3c76b27f26a7c84":[1,0,0,5,3,7], @@ -154,44 +154,44 @@ var NAVTREEINDEX2 = "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a039eeb53c034b4b2a20d7ee950d50db6":[0,0,0,6,0,1,11], "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a211f134e3dc586860b664fed26eca00e":[0,0,0,6,0,1,8], "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a211f134e3dc586860b664fed26eca00e":[1,0,0,5,0,1,8], -"classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a21579eba0dac024ff8fea4159e29fb4c":[1,0,0,5,0,1,9], "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a21579eba0dac024ff8fea4159e29fb4c":[0,0,0,6,0,1,9], -"classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a2445e4082156295a40a18dba663a9e8d":[0,0,0,6,0,1,3], +"classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a21579eba0dac024ff8fea4159e29fb4c":[1,0,0,5,0,1,9], "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a2445e4082156295a40a18dba663a9e8d":[1,0,0,5,0,1,3], +"classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a2445e4082156295a40a18dba663a9e8d":[0,0,0,6,0,1,3], "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a27bca17f31f605b2a85b2413f575233c":[0,0,0,6,0,1,4], "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a27bca17f31f605b2a85b2413f575233c":[1,0,0,5,0,1,4], "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a361b5794cbaa2adcaebdfc07b19d2e5d":[1,0,0,5,0,1,7], "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a361b5794cbaa2adcaebdfc07b19d2e5d":[0,0,0,6,0,1,7], -"classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a3ac1a334205c81baf298c5f518f9ae40":[1,0,0,5,0,1,6], "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a3ac1a334205c81baf298c5f518f9ae40":[0,0,0,6,0,1,6], -"classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a7106826c16a866954e053daf3f816296":[1,0,0,5,0,1,1], +"classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a3ac1a334205c81baf298c5f518f9ae40":[1,0,0,5,0,1,6], "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a7106826c16a866954e053daf3f816296":[0,0,0,6,0,1,1], -"classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a9174d03ad17e6f1b33d50cad6587dbbd":[0,0,0,6,0,1,5], +"classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a7106826c16a866954e053daf3f816296":[1,0,0,5,0,1,1], "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a9174d03ad17e6f1b33d50cad6587dbbd":[1,0,0,5,0,1,5], +"classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a9174d03ad17e6f1b33d50cad6587dbbd":[0,0,0,6,0,1,5], "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#ae4c27b5240808257fb660da45a741692":[0,0,0,6,0,1,0], "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#ae4c27b5240808257fb660da45a741692":[1,0,0,5,0,1,0], "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#ae9bd3ec34976f75d6e9b23402d5647e4":[0,0,0,6,0,1,10], "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#ae9bd3ec34976f75d6e9b23402d5647e4":[1,0,0,5,0,1,10], -"classcbdc_1_1locking__shard_1_1rpc_1_1client.html#af05ff4cc8ce3952b82e4a248c78812e3":[0,0,0,6,0,1,2], "classcbdc_1_1locking__shard_1_1rpc_1_1client.html#af05ff4cc8ce3952b82e4a248c78812e3":[1,0,0,5,0,1,2], +"classcbdc_1_1locking__shard_1_1rpc_1_1client.html#af05ff4cc8ce3952b82e4a248c78812e3":[0,0,0,6,0,1,2], "classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html":[1,0,0,5,0,5], "classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html":[0,0,0,6,0,5], -"classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a15df63167ee3da7055df55be01618458":[0,0,0,6,0,5,7], "classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a15df63167ee3da7055df55be01618458":[1,0,0,5,0,5,7], +"classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a15df63167ee3da7055df55be01618458":[0,0,0,6,0,5,7], "classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a24f7743f44a492810bf3666ab872fbb7":[0,0,0,6,0,5,8], "classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a24f7743f44a492810bf3666ab872fbb7":[1,0,0,5,0,5,8], -"classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a26757a6f592c685c41459b708f41bc22":[0,0,0,6,0,5,3], "classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a26757a6f592c685c41459b708f41bc22":[1,0,0,5,0,5,3], -"classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a387a1c119d90fc30f593dc934fbcb1c4":[0,0,0,6,0,5,4], +"classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a26757a6f592c685c41459b708f41bc22":[0,0,0,6,0,5,3], "classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a387a1c119d90fc30f593dc934fbcb1c4":[1,0,0,5,0,5,4], -"classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a6f76ef7f24e4059ec18fc5898d4beb0e":[0,0,0,6,0,5,9], +"classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a387a1c119d90fc30f593dc934fbcb1c4":[0,0,0,6,0,5,4], "classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a6f76ef7f24e4059ec18fc5898d4beb0e":[1,0,0,5,0,5,9], -"classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a7115b616eacef3cb7c029bb474a84530":[1,0,0,5,0,5,0], +"classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a6f76ef7f24e4059ec18fc5898d4beb0e":[0,0,0,6,0,5,9], "classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a7115b616eacef3cb7c029bb474a84530":[0,0,0,6,0,5,0], +"classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a7115b616eacef3cb7c029bb474a84530":[1,0,0,5,0,5,0], "classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a82c5bb17bafa43d47a78793a83d6f39c":[1,0,0,5,0,5,5], "classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a82c5bb17bafa43d47a78793a83d6f39c":[0,0,0,6,0,5,5], -"classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a89d0790bb7856dc39e84e7ada137cbca":[0,0,0,6,0,5,1], "classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a89d0790bb7856dc39e84e7ada137cbca":[1,0,0,5,0,5,1], +"classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a89d0790bb7856dc39e84e7ada137cbca":[0,0,0,6,0,5,1], "classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a8ba9c81026d388fd033df7895fa60ee9":[1,0,0,5,0,5,6], "classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a8ba9c81026d388fd033df7895fa60ee9":[0,0,0,6,0,5,6], "classcbdc_1_1locking__shard_1_1rpc_1_1status__client.html#a974b2463bcf362fcb814f6fa8126041d":[0,0,0,6,0,5,2], @@ -202,52 +202,52 @@ var NAVTREEINDEX2 = "classcbdc_1_1locking__shard_1_1rpc_1_1status__server.html#a5d4009b81990623524b94b9192611392":[0,0,0,6,0,6,0], "classcbdc_1_1locking__shard_1_1state__machine.html":[0,0,0,6,4], "classcbdc_1_1locking__shard_1_1state__machine.html":[1,0,0,5,4], -"classcbdc_1_1locking__shard_1_1state__machine.html#a14d9a8d800678011cdbc399765c0e10a":[1,0,0,5,4,4], "classcbdc_1_1locking__shard_1_1state__machine.html#a14d9a8d800678011cdbc399765c0e10a":[0,0,0,6,4,4], -"classcbdc_1_1locking__shard_1_1state__machine.html#a1be6798bc83bfbfd7bcd8ceb1a617def":[0,0,0,6,4,3], +"classcbdc_1_1locking__shard_1_1state__machine.html#a14d9a8d800678011cdbc399765c0e10a":[1,0,0,5,4,4], "classcbdc_1_1locking__shard_1_1state__machine.html#a1be6798bc83bfbfd7bcd8ceb1a617def":[1,0,0,5,4,3], -"classcbdc_1_1locking__shard_1_1state__machine.html#a368edb7c5c61cdf9dfba9012374d6327":[1,0,0,5,4,7], +"classcbdc_1_1locking__shard_1_1state__machine.html#a1be6798bc83bfbfd7bcd8ceb1a617def":[0,0,0,6,4,3], "classcbdc_1_1locking__shard_1_1state__machine.html#a368edb7c5c61cdf9dfba9012374d6327":[0,0,0,6,4,7], -"classcbdc_1_1locking__shard_1_1state__machine.html#a45dceb6cd4d16b0986d81fc48cc485d5":[0,0,0,6,4,0], +"classcbdc_1_1locking__shard_1_1state__machine.html#a368edb7c5c61cdf9dfba9012374d6327":[1,0,0,5,4,7], "classcbdc_1_1locking__shard_1_1state__machine.html#a45dceb6cd4d16b0986d81fc48cc485d5":[1,0,0,5,4,0], -"classcbdc_1_1locking__shard_1_1state__machine.html#a5ceb038fb9a3993ad9e08a20fc6025d1":[1,0,0,5,4,5], +"classcbdc_1_1locking__shard_1_1state__machine.html#a45dceb6cd4d16b0986d81fc48cc485d5":[0,0,0,6,4,0], "classcbdc_1_1locking__shard_1_1state__machine.html#a5ceb038fb9a3993ad9e08a20fc6025d1":[0,0,0,6,4,5], -"classcbdc_1_1locking__shard_1_1state__machine.html#aae8715191cd061e6ad39aff25f2ac04a":[1,0,0,5,4,6], +"classcbdc_1_1locking__shard_1_1state__machine.html#a5ceb038fb9a3993ad9e08a20fc6025d1":[1,0,0,5,4,5], "classcbdc_1_1locking__shard_1_1state__machine.html#aae8715191cd061e6ad39aff25f2ac04a":[0,0,0,6,4,6], -"classcbdc_1_1locking__shard_1_1state__machine.html#ac4f2c860e4fe8597c990662f28014e8e":[0,0,0,6,4,1], +"classcbdc_1_1locking__shard_1_1state__machine.html#aae8715191cd061e6ad39aff25f2ac04a":[1,0,0,5,4,6], "classcbdc_1_1locking__shard_1_1state__machine.html#ac4f2c860e4fe8597c990662f28014e8e":[1,0,0,5,4,1], -"classcbdc_1_1locking__shard_1_1state__machine.html#af530b154e59ac62bedd643ebf4abf1ff":[0,0,0,6,4,2], +"classcbdc_1_1locking__shard_1_1state__machine.html#ac4f2c860e4fe8597c990662f28014e8e":[0,0,0,6,4,1], "classcbdc_1_1locking__shard_1_1state__machine.html#af530b154e59ac62bedd643ebf4abf1ff":[1,0,0,5,4,2], -"classcbdc_1_1locking__shard_1_1status__interface.html":[1,0,0,5,5], +"classcbdc_1_1locking__shard_1_1state__machine.html#af530b154e59ac62bedd643ebf4abf1ff":[0,0,0,6,4,2], "classcbdc_1_1locking__shard_1_1status__interface.html":[0,0,0,6,5], -"classcbdc_1_1locking__shard_1_1status__interface.html#a2ce49c301a3c8834a7f493abcd0040e6":[1,0,0,5,5,3], +"classcbdc_1_1locking__shard_1_1status__interface.html":[1,0,0,5,5], "classcbdc_1_1locking__shard_1_1status__interface.html#a2ce49c301a3c8834a7f493abcd0040e6":[0,0,0,6,5,3], -"classcbdc_1_1locking__shard_1_1status__interface.html#a310e89769c7e04c799e462f2c30648d4":[1,0,0,5,5,1], +"classcbdc_1_1locking__shard_1_1status__interface.html#a2ce49c301a3c8834a7f493abcd0040e6":[1,0,0,5,5,3], "classcbdc_1_1locking__shard_1_1status__interface.html#a310e89769c7e04c799e462f2c30648d4":[0,0,0,6,5,1], -"classcbdc_1_1locking__shard_1_1status__interface.html#a31614f8e5d3d193b6f438a37daf38b60":[1,0,0,5,5,5], +"classcbdc_1_1locking__shard_1_1status__interface.html#a310e89769c7e04c799e462f2c30648d4":[1,0,0,5,5,1], "classcbdc_1_1locking__shard_1_1status__interface.html#a31614f8e5d3d193b6f438a37daf38b60":[0,0,0,6,5,5], +"classcbdc_1_1locking__shard_1_1status__interface.html#a31614f8e5d3d193b6f438a37daf38b60":[1,0,0,5,5,5], "classcbdc_1_1locking__shard_1_1status__interface.html#a570ab2790548f120be6e78543307899e":[1,0,0,5,5,6], "classcbdc_1_1locking__shard_1_1status__interface.html#a570ab2790548f120be6e78543307899e":[0,0,0,6,5,6], -"classcbdc_1_1locking__shard_1_1status__interface.html#aa26de6b0dbc2c46a9823713f9b43cdab":[0,0,0,6,5,0], "classcbdc_1_1locking__shard_1_1status__interface.html#aa26de6b0dbc2c46a9823713f9b43cdab":[1,0,0,5,5,0], +"classcbdc_1_1locking__shard_1_1status__interface.html#aa26de6b0dbc2c46a9823713f9b43cdab":[0,0,0,6,5,0], "classcbdc_1_1locking__shard_1_1status__interface.html#aa608b8b6f5568e1947796f712bed987a":[1,0,0,5,5,2], "classcbdc_1_1locking__shard_1_1status__interface.html#aa608b8b6f5568e1947796f712bed987a":[0,0,0,6,5,2], -"classcbdc_1_1locking__shard_1_1status__interface.html#af6690258590551ba877245655bff2942":[0,0,0,6,5,7], "classcbdc_1_1locking__shard_1_1status__interface.html#af6690258590551ba877245655bff2942":[1,0,0,5,5,7], -"classcbdc_1_1locking__shard_1_1status__interface.html#afa679af1d725dfba3c93589f464876fa":[0,0,0,6,5,4], +"classcbdc_1_1locking__shard_1_1status__interface.html#af6690258590551ba877245655bff2942":[0,0,0,6,5,7], "classcbdc_1_1locking__shard_1_1status__interface.html#afa679af1d725dfba3c93589f464876fa":[1,0,0,5,5,4], +"classcbdc_1_1locking__shard_1_1status__interface.html#afa679af1d725dfba3c93589f464876fa":[0,0,0,6,5,4], "classcbdc_1_1logging_1_1log.html":[1,0,0,6,0], "classcbdc_1_1logging_1_1log.html":[0,0,0,7,0], "classcbdc_1_1logging_1_1log.html#a05c7caa80ae6e899ec54305952bbe3a4":[0,0,0,7,0,8], "classcbdc_1_1logging_1_1log.html#a05c7caa80ae6e899ec54305952bbe3a4":[1,0,0,6,0,8], -"classcbdc_1_1logging_1_1log.html#a16ab8e287c4df63ff001bfef2331b8be":[1,0,0,6,0,5], "classcbdc_1_1logging_1_1log.html#a16ab8e287c4df63ff001bfef2331b8be":[0,0,0,7,0,5], -"classcbdc_1_1logging_1_1log.html#a3a606ad2aaff3b99c4b56599646f8959":[1,0,0,6,0,2], +"classcbdc_1_1logging_1_1log.html#a16ab8e287c4df63ff001bfef2331b8be":[1,0,0,6,0,5], "classcbdc_1_1logging_1_1log.html#a3a606ad2aaff3b99c4b56599646f8959":[0,0,0,7,0,2], -"classcbdc_1_1logging_1_1log.html#a63213ea3959964c7a2d1e59cad0576c4":[1,0,0,6,0,9], +"classcbdc_1_1logging_1_1log.html#a3a606ad2aaff3b99c4b56599646f8959":[1,0,0,6,0,2], "classcbdc_1_1logging_1_1log.html#a63213ea3959964c7a2d1e59cad0576c4":[0,0,0,7,0,9], -"classcbdc_1_1logging_1_1log.html#a6ffe8bc1cee9fd7b475a357ffc8550ee":[1,0,0,6,0,10], +"classcbdc_1_1logging_1_1log.html#a63213ea3959964c7a2d1e59cad0576c4":[1,0,0,6,0,9], "classcbdc_1_1logging_1_1log.html#a6ffe8bc1cee9fd7b475a357ffc8550ee":[0,0,0,7,0,10], +"classcbdc_1_1logging_1_1log.html#a6ffe8bc1cee9fd7b475a357ffc8550ee":[1,0,0,6,0,10], "classcbdc_1_1logging_1_1log.html#a7fe252ea20782de485b3e231a084047c":[1,0,0,6,0,1], "classcbdc_1_1logging_1_1log.html#a7fe252ea20782de485b3e231a084047c":[0,0,0,7,0,1] }; diff --git a/navtreeindex20.js b/navtreeindex20.js index a75ce29bf..c29fe2464 100644 --- a/navtreeindex20.js +++ b/navtreeindex20.js @@ -1,5 +1,11 @@ var NAVTREEINDEX20 = { +"validation_8cpp.html#ae0bd11e125718e02af61645696f5e8cd":[2,0,0,1,3,4,9], +"validation_8cpp.html#aeea57ebf8cc203210d6ac25b5f80ab10":[2,0,0,1,3,4,13], +"validation_8cpp.html#afd1058c34035553ee415c69885f12a8f":[2,0,0,1,3,4,1], +"validation_8cpp.html#afed57f8d97318800782a1678e62b0a2b":[2,0,0,1,3,4,16], +"validation_8cpp_source.html":[2,0,0,1,3,4], +"validation_8hpp.html":[2,0,0,1,3,5], "validation_8hpp.html#a08a3e15a0c8fb6468ba1bf99c324957e":[2,0,0,1,3,5,13], "validation_8hpp.html#a1259a10b7c4d5708040a9c6d332f6589":[2,0,0,1,3,5,17], "validation_8hpp.html#a19a9e7e41435f482b21c5ba94c6c4eef":[2,0,0,1,3,5,12], diff --git a/navtreeindex3.js b/navtreeindex3.js index ac75ab1a7..d4de6b918 100644 --- a/navtreeindex3.js +++ b/navtreeindex3.js @@ -1,15 +1,15 @@ var NAVTREEINDEX3 = { -"classcbdc_1_1logging_1_1log.html#a96aad468d40ed5781e76c15f9dbae264":[0,0,0,7,0,3], "classcbdc_1_1logging_1_1log.html#a96aad468d40ed5781e76c15f9dbae264":[1,0,0,6,0,3], +"classcbdc_1_1logging_1_1log.html#a96aad468d40ed5781e76c15f9dbae264":[0,0,0,7,0,3], "classcbdc_1_1logging_1_1log.html#a9a83cea6fdd17744fa38c3ae08221f39":[0,0,0,7,0,0], "classcbdc_1_1logging_1_1log.html#a9a83cea6fdd17744fa38c3ae08221f39":[1,0,0,6,0,0], -"classcbdc_1_1logging_1_1log.html#a9d3ebd12d0a3e63ee9a08b063b514266":[0,0,0,7,0,4], "classcbdc_1_1logging_1_1log.html#a9d3ebd12d0a3e63ee9a08b063b514266":[1,0,0,6,0,4], -"classcbdc_1_1logging_1_1log.html#aad7b5101cfd317ae5781429ad7298c64":[0,0,0,7,0,7], +"classcbdc_1_1logging_1_1log.html#a9d3ebd12d0a3e63ee9a08b063b514266":[0,0,0,7,0,4], "classcbdc_1_1logging_1_1log.html#aad7b5101cfd317ae5781429ad7298c64":[1,0,0,6,0,7], -"classcbdc_1_1logging_1_1log.html#afe54a1f5d762a06cba9e1b9c4f447e31":[0,0,0,7,0,6], +"classcbdc_1_1logging_1_1log.html#aad7b5101cfd317ae5781429ad7298c64":[0,0,0,7,0,7], "classcbdc_1_1logging_1_1log.html#afe54a1f5d762a06cba9e1b9c4f447e31":[1,0,0,6,0,6], +"classcbdc_1_1logging_1_1log.html#afe54a1f5d762a06cba9e1b9c4f447e31":[0,0,0,7,0,6], "classcbdc_1_1logging_1_1null__stream.html":[0,0,0,7,1], "classcbdc_1_1logging_1_1null__stream.html":[1,0,0,6,1], "classcbdc_1_1logging_1_1null__stream.html#a252bf671cc7446f1a07eae64d7e2c44c":[1,0,0,6,1,1], @@ -18,10 +18,10 @@ var NAVTREEINDEX3 = "classcbdc_1_1logging_1_1null__stream.html#a2e37a21c5b7d6b3d7b1e66c957b54fdf":[0,0,0,7,1,0], "classcbdc_1_1network_1_1connection__manager.html":[0,0,0,8,0], "classcbdc_1_1network_1_1connection__manager.html":[1,0,0,7,0], -"classcbdc_1_1network_1_1connection__manager.html#a0b17f14e6d100608e2ae14173b412cf5":[0,0,0,8,0,23], "classcbdc_1_1network_1_1connection__manager.html#a0b17f14e6d100608e2ae14173b412cf5":[1,0,0,7,0,23], -"classcbdc_1_1network_1_1connection__manager.html#a1025f2bb329de37a914c63243c13ca64":[0,0,0,8,0,16], +"classcbdc_1_1network_1_1connection__manager.html#a0b17f14e6d100608e2ae14173b412cf5":[0,0,0,8,0,23], "classcbdc_1_1network_1_1connection__manager.html#a1025f2bb329de37a914c63243c13ca64":[1,0,0,7,0,16], +"classcbdc_1_1network_1_1connection__manager.html#a1025f2bb329de37a914c63243c13ca64":[0,0,0,8,0,16], "classcbdc_1_1network_1_1connection__manager.html#a258e078defbc090a7ef864b58a530e84":[1,0,0,7,0,24], "classcbdc_1_1network_1_1connection__manager.html#a258e078defbc090a7ef864b58a530e84":[0,0,0,8,0,24], "classcbdc_1_1network_1_1connection__manager.html#a25f266d82bba02f391d14f95cf0ebd56":[0,0,0,8,0,2], @@ -30,58 +30,58 @@ var NAVTREEINDEX3 = "classcbdc_1_1network_1_1connection__manager.html#a2cec5e707c4989e84f59c4c194becf20":[1,0,0,7,0,0], "classcbdc_1_1network_1_1connection__manager.html#a2e2e09c353256c9b8a52cb0f2b7777c3":[1,0,0,7,0,21], "classcbdc_1_1network_1_1connection__manager.html#a2e2e09c353256c9b8a52cb0f2b7777c3":[0,0,0,8,0,21], -"classcbdc_1_1network_1_1connection__manager.html#a318e1418e90d9d73720197a7c7ca5127":[1,0,0,7,0,17], "classcbdc_1_1network_1_1connection__manager.html#a318e1418e90d9d73720197a7c7ca5127":[0,0,0,8,0,17], +"classcbdc_1_1network_1_1connection__manager.html#a318e1418e90d9d73720197a7c7ca5127":[1,0,0,7,0,17], "classcbdc_1_1network_1_1connection__manager.html#a338373517e382bfef33af643349dcd97":[0,0,0,8,0,9], "classcbdc_1_1network_1_1connection__manager.html#a338373517e382bfef33af643349dcd97":[1,0,0,7,0,9], -"classcbdc_1_1network_1_1connection__manager.html#a3abf1dafbb2003610ba08a0d95f012bf":[1,0,0,7,0,8], "classcbdc_1_1network_1_1connection__manager.html#a3abf1dafbb2003610ba08a0d95f012bf":[0,0,0,8,0,8], +"classcbdc_1_1network_1_1connection__manager.html#a3abf1dafbb2003610ba08a0d95f012bf":[1,0,0,7,0,8], "classcbdc_1_1network_1_1connection__manager.html#a4ed7a86c0fd7401b216b7e939703938a":[1,0,0,7,0,3], "classcbdc_1_1network_1_1connection__manager.html#a4ed7a86c0fd7401b216b7e939703938a":[0,0,0,8,0,3], "classcbdc_1_1network_1_1connection__manager.html#a52da93e0b8a17cd71af99921dd8d7b11":[0,0,0,8,0,6], "classcbdc_1_1network_1_1connection__manager.html#a52da93e0b8a17cd71af99921dd8d7b11":[1,0,0,7,0,6], -"classcbdc_1_1network_1_1connection__manager.html#a6771b87fb8f5dd1b87ac51734e0daab9":[0,0,0,8,0,22], "classcbdc_1_1network_1_1connection__manager.html#a6771b87fb8f5dd1b87ac51734e0daab9":[1,0,0,7,0,22], -"classcbdc_1_1network_1_1connection__manager.html#a7be9b6b8c582cb5f3fdea1a9a34210a9":[0,0,0,8,0,7], +"classcbdc_1_1network_1_1connection__manager.html#a6771b87fb8f5dd1b87ac51734e0daab9":[0,0,0,8,0,22], "classcbdc_1_1network_1_1connection__manager.html#a7be9b6b8c582cb5f3fdea1a9a34210a9":[1,0,0,7,0,7], -"classcbdc_1_1network_1_1connection__manager.html#a80db929fdc5416f5eba6f513a2a4efda":[0,0,0,8,0,25], +"classcbdc_1_1network_1_1connection__manager.html#a7be9b6b8c582cb5f3fdea1a9a34210a9":[0,0,0,8,0,7], "classcbdc_1_1network_1_1connection__manager.html#a80db929fdc5416f5eba6f513a2a4efda":[1,0,0,7,0,25], +"classcbdc_1_1network_1_1connection__manager.html#a80db929fdc5416f5eba6f513a2a4efda":[0,0,0,8,0,25], "classcbdc_1_1network_1_1connection__manager.html#a81de92b8edc8d55698f3528bf62f7301":[1,0,0,7,0,13], "classcbdc_1_1network_1_1connection__manager.html#a81de92b8edc8d55698f3528bf62f7301":[0,0,0,8,0,13], -"classcbdc_1_1network_1_1connection__manager.html#a833d3cdb28f5864cd96addc8799a60b4":[1,0,0,7,0,4], "classcbdc_1_1network_1_1connection__manager.html#a833d3cdb28f5864cd96addc8799a60b4":[0,0,0,8,0,4], +"classcbdc_1_1network_1_1connection__manager.html#a833d3cdb28f5864cd96addc8799a60b4":[1,0,0,7,0,4], "classcbdc_1_1network_1_1connection__manager.html#a84bdb0c0b7d6f5dbc423426ac5e1324f":[0,0,0,8,0,20], "classcbdc_1_1network_1_1connection__manager.html#a84bdb0c0b7d6f5dbc423426ac5e1324f":[1,0,0,7,0,20], -"classcbdc_1_1network_1_1connection__manager.html#a8f119533750ec312aaca88890f8af3a2":[1,0,0,7,0,1], "classcbdc_1_1network_1_1connection__manager.html#a8f119533750ec312aaca88890f8af3a2":[0,0,0,8,0,1], +"classcbdc_1_1network_1_1connection__manager.html#a8f119533750ec312aaca88890f8af3a2":[1,0,0,7,0,1], "classcbdc_1_1network_1_1connection__manager.html#a9c2d57ff423cb6b69f2f7f66978c13ef":[0,0,0,8,0,15], "classcbdc_1_1network_1_1connection__manager.html#a9c2d57ff423cb6b69f2f7f66978c13ef":[1,0,0,7,0,15], "classcbdc_1_1network_1_1connection__manager.html#aa08d852e546587c4b255e3d6f6f182d4":[0,0,0,8,0,12], "classcbdc_1_1network_1_1connection__manager.html#aa08d852e546587c4b255e3d6f6f182d4":[1,0,0,7,0,12], -"classcbdc_1_1network_1_1connection__manager.html#aa15084b4406666e30420a1274ef1cd38":[1,0,0,7,0,14], "classcbdc_1_1network_1_1connection__manager.html#aa15084b4406666e30420a1274ef1cd38":[0,0,0,8,0,14], +"classcbdc_1_1network_1_1connection__manager.html#aa15084b4406666e30420a1274ef1cd38":[1,0,0,7,0,14], "classcbdc_1_1network_1_1connection__manager.html#ab0126cf4f67f1ccd9908df5a861f8481":[0,0,0,8,0,11], "classcbdc_1_1network_1_1connection__manager.html#ab0126cf4f67f1ccd9908df5a861f8481":[1,0,0,7,0,11], -"classcbdc_1_1network_1_1connection__manager.html#ab745bed38e090ede29253f326ddac684":[1,0,0,7,0,18], "classcbdc_1_1network_1_1connection__manager.html#ab745bed38e090ede29253f326ddac684":[0,0,0,8,0,18], -"classcbdc_1_1network_1_1connection__manager.html#ab780cd147d6e821e278761bd45a2d2d8":[1,0,0,7,0,19], +"classcbdc_1_1network_1_1connection__manager.html#ab745bed38e090ede29253f326ddac684":[1,0,0,7,0,18], "classcbdc_1_1network_1_1connection__manager.html#ab780cd147d6e821e278761bd45a2d2d8":[0,0,0,8,0,19], -"classcbdc_1_1network_1_1connection__manager.html#ac2ce6994bfc68204cf6a41cec8f9a0ba":[1,0,0,7,0,10], +"classcbdc_1_1network_1_1connection__manager.html#ab780cd147d6e821e278761bd45a2d2d8":[1,0,0,7,0,19], "classcbdc_1_1network_1_1connection__manager.html#ac2ce6994bfc68204cf6a41cec8f9a0ba":[0,0,0,8,0,10], +"classcbdc_1_1network_1_1connection__manager.html#ac2ce6994bfc68204cf6a41cec8f9a0ba":[1,0,0,7,0,10], "classcbdc_1_1network_1_1connection__manager.html#ae58313e9fc728ca452f96dd661d84c8f":[0,0,0,8,0,5], "classcbdc_1_1network_1_1connection__manager.html#ae58313e9fc728ca452f96dd661d84c8f":[1,0,0,7,0,5], -"classcbdc_1_1network_1_1peer.html":[0,0,0,8,2], "classcbdc_1_1network_1_1peer.html":[1,0,0,7,2], -"classcbdc_1_1network_1_1peer.html#a51809c28244cf8b947e500b6fef651ef":[0,0,0,8,2,5], +"classcbdc_1_1network_1_1peer.html":[0,0,0,8,2], "classcbdc_1_1network_1_1peer.html#a51809c28244cf8b947e500b6fef651ef":[1,0,0,7,2,5], +"classcbdc_1_1network_1_1peer.html#a51809c28244cf8b947e500b6fef651ef":[0,0,0,8,2,5], "classcbdc_1_1network_1_1peer.html#a53d2b981f799a985a1eada7f309df64c":[1,0,0,7,2,7], "classcbdc_1_1network_1_1peer.html#a53d2b981f799a985a1eada7f309df64c":[0,0,0,8,2,7], -"classcbdc_1_1network_1_1peer.html#a6180f44ffe61b4a90cf2b75e715b475e":[0,0,0,8,2,1], "classcbdc_1_1network_1_1peer.html#a6180f44ffe61b4a90cf2b75e715b475e":[1,0,0,7,2,1], -"classcbdc_1_1network_1_1peer.html#a69ffbb5cbcf33dcdaefc53445c01229f":[1,0,0,7,2,4], +"classcbdc_1_1network_1_1peer.html#a6180f44ffe61b4a90cf2b75e715b475e":[0,0,0,8,2,1], "classcbdc_1_1network_1_1peer.html#a69ffbb5cbcf33dcdaefc53445c01229f":[0,0,0,8,2,4], -"classcbdc_1_1network_1_1peer.html#a89edc9baff48b25a7a031d1dbbf7bb87":[1,0,0,7,2,0], +"classcbdc_1_1network_1_1peer.html#a69ffbb5cbcf33dcdaefc53445c01229f":[1,0,0,7,2,4], "classcbdc_1_1network_1_1peer.html#a89edc9baff48b25a7a031d1dbbf7bb87":[0,0,0,8,2,0], +"classcbdc_1_1network_1_1peer.html#a89edc9baff48b25a7a031d1dbbf7bb87":[1,0,0,7,2,0], "classcbdc_1_1network_1_1peer.html#aafc3206ef9e0a7aa9cc85dc3b6d3948c":[1,0,0,7,2,8], "classcbdc_1_1network_1_1peer.html#aafc3206ef9e0a7aa9cc85dc3b6d3948c":[0,0,0,8,2,8], "classcbdc_1_1network_1_1peer.html#ad1121cc2946655fec2e53cb4704cc3cc":[0,0,0,8,2,9], @@ -92,66 +92,66 @@ var NAVTREEINDEX3 = "classcbdc_1_1network_1_1peer.html#aecb61cfc7bbbe4a44364f277b4757531":[0,0,0,8,2,2], "classcbdc_1_1network_1_1peer.html#af45cba8a95d9db6943135c519a05a7f1":[1,0,0,7,2,6], "classcbdc_1_1network_1_1peer.html#af45cba8a95d9db6943135c519a05a7f1":[0,0,0,8,2,6], -"classcbdc_1_1network_1_1socket.html":[0,0,0,8,3], "classcbdc_1_1network_1_1socket.html":[1,0,0,7,3], +"classcbdc_1_1network_1_1socket.html":[0,0,0,8,3], "classcbdc_1_1network_1_1socket.html#a0bef927b6b6e161e634ac02d727caffc":[0,0,0,8,3,3], "classcbdc_1_1network_1_1socket.html#a0bef927b6b6e161e634ac02d727caffc":[1,0,0,7,3,3], "classcbdc_1_1network_1_1socket.html#a1c9f2eac30cc9c999cef1861886dcc41":[0,0,0,8,3,4], "classcbdc_1_1network_1_1socket.html#a1c9f2eac30cc9c999cef1861886dcc41":[1,0,0,7,3,4], -"classcbdc_1_1network_1_1socket.html#a3cfeb686be193be97eead0ec60cf5908":[0,0,0,8,3,6], "classcbdc_1_1network_1_1socket.html#a3cfeb686be193be97eead0ec60cf5908":[1,0,0,7,3,6], +"classcbdc_1_1network_1_1socket.html#a3cfeb686be193be97eead0ec60cf5908":[0,0,0,8,3,6], "classcbdc_1_1network_1_1socket.html#a5dcf463abe0bf572ea3c48ac9afa2723":[1,0,0,7,3,0], "classcbdc_1_1network_1_1socket.html#a5dcf463abe0bf572ea3c48ac9afa2723":[0,0,0,8,3,0], "classcbdc_1_1network_1_1socket.html#a8cc3fc2fe1d67f6ff6672af95fd2fe2d":[0,0,0,8,3,5], "classcbdc_1_1network_1_1socket.html#a8cc3fc2fe1d67f6ff6672af95fd2fe2d":[1,0,0,7,3,5], -"classcbdc_1_1network_1_1socket.html#a9e07de1c62cbeb2cdee40ec99cf9a7f7":[0,0,0,8,3,7], "classcbdc_1_1network_1_1socket.html#a9e07de1c62cbeb2cdee40ec99cf9a7f7":[1,0,0,7,3,7], -"classcbdc_1_1network_1_1socket.html#aeac4be4a2f6664d2d6a5c377fb03441c":[0,0,0,8,3,2], +"classcbdc_1_1network_1_1socket.html#a9e07de1c62cbeb2cdee40ec99cf9a7f7":[0,0,0,8,3,7], "classcbdc_1_1network_1_1socket.html#aeac4be4a2f6664d2d6a5c377fb03441c":[1,0,0,7,3,2], -"classcbdc_1_1network_1_1socket.html#af77329c3b4bea71609a4fcd0aec3f077":[0,0,0,8,3,1], +"classcbdc_1_1network_1_1socket.html#aeac4be4a2f6664d2d6a5c377fb03441c":[0,0,0,8,3,2], "classcbdc_1_1network_1_1socket.html#af77329c3b4bea71609a4fcd0aec3f077":[1,0,0,7,3,1], -"classcbdc_1_1network_1_1socket__selector.html":[0,0,0,8,4], +"classcbdc_1_1network_1_1socket.html#af77329c3b4bea71609a4fcd0aec3f077":[0,0,0,8,3,1], "classcbdc_1_1network_1_1socket__selector.html":[1,0,0,7,4], +"classcbdc_1_1network_1_1socket__selector.html":[0,0,0,8,4], "classcbdc_1_1network_1_1socket__selector.html#a32eb6b71b61a2f7d65964b2cc3fd0381":[1,0,0,7,4,0], "classcbdc_1_1network_1_1socket__selector.html#a32eb6b71b61a2f7d65964b2cc3fd0381":[0,0,0,8,4,0], "classcbdc_1_1network_1_1socket__selector.html#a5b794c898fca72f74357a823ba1780a2":[1,0,0,7,4,2], "classcbdc_1_1network_1_1socket__selector.html#a5b794c898fca72f74357a823ba1780a2":[0,0,0,8,4,2], -"classcbdc_1_1network_1_1socket__selector.html#a870833063fac2cefc58ce2f00596dfc5":[1,0,0,7,4,7], "classcbdc_1_1network_1_1socket__selector.html#a870833063fac2cefc58ce2f00596dfc5":[0,0,0,8,4,7], -"classcbdc_1_1network_1_1socket__selector.html#a9ad967ffab7daa2ff7d1ab4cd3995f1b":[1,0,0,7,4,3], +"classcbdc_1_1network_1_1socket__selector.html#a870833063fac2cefc58ce2f00596dfc5":[1,0,0,7,4,7], "classcbdc_1_1network_1_1socket__selector.html#a9ad967ffab7daa2ff7d1ab4cd3995f1b":[0,0,0,8,4,3], -"classcbdc_1_1network_1_1socket__selector.html#aa0cfae68cc7a47c471495b24cfbfb419":[0,0,0,8,4,4], +"classcbdc_1_1network_1_1socket__selector.html#a9ad967ffab7daa2ff7d1ab4cd3995f1b":[1,0,0,7,4,3], "classcbdc_1_1network_1_1socket__selector.html#aa0cfae68cc7a47c471495b24cfbfb419":[1,0,0,7,4,4], +"classcbdc_1_1network_1_1socket__selector.html#aa0cfae68cc7a47c471495b24cfbfb419":[0,0,0,8,4,4], "classcbdc_1_1network_1_1socket__selector.html#aa731e0cb47746fa65918ac35d4c66b37":[1,0,0,7,4,9], "classcbdc_1_1network_1_1socket__selector.html#aa731e0cb47746fa65918ac35d4c66b37":[0,0,0,8,4,9], -"classcbdc_1_1network_1_1socket__selector.html#aae3277d9de0b9013bafc488fde3b2713":[1,0,0,7,4,1], "classcbdc_1_1network_1_1socket__selector.html#aae3277d9de0b9013bafc488fde3b2713":[0,0,0,8,4,1], +"classcbdc_1_1network_1_1socket__selector.html#aae3277d9de0b9013bafc488fde3b2713":[1,0,0,7,4,1], "classcbdc_1_1network_1_1socket__selector.html#abdfae01b7d5bb06cd0431f6780f33d8b":[1,0,0,7,4,8], "classcbdc_1_1network_1_1socket__selector.html#abdfae01b7d5bb06cd0431f6780f33d8b":[0,0,0,8,4,8], -"classcbdc_1_1network_1_1socket__selector.html#ac24734299282c2512aac40b4ee0e7356":[1,0,0,7,4,5], "classcbdc_1_1network_1_1socket__selector.html#ac24734299282c2512aac40b4ee0e7356":[0,0,0,8,4,5], -"classcbdc_1_1network_1_1socket__selector.html#adcdaba22c99afc4ba61c12339cba5192":[1,0,0,7,4,6], +"classcbdc_1_1network_1_1socket__selector.html#ac24734299282c2512aac40b4ee0e7356":[1,0,0,7,4,5], "classcbdc_1_1network_1_1socket__selector.html#adcdaba22c99afc4ba61c12339cba5192":[0,0,0,8,4,6], -"classcbdc_1_1network_1_1tcp__listener.html":[0,0,0,8,5], +"classcbdc_1_1network_1_1socket__selector.html#adcdaba22c99afc4ba61c12339cba5192":[1,0,0,7,4,6], "classcbdc_1_1network_1_1tcp__listener.html":[1,0,0,7,5], +"classcbdc_1_1network_1_1tcp__listener.html":[0,0,0,8,5], "classcbdc_1_1network_1_1tcp__listener.html#a199b16264655478b09148432ef6f20d0":[0,0,0,8,5,0], "classcbdc_1_1network_1_1tcp__listener.html#a199b16264655478b09148432ef6f20d0":[1,0,0,7,5,0], -"classcbdc_1_1network_1_1tcp__listener.html#a431121e8dd1de18a15d1e6effa8b577f":[0,0,0,8,5,6], "classcbdc_1_1network_1_1tcp__listener.html#a431121e8dd1de18a15d1e6effa8b577f":[1,0,0,7,5,6], -"classcbdc_1_1network_1_1tcp__listener.html#a4d368dfa37ec6d1f9cc9484e9860911d":[1,0,0,7,5,2], +"classcbdc_1_1network_1_1tcp__listener.html#a431121e8dd1de18a15d1e6effa8b577f":[0,0,0,8,5,6], "classcbdc_1_1network_1_1tcp__listener.html#a4d368dfa37ec6d1f9cc9484e9860911d":[0,0,0,8,5,2], -"classcbdc_1_1network_1_1tcp__listener.html#a515fb65943124338e1956aff70bb7605":[0,0,0,8,5,3], +"classcbdc_1_1network_1_1tcp__listener.html#a4d368dfa37ec6d1f9cc9484e9860911d":[1,0,0,7,5,2], "classcbdc_1_1network_1_1tcp__listener.html#a515fb65943124338e1956aff70bb7605":[1,0,0,7,5,3], +"classcbdc_1_1network_1_1tcp__listener.html#a515fb65943124338e1956aff70bb7605":[0,0,0,8,5,3], "classcbdc_1_1network_1_1tcp__listener.html#a62527c18bb1894a193ae013d3c1991ab":[0,0,0,8,5,1], "classcbdc_1_1network_1_1tcp__listener.html#a62527c18bb1894a193ae013d3c1991ab":[1,0,0,7,5,1], -"classcbdc_1_1network_1_1tcp__listener.html#a95c2b13c1642fbd30e3c01ae2f114fee":[0,0,0,8,5,7], "classcbdc_1_1network_1_1tcp__listener.html#a95c2b13c1642fbd30e3c01ae2f114fee":[1,0,0,7,5,7], -"classcbdc_1_1network_1_1tcp__listener.html#a9efda29d6a5995e2987e915aba3112e1":[0,0,0,8,5,5], +"classcbdc_1_1network_1_1tcp__listener.html#a95c2b13c1642fbd30e3c01ae2f114fee":[0,0,0,8,5,7], "classcbdc_1_1network_1_1tcp__listener.html#a9efda29d6a5995e2987e915aba3112e1":[1,0,0,7,5,5], -"classcbdc_1_1network_1_1tcp__listener.html#aacd7ade97e825a5308f4331bc075dad1":[1,0,0,7,5,4], +"classcbdc_1_1network_1_1tcp__listener.html#a9efda29d6a5995e2987e915aba3112e1":[0,0,0,8,5,5], "classcbdc_1_1network_1_1tcp__listener.html#aacd7ade97e825a5308f4331bc075dad1":[0,0,0,8,5,4], -"classcbdc_1_1network_1_1tcp__listener.html#af6dc5046f1c74e546bc451a8ba44c9c6":[0,0,0,8,5,8], +"classcbdc_1_1network_1_1tcp__listener.html#aacd7ade97e825a5308f4331bc075dad1":[1,0,0,7,5,4], "classcbdc_1_1network_1_1tcp__listener.html#af6dc5046f1c74e546bc451a8ba44c9c6":[1,0,0,7,5,8], +"classcbdc_1_1network_1_1tcp__listener.html#af6dc5046f1c74e546bc451a8ba44c9c6":[0,0,0,8,5,8], "classcbdc_1_1network_1_1tcp__socket.html":[1,0,0,7,6], "classcbdc_1_1network_1_1tcp__socket.html":[0,0,0,8,6], "classcbdc_1_1network_1_1tcp__socket.html#a01a3dd8534aab4d3674ad5b99b339fee":[0,0,0,8,6,13], @@ -160,30 +160,30 @@ var NAVTREEINDEX3 = "classcbdc_1_1network_1_1tcp__socket.html#a072dcb0df73d80804b11e7fc3be9f188":[0,0,0,8,6,1], "classcbdc_1_1network_1_1tcp__socket.html#a0a503eb4f49debf7d97e2a6e50cbb752":[1,0,0,7,6,11], "classcbdc_1_1network_1_1tcp__socket.html#a0a503eb4f49debf7d97e2a6e50cbb752":[0,0,0,8,6,11], -"classcbdc_1_1network_1_1tcp__socket.html#a35947eaf782f8d63ae11feacaea31d3d":[0,0,0,8,6,3], "classcbdc_1_1network_1_1tcp__socket.html#a35947eaf782f8d63ae11feacaea31d3d":[1,0,0,7,6,3], +"classcbdc_1_1network_1_1tcp__socket.html#a35947eaf782f8d63ae11feacaea31d3d":[0,0,0,8,6,3], "classcbdc_1_1network_1_1tcp__socket.html#a462b4b0431d7da73d412b92c4e02f40b":[0,0,0,8,6,6], "classcbdc_1_1network_1_1tcp__socket.html#a462b4b0431d7da73d412b92c4e02f40b":[1,0,0,7,6,6], "classcbdc_1_1network_1_1tcp__socket.html#a676ad8f9a2da974e4628c021bf8224a1":[0,0,0,8,6,12], "classcbdc_1_1network_1_1tcp__socket.html#a676ad8f9a2da974e4628c021bf8224a1":[1,0,0,7,6,12], "classcbdc_1_1network_1_1tcp__socket.html#a9af9d03d6498ccfafee19383cd3284ab":[0,0,0,8,6,8], "classcbdc_1_1network_1_1tcp__socket.html#a9af9d03d6498ccfafee19383cd3284ab":[1,0,0,7,6,8], -"classcbdc_1_1network_1_1tcp__socket.html#a9dd0ca6cfc3d8343715b0ac251a5b605":[0,0,0,8,6,2], "classcbdc_1_1network_1_1tcp__socket.html#a9dd0ca6cfc3d8343715b0ac251a5b605":[1,0,0,7,6,2], +"classcbdc_1_1network_1_1tcp__socket.html#a9dd0ca6cfc3d8343715b0ac251a5b605":[0,0,0,8,6,2], "classcbdc_1_1network_1_1tcp__socket.html#a9df0a38749dc358bfaf99965608d85ec":[0,0,0,8,6,7], "classcbdc_1_1network_1_1tcp__socket.html#a9df0a38749dc358bfaf99965608d85ec":[1,0,0,7,6,7], -"classcbdc_1_1network_1_1tcp__socket.html#aa490cabbae57a8ba3cd166a80c8c8627":[1,0,0,7,6,5], "classcbdc_1_1network_1_1tcp__socket.html#aa490cabbae57a8ba3cd166a80c8c8627":[0,0,0,8,6,5], -"classcbdc_1_1network_1_1tcp__socket.html#aa76b12ce4cfd8d8ba951679f6445f1fc":[0,0,0,8,6,10], +"classcbdc_1_1network_1_1tcp__socket.html#aa490cabbae57a8ba3cd166a80c8c8627":[1,0,0,7,6,5], "classcbdc_1_1network_1_1tcp__socket.html#aa76b12ce4cfd8d8ba951679f6445f1fc":[1,0,0,7,6,10], -"classcbdc_1_1network_1_1tcp__socket.html#adaaab116ce84c8ff8ad28a248c63bfa7":[0,0,0,8,6,4], +"classcbdc_1_1network_1_1tcp__socket.html#aa76b12ce4cfd8d8ba951679f6445f1fc":[0,0,0,8,6,10], "classcbdc_1_1network_1_1tcp__socket.html#adaaab116ce84c8ff8ad28a248c63bfa7":[1,0,0,7,6,4], -"classcbdc_1_1network_1_1tcp__socket.html#ae07384b04c32172504e5490e1f54cb9e":[1,0,0,7,6,0], +"classcbdc_1_1network_1_1tcp__socket.html#adaaab116ce84c8ff8ad28a248c63bfa7":[0,0,0,8,6,4], "classcbdc_1_1network_1_1tcp__socket.html#ae07384b04c32172504e5490e1f54cb9e":[0,0,0,8,6,0], +"classcbdc_1_1network_1_1tcp__socket.html#ae07384b04c32172504e5490e1f54cb9e":[1,0,0,7,6,0], "classcbdc_1_1network_1_1tcp__socket.html#aea0e85a00c61b9bac31860aa4feadb2a":[0,0,0,8,6,9], "classcbdc_1_1network_1_1tcp__socket.html#aea0e85a00c61b9bac31860aa4feadb2a":[1,0,0,7,6,9], -"classcbdc_1_1nuraft__serializer.html":[1,0,0,23], "classcbdc_1_1nuraft__serializer.html":[0,0,0,24], +"classcbdc_1_1nuraft__serializer.html":[1,0,0,23], "classcbdc_1_1nuraft__serializer.html#a0207f5348120585b5279941ff65e963d":[0,0,0,24,2], "classcbdc_1_1nuraft__serializer.html#a0207f5348120585b5279941ff65e963d":[1,0,0,23,2], "classcbdc_1_1nuraft__serializer.html#a160ab8e5dba68abb7de5e2d3d3834e14":[0,0,0,24,5], @@ -192,20 +192,20 @@ var NAVTREEINDEX3 = "classcbdc_1_1nuraft__serializer.html#a24dae768f122c8103686a9c87b097062":[0,0,0,24,3], "classcbdc_1_1nuraft__serializer.html#a57ca0fdda00228ad74c99e2562584a81":[1,0,0,23,4], "classcbdc_1_1nuraft__serializer.html#a57ca0fdda00228ad74c99e2562584a81":[0,0,0,24,4], -"classcbdc_1_1nuraft__serializer.html#a694335f9192b018f8ae91054f07d3ab0":[0,0,0,24,6], "classcbdc_1_1nuraft__serializer.html#a694335f9192b018f8ae91054f07d3ab0":[1,0,0,23,6], +"classcbdc_1_1nuraft__serializer.html#a694335f9192b018f8ae91054f07d3ab0":[0,0,0,24,6], "classcbdc_1_1nuraft__serializer.html#a8f24faf6098f2a5f173b5233e9d58b9f":[0,0,0,24,1], "classcbdc_1_1nuraft__serializer.html#a8f24faf6098f2a5f173b5233e9d58b9f":[1,0,0,23,1], "classcbdc_1_1nuraft__serializer.html#ac06245079c91671ed578f871dd50336c":[0,0,0,24,0], "classcbdc_1_1nuraft__serializer.html#ac06245079c91671ed578f871dd50336c":[1,0,0,23,0], -"classcbdc_1_1ostream__serializer.html":[0,0,0,25], "classcbdc_1_1ostream__serializer.html":[1,0,0,24], +"classcbdc_1_1ostream__serializer.html":[0,0,0,25], "classcbdc_1_1ostream__serializer.html#a252adcc4ca7839d3c45991a70207dfb3":[0,0,0,25,5], "classcbdc_1_1ostream__serializer.html#a252adcc4ca7839d3c45991a70207dfb3":[1,0,0,24,5], "classcbdc_1_1ostream__serializer.html#a54ee45bd74d2921688e3856a5037b8ef":[1,0,0,24,1], "classcbdc_1_1ostream__serializer.html#a54ee45bd74d2921688e3856a5037b8ef":[0,0,0,25,1], -"classcbdc_1_1ostream__serializer.html#a66f1a9a6df8fa7071e77a2f72b500361":[0,0,0,25,0], "classcbdc_1_1ostream__serializer.html#a66f1a9a6df8fa7071e77a2f72b500361":[1,0,0,24,0], +"classcbdc_1_1ostream__serializer.html#a66f1a9a6df8fa7071e77a2f72b500361":[0,0,0,25,0], "classcbdc_1_1ostream__serializer.html#acfcb73e998f2b9cf159187f37a55faaa":[0,0,0,25,4], "classcbdc_1_1ostream__serializer.html#acfcb73e998f2b9cf159187f37a55faaa":[1,0,0,24,4], "classcbdc_1_1ostream__serializer.html#adfc82e6fd32dc6e50004361fce2f3302":[0,0,0,25,2], @@ -216,14 +216,14 @@ var NAVTREEINDEX3 = "classcbdc_1_1parsec_1_1agent_1_1impl.html":[1,0,0,8,0,2], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a1fe8cd68b40df85f6947150b60e13e38":[1,0,0,8,0,2,4], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a1fe8cd68b40df85f6947150b60e13e38":[0,0,0,9,0,2,4], -"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947d":[1,0,0,8,0,2,0], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947d":[0,0,0,9,0,2,0], -"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947da1089ad1c441fbd40cfd939d9a9ad2fc9":[0,0,0,9,0,2,0,1], +"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947d":[1,0,0,8,0,2,0], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947da1089ad1c441fbd40cfd939d9a9ad2fc9":[1,0,0,8,0,2,0,1], -"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947da18d448795c00ff8347f5f32563695307":[1,0,0,8,0,2,0,4], +"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947da1089ad1c441fbd40cfd939d9a9ad2fc9":[0,0,0,9,0,2,0,1], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947da18d448795c00ff8347f5f32563695307":[0,0,0,9,0,2,0,4], -"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947da20218462c307088a7a32e5fdd0a21a6e":[1,0,0,8,0,2,0,11], +"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947da18d448795c00ff8347f5f32563695307":[1,0,0,8,0,2,0,4], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947da20218462c307088a7a32e5fdd0a21a6e":[0,0,0,9,0,2,0,11], +"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947da20218462c307088a7a32e5fdd0a21a6e":[1,0,0,8,0,2,0,11], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947da21352b4733b843933c296b220d613f42":[1,0,0,8,0,2,0,5], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947da21352b4733b843933c296b220d613f42":[0,0,0,9,0,2,0,5], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947da22643da2ef6b0753926c8fa6b5ad5f94":[1,0,0,8,0,2,0,16], @@ -236,18 +236,18 @@ var NAVTREEINDEX3 = "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947da7ab6d56f5b4ed3c78216fe0670a32417":[1,0,0,8,0,2,0,10], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947da8e244b88d363946ac23c1256a501eadc":[1,0,0,8,0,2,0,13], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947da8e244b88d363946ac23c1256a501eadc":[0,0,0,9,0,2,0,13], -"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947daa2d05db3802fe73f2a4ef24d3ae177ee":[1,0,0,8,0,2,0,8], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947daa2d05db3802fe73f2a4ef24d3ae177ee":[0,0,0,9,0,2,0,8], -"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947daa47b5b47c2394baa395d0c1cf068ded7":[1,0,0,8,0,2,0,14], +"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947daa2d05db3802fe73f2a4ef24d3ae177ee":[1,0,0,8,0,2,0,8], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947daa47b5b47c2394baa395d0c1cf068ded7":[0,0,0,9,0,2,0,14], +"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947daa47b5b47c2394baa395d0c1cf068ded7":[1,0,0,8,0,2,0,14], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947daa79b00c3bdbe9ba1c8fde51ef7903f99":[0,0,0,9,0,2,0,9], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947daa79b00c3bdbe9ba1c8fde51ef7903f99":[1,0,0,8,0,2,0,9], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947daaacc98789ddaefa7217cca866236df0c":[1,0,0,8,0,2,0,15], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947daaacc98789ddaefa7217cca866236df0c":[0,0,0,9,0,2,0,15], -"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947daafcabef55a922f193cd0428165bfdffe":[0,0,0,9,0,2,0,17], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947daafcabef55a922f193cd0428165bfdffe":[1,0,0,8,0,2,0,17], -"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947dac2bec61f5c064e1e17f64bee1b436cad":[1,0,0,8,0,2,0,12], +"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947daafcabef55a922f193cd0428165bfdffe":[0,0,0,9,0,2,0,17], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947dac2bec61f5c064e1e17f64bee1b436cad":[0,0,0,9,0,2,0,12], +"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947dac2bec61f5c064e1e17f64bee1b436cad":[1,0,0,8,0,2,0,12], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947dae37f0136aa3ffaf149b351f6a4c948e9":[1,0,0,8,0,2,0,0], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947dae37f0136aa3ffaf149b351f6a4c948e9":[0,0,0,9,0,2,0,0] }; diff --git a/navtreeindex4.js b/navtreeindex4.js index 29c2370f6..1f846d3fa 100644 --- a/navtreeindex4.js +++ b/navtreeindex4.js @@ -2,54 +2,54 @@ var NAVTREEINDEX4 = { "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947daf8971c07e69cacf57fdf64e2e1fed5a7":[0,0,0,9,0,2,0,2], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947daf8971c07e69cacf57fdf64e2e1fed5a7":[1,0,0,8,0,2,0,2], -"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947dafca8ef087dd3b88f9fd31d29ea770852":[0,0,0,9,0,2,0,7], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947dafca8ef087dd3b88f9fd31d29ea770852":[1,0,0,8,0,2,0,7], -"classcbdc_1_1parsec_1_1agent_1_1impl.html#a5211f4c8c2f07672ad5ca4557bcf4cdc":[1,0,0,8,0,2,5], +"classcbdc_1_1parsec_1_1agent_1_1impl.html#a218e5c521f5f3f5ddf916e508d5e947dafca8ef087dd3b88f9fd31d29ea770852":[0,0,0,9,0,2,0,7], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a5211f4c8c2f07672ad5ca4557bcf4cdc":[0,0,0,9,0,2,5], +"classcbdc_1_1parsec_1_1agent_1_1impl.html#a5211f4c8c2f07672ad5ca4557bcf4cdc":[1,0,0,8,0,2,5], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a560322b7819af49f36be858267720039":[0,0,0,9,0,2,6], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a560322b7819af49f36be858267720039":[1,0,0,8,0,2,6], -"classcbdc_1_1parsec_1_1agent_1_1impl.html#a8a9068f0c0db333285f02479e79b63bf":[1,0,0,8,0,2,1], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a8a9068f0c0db333285f02479e79b63bf":[0,0,0,9,0,2,1], -"classcbdc_1_1parsec_1_1agent_1_1impl.html#a8ff0b5c1cd95988b9225f0000867c8c6":[0,0,0,9,0,2,8], +"classcbdc_1_1parsec_1_1agent_1_1impl.html#a8a9068f0c0db333285f02479e79b63bf":[1,0,0,8,0,2,1], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a8ff0b5c1cd95988b9225f0000867c8c6":[1,0,0,8,0,2,8], +"classcbdc_1_1parsec_1_1agent_1_1impl.html#a8ff0b5c1cd95988b9225f0000867c8c6":[0,0,0,9,0,2,8], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a90c9b813739f985d0ba64253e47a8043":[1,0,0,8,0,2,3], "classcbdc_1_1parsec_1_1agent_1_1impl.html#a90c9b813739f985d0ba64253e47a8043":[0,0,0,9,0,2,3], "classcbdc_1_1parsec_1_1agent_1_1impl.html#aa100fe761a417db8c5a32f6d26848f7e":[0,0,0,9,0,2,2], "classcbdc_1_1parsec_1_1agent_1_1impl.html#aa100fe761a417db8c5a32f6d26848f7e":[1,0,0,8,0,2,2], "classcbdc_1_1parsec_1_1agent_1_1impl.html#ad5fa4b44d55803dc20984349791800ee":[1,0,0,8,0,2,7], "classcbdc_1_1parsec_1_1agent_1_1impl.html#ad5fa4b44d55803dc20984349791800ee":[0,0,0,9,0,2,7], -"classcbdc_1_1parsec_1_1agent_1_1impl.html#aff5cb92a5b0763873f229e168b3a5d2c":[0,0,0,9,0,2,9], "classcbdc_1_1parsec_1_1agent_1_1impl.html#aff5cb92a5b0763873f229e168b3a5d2c":[1,0,0,8,0,2,9], +"classcbdc_1_1parsec_1_1agent_1_1impl.html#aff5cb92a5b0763873f229e168b3a5d2c":[0,0,0,9,0,2,9], "classcbdc_1_1parsec_1_1agent_1_1interface.html":[0,0,0,9,0,3], "classcbdc_1_1parsec_1_1agent_1_1interface.html":[1,0,0,8,0,3], -"classcbdc_1_1parsec_1_1agent_1_1interface.html#a28beca558094863b4165246c660d4dfe":[0,0,0,9,0,3,7], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a28beca558094863b4165246c660d4dfe":[1,0,0,8,0,3,7], -"classcbdc_1_1parsec_1_1agent_1_1interface.html#a5389475c478c7cf009f3b24755fb6bb6":[0,0,0,9,0,3,3], +"classcbdc_1_1parsec_1_1agent_1_1interface.html#a28beca558094863b4165246c660d4dfe":[0,0,0,9,0,3,7], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a5389475c478c7cf009f3b24755fb6bb6":[1,0,0,8,0,3,3], +"classcbdc_1_1parsec_1_1agent_1_1interface.html#a5389475c478c7cf009f3b24755fb6bb6":[0,0,0,9,0,3,3], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a613b3ddbe8eec36fa360c79dfaca2d12":[0,0,0,9,0,3,10], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a613b3ddbe8eec36fa360c79dfaca2d12":[1,0,0,8,0,3,10], -"classcbdc_1_1parsec_1_1agent_1_1interface.html#a6d4acca196dc6e00ab06fd5daa631024":[1,0,0,8,0,3,5], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a6d4acca196dc6e00ab06fd5daa631024":[0,0,0,9,0,3,5], -"classcbdc_1_1parsec_1_1agent_1_1interface.html#a852d039054b70fe98cd22cff3bf257ca":[1,0,0,8,0,3,4], +"classcbdc_1_1parsec_1_1agent_1_1interface.html#a6d4acca196dc6e00ab06fd5daa631024":[1,0,0,8,0,3,5], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a852d039054b70fe98cd22cff3bf257ca":[0,0,0,9,0,3,4], +"classcbdc_1_1parsec_1_1agent_1_1interface.html#a852d039054b70fe98cd22cff3bf257ca":[1,0,0,8,0,3,4], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a9480778dec29a2f0f68c38807ca5ccfe":[0,0,0,9,0,3,1], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a9480778dec29a2f0f68c38807ca5ccfe":[1,0,0,8,0,3,1], -"classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02":[1,0,0,8,0,3,2], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02":[0,0,0,9,0,3,2], -"classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02a165e6d21e0a2cc9ebb32ca05f90e0fa7":[1,0,0,8,0,3,2,7], +"classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02":[1,0,0,8,0,3,2], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02a165e6d21e0a2cc9ebb32ca05f90e0fa7":[0,0,0,9,0,3,2,7], +"classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02a165e6d21e0a2cc9ebb32ca05f90e0fa7":[1,0,0,8,0,3,2,7], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02a191558407cb376be65cb1a3f6d5b4cb2":[0,0,0,9,0,3,2,6], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02a191558407cb376be65cb1a3f6d5b4cb2":[1,0,0,8,0,3,2,6], -"classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02a20218462c307088a7a32e5fdd0a21a6e":[0,0,0,9,0,3,2,4], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02a20218462c307088a7a32e5fdd0a21a6e":[1,0,0,8,0,3,2,4], +"classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02a20218462c307088a7a32e5fdd0a21a6e":[0,0,0,9,0,3,2,4], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02a70e833e2b434c3f774d57b7c3ef51654":[1,0,0,8,0,3,2,3], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02a70e833e2b434c3f774d57b7c3ef51654":[0,0,0,9,0,3,2,3], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02a78f6c648aeaae9472c4f07d9149a3196":[1,0,0,8,0,3,2,5], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02a78f6c648aeaae9472c4f07d9149a3196":[0,0,0,9,0,3,2,5], -"classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02a8ffeec3a9f6c89ae7947f008fc18c104":[0,0,0,9,0,3,2,2], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02a8ffeec3a9f6c89ae7947f008fc18c104":[1,0,0,8,0,3,2,2], -"classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02aa3074d413bd2fe80f4339a9fadc0d6f6":[0,0,0,9,0,3,2,0], +"classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02a8ffeec3a9f6c89ae7947f008fc18c104":[0,0,0,9,0,3,2,2], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02aa3074d413bd2fe80f4339a9fadc0d6f6":[1,0,0,8,0,3,2,0], +"classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02aa3074d413bd2fe80f4339a9fadc0d6f6":[0,0,0,9,0,3,2,0], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02abdcde4946e39a81053128e5420cf35e7":[1,0,0,8,0,3,2,1], "classcbdc_1_1parsec_1_1agent_1_1interface.html#a9e1359b2f2b4a1d1e287e03ba47bfb02abdcde4946e39a81053128e5420cf35e7":[0,0,0,9,0,3,2,1], "classcbdc_1_1parsec_1_1agent_1_1interface.html#aa9cefcc0eb3d8089c7b9da3725a456c7":[0,0,0,9,0,3,11], @@ -60,64 +60,64 @@ var NAVTREEINDEX4 = "classcbdc_1_1parsec_1_1agent_1_1interface.html#ada9ff065b860c59f40870f5d76eef556":[0,0,0,9,0,3,12], "classcbdc_1_1parsec_1_1agent_1_1interface.html#aed681b7b3f7a94e54fb3ce1d58d74be3":[0,0,0,9,0,3,6], "classcbdc_1_1parsec_1_1agent_1_1interface.html#aed681b7b3f7a94e54fb3ce1d58d74be3":[1,0,0,8,0,3,6], -"classcbdc_1_1parsec_1_1agent_1_1interface.html#afcf600530709c858075fa34b59bbdd17":[1,0,0,8,0,3,9], "classcbdc_1_1parsec_1_1agent_1_1interface.html#afcf600530709c858075fa34b59bbdd17":[0,0,0,9,0,3,9], +"classcbdc_1_1parsec_1_1agent_1_1interface.html#afcf600530709c858075fa34b59bbdd17":[1,0,0,8,0,3,9], "classcbdc_1_1parsec_1_1agent_1_1interface.html#aff5ed18094ded4ba365e1b1a3d455283":[0,0,0,9,0,3,8], "classcbdc_1_1parsec_1_1agent_1_1interface.html#aff5ed18094ded4ba365e1b1a3d455283":[1,0,0,8,0,3,8], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html":[1,0,0,8,0,0,0], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html":[0,0,0,9,0,0,0], -"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#a0917c925c30a1427b6f6aceb1b745060":[0,0,0,9,0,0,0,2], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#a0917c925c30a1427b6f6aceb1b745060":[1,0,0,8,0,0,0,2], -"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#a2fdf8455ca12d5419810c2008d35d377":[1,0,0,8,0,0,0,8], +"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#a0917c925c30a1427b6f6aceb1b745060":[0,0,0,9,0,0,0,2], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#a2fdf8455ca12d5419810c2008d35d377":[0,0,0,9,0,0,0,8], +"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#a2fdf8455ca12d5419810c2008d35d377":[1,0,0,8,0,0,0,8], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#a37e8038894b4e01fd003e804e43a2314":[0,0,0,9,0,0,0,3], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#a37e8038894b4e01fd003e804e43a2314":[1,0,0,8,0,0,0,3], -"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#a3e4ffb79b075a6eca547460c9beaede7":[1,0,0,8,0,0,0,4], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#a3e4ffb79b075a6eca547460c9beaede7":[0,0,0,9,0,0,0,4], +"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#a3e4ffb79b075a6eca547460c9beaede7":[1,0,0,8,0,0,0,4], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#a59b552d71a59979ddf13d14db1845fa6":[0,0,0,9,0,0,0,5], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#a59b552d71a59979ddf13d14db1845fa6":[1,0,0,8,0,0,0,5], -"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#a83a43010aa47a0002d300b8210137d99":[0,0,0,9,0,0,0,1], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#a83a43010aa47a0002d300b8210137d99":[1,0,0,8,0,0,0,1], -"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#abc83e3f1e267e47bec5daa27beca9213":[1,0,0,8,0,0,0,0], +"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#a83a43010aa47a0002d300b8210137d99":[0,0,0,9,0,0,0,1], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#abc83e3f1e267e47bec5daa27beca9213":[0,0,0,9,0,0,0,0], +"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#abc83e3f1e267e47bec5daa27beca9213":[1,0,0,8,0,0,0,0], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#ac8dd73a793d1a4bc3fb7dc26e776da53":[0,0,0,9,0,0,0,6], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#ac8dd73a793d1a4bc3fb7dc26e776da53":[1,0,0,8,0,0,0,6], -"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#ae7b8530b5d9eb3f19c0185a45910be1e":[1,0,0,8,0,0,0,7], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#ae7b8530b5d9eb3f19c0185a45910be1e":[0,0,0,9,0,0,0,7], -"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html":[0,0,0,9,0,0,2], +"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1client.html#ae7b8530b5d9eb3f19c0185a45910be1e":[1,0,0,8,0,0,0,7], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html":[1,0,0,8,0,0,2], +"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html":[0,0,0,9,0,0,2], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#a141b62b52becf50502e885910c7d4444":[1,0,0,8,0,0,2,1], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#a141b62b52becf50502e885910c7d4444":[0,0,0,9,0,0,2,1], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#a30ad0eac7ea4f9d922fbfa63e820deb3":[0,0,0,9,0,0,2,7], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#a30ad0eac7ea4f9d922fbfa63e820deb3":[1,0,0,8,0,0,2,7], -"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#a35bfc2a4b3895082656806adc38c3e9e":[1,0,0,8,0,0,2,2], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#a35bfc2a4b3895082656806adc38c3e9e":[0,0,0,9,0,0,2,2], -"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#a6bb7793a7fadf94131a654b4f94a3f39":[1,0,0,8,0,0,2,4], +"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#a35bfc2a4b3895082656806adc38c3e9e":[1,0,0,8,0,0,2,2], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#a6bb7793a7fadf94131a654b4f94a3f39":[0,0,0,9,0,0,2,4], +"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#a6bb7793a7fadf94131a654b4f94a3f39":[1,0,0,8,0,0,2,4], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#a76f32197f0cd33c3a009319d28f31c3b":[0,0,0,9,0,0,2,3], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#a76f32197f0cd33c3a009319d28f31c3b":[1,0,0,8,0,0,2,3], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#a9b619336f76ae69f62da2d86ee22a246":[1,0,0,8,0,0,2,5], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#a9b619336f76ae69f62da2d86ee22a246":[0,0,0,9,0,0,2,5], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#aedae3b13a9b51fc7a6d46f345b1e7b21":[0,0,0,9,0,0,2,0], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#aedae3b13a9b51fc7a6d46f345b1e7b21":[1,0,0,8,0,0,2,0], -"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#afc61d3a9e194b6db73cece31c10d6b71":[1,0,0,8,0,0,2,6], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#afc61d3a9e194b6db73cece31c10d6b71":[0,0,0,9,0,0,2,6], -"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html":[0,0,0,9,0,0,3], +"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1http__server.html#afc61d3a9e194b6db73cece31c10d6b71":[1,0,0,8,0,0,2,6], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html":[1,0,0,8,0,0,3], +"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html":[0,0,0,9,0,0,3], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#a68dd4200ca1411c5c4d3d0fb2e9149a2":[0,0,0,9,0,0,3,4], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#a68dd4200ca1411c5c4d3d0fb2e9149a2":[1,0,0,8,0,0,3,4], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#a7ec3db64a826a4b45bf849cfcb906422":[0,0,0,9,0,0,3,5], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#a7ec3db64a826a4b45bf849cfcb906422":[1,0,0,8,0,0,3,5], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#a8896a6bd371b0bd7621ae7016d3c6950":[1,0,0,8,0,0,3,0], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#a8896a6bd371b0bd7621ae7016d3c6950":[0,0,0,9,0,0,3,0], -"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#a9b88047cbd485079c38646f87b468a2b":[1,0,0,8,0,0,3,2], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#a9b88047cbd485079c38646f87b468a2b":[0,0,0,9,0,0,3,2], +"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#a9b88047cbd485079c38646f87b468a2b":[1,0,0,8,0,0,3,2], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#abe243aed16f48d49e20ee8e475c76cfd":[0,0,0,9,0,0,3,7], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#abe243aed16f48d49e20ee8e475c76cfd":[1,0,0,8,0,0,3,7], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#ad718c60743de6a00fd404da1e904b686":[0,0,0,9,0,0,3,1], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#ad718c60743de6a00fd404da1e904b686":[1,0,0,8,0,0,3,1], -"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#ae97887e77827db753a86016e0c47115f":[1,0,0,8,0,0,3,3], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#ae97887e77827db753a86016e0c47115f":[0,0,0,9,0,0,3,3], +"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#ae97887e77827db753a86016e0c47115f":[1,0,0,8,0,0,3,3], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#af7dffd2167782436680fc823e104510a":[0,0,0,9,0,0,3,6], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server.html#af7dffd2167782436680fc823e104510a":[1,0,0,8,0,0,3,6], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server__interface.html":[0,0,0,9,0,0,4], @@ -130,124 +130,124 @@ var NAVTREEINDEX4 = "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server__interface.html#a514c8251ef1fc3561d7eb898bd95ce68":[1,0,0,8,0,0,4,2], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server__interface.html#a5b4328798ac4b07d4bbf8d744bf60fd3":[0,0,0,9,0,0,4,4], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server__interface.html#a5b4328798ac4b07d4bbf8d744bf60fd3":[1,0,0,8,0,0,4,4], -"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server__interface.html#a786a33835b9ae37b042f38cf7fefae6c":[0,0,0,9,0,0,4,1], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server__interface.html#a786a33835b9ae37b042f38cf7fefae6c":[1,0,0,8,0,0,4,1], +"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server__interface.html#a786a33835b9ae37b042f38cf7fefae6c":[0,0,0,9,0,0,4,1], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server__interface.html#a8bf6e2cf871b0a2131f73727ffbf94cb":[0,0,0,9,0,0,4,8], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server__interface.html#a8bf6e2cf871b0a2131f73727ffbf94cb":[1,0,0,8,0,0,4,8], -"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server__interface.html#aa90780c10a3a6d45eec2394545b2b673":[1,0,0,8,0,0,4,6], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server__interface.html#aa90780c10a3a6d45eec2394545b2b673":[0,0,0,9,0,0,4,6], +"classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server__interface.html#aa90780c10a3a6d45eec2394545b2b673":[1,0,0,8,0,0,4,6], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server__interface.html#ac6bcb09f06ecd32d3061b4ed9ca0bc1f":[0,0,0,9,0,0,4,3], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server__interface.html#ac6bcb09f06ecd32d3061b4ed9ca0bc1f":[1,0,0,8,0,0,4,3], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server__interface.html#ae6814c89fb061338b10f248393468435":[0,0,0,9,0,0,4,7], "classcbdc_1_1parsec_1_1agent_1_1rpc_1_1server__interface.html#ae6814c89fb061338b10f248393468435":[1,0,0,8,0,0,4,7], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html":[1,0,0,8,0,1,4], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html":[0,0,0,9,0,1,4], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html":[1,0,0,8,0,1,4], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a046cf2deac12d14addb8dce046673871":[1,0,0,8,0,1,4,13], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a046cf2deac12d14addb8dce046673871":[0,0,0,9,0,1,4,13], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a219acabf12c7bfb3df7ed24fc9d49f40":[1,0,0,8,0,1,4,22], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a219acabf12c7bfb3df7ed24fc9d49f40":[0,0,0,9,0,1,4,22], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a219acabf12c7bfb3df7ed24fc9d49f40":[1,0,0,8,0,1,4,22], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a30c294fee9a7811ef8df97e9c1a9a13a":[0,0,0,9,0,1,4,9], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a30c294fee9a7811ef8df97e9c1a9a13a":[1,0,0,8,0,1,4,9], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a3f9fa425ee648958aa9f50eb11c22c0f":[1,0,0,8,0,1,4,11], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a3f9fa425ee648958aa9f50eb11c22c0f":[0,0,0,9,0,1,4,11], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a57c75798b96186016d39baffc96456fb":[1,0,0,8,0,1,4,16], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a57c75798b96186016d39baffc96456fb":[0,0,0,9,0,1,4,16], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a57c75798b96186016d39baffc96456fb":[1,0,0,8,0,1,4,16], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a5830a036d36432dcfc3254f15bab7f4e":[0,0,0,9,0,1,4,8], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a5830a036d36432dcfc3254f15bab7f4e":[1,0,0,8,0,1,4,8], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a60bc4aeea056c85caa56de76a3b5fcf2":[1,0,0,8,0,1,4,17], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a60bc4aeea056c85caa56de76a3b5fcf2":[0,0,0,9,0,1,4,17], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a60bc4aeea056c85caa56de76a3b5fcf2":[1,0,0,8,0,1,4,17], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a667355b47aa6436680760b6e97f933b4":[0,0,0,9,0,1,4,19], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a667355b47aa6436680760b6e97f933b4":[1,0,0,8,0,1,4,19], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a6cf0fd9ce9cbec3fdfb7557d4d74be61":[0,0,0,9,0,1,4,23], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a6cf0fd9ce9cbec3fdfb7557d4d74be61":[1,0,0,8,0,1,4,23], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a6d8e6ba8ac105189c314f2e4737f0049":[0,0,0,9,0,1,4,15], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a6cf0fd9ce9cbec3fdfb7557d4d74be61":[0,0,0,9,0,1,4,23], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a6d8e6ba8ac105189c314f2e4737f0049":[1,0,0,8,0,1,4,15], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a7b3dfca9cd822b34a0b8220c506f69ef":[0,0,0,9,0,1,4,4], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a6d8e6ba8ac105189c314f2e4737f0049":[0,0,0,9,0,1,4,15], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a7b3dfca9cd822b34a0b8220c506f69ef":[1,0,0,8,0,1,4,4], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a7b3dfca9cd822b34a0b8220c506f69ef":[0,0,0,9,0,1,4,4], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a98969f467e06e6c90633d1a22e5a5298":[1,0,0,8,0,1,4,1], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a98969f467e06e6c90633d1a22e5a5298":[0,0,0,9,0,1,4,1], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a9b1c55194961d320617db59e09792d34":[1,0,0,8,0,1,4,6], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a9b1c55194961d320617db59e09792d34":[0,0,0,9,0,1,4,6], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a9b1c55194961d320617db59e09792d34":[1,0,0,8,0,1,4,6], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a9cfb97c67f2bc952d593c6ec91a6c152":[1,0,0,8,0,1,4,3], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a9cfb97c67f2bc952d593c6ec91a6c152":[0,0,0,9,0,1,4,3], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a9e4bcec2a23a45da7923058f64c798c7":[1,0,0,8,0,1,4,5], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a9e4bcec2a23a45da7923058f64c798c7":[0,0,0,9,0,1,4,5], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#aa28762762bb5097a8695bab14f3ada69":[1,0,0,8,0,1,4,10], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#a9e4bcec2a23a45da7923058f64c798c7":[1,0,0,8,0,1,4,5], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#aa28762762bb5097a8695bab14f3ada69":[0,0,0,9,0,1,4,10], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#aa28762762bb5097a8695bab14f3ada69":[1,0,0,8,0,1,4,10], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ab10d0df32dead864870326507448ee37":[0,0,0,9,0,1,4,7], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ab10d0df32dead864870326507448ee37":[1,0,0,8,0,1,4,7], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ab652294fefa609ac468f74a08e4ffaca":[1,0,0,8,0,1,4,18], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ab652294fefa609ac468f74a08e4ffaca":[0,0,0,9,0,1,4,18], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ab652294fefa609ac468f74a08e4ffaca":[1,0,0,8,0,1,4,18], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ab89f00d301697f37dc80ac95312dac04":[1,0,0,8,0,1,4,21], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ab89f00d301697f37dc80ac95312dac04":[0,0,0,9,0,1,4,21], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#aba8533e5fa4d7895cf6b998a8999c903":[1,0,0,8,0,1,4,20], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#aba8533e5fa4d7895cf6b998a8999c903":[0,0,0,9,0,1,4,20], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ac9c06f0bed88df006731e5ae8d8b71e4":[0,0,0,9,0,1,4,12], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#aba8533e5fa4d7895cf6b998a8999c903":[1,0,0,8,0,1,4,20], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ac9c06f0bed88df006731e5ae8d8b71e4":[1,0,0,8,0,1,4,12], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ae65aa2d919b459f601a0ad7bfbf3a167":[0,0,0,9,0,1,4,2], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ac9c06f0bed88df006731e5ae8d8b71e4":[0,0,0,9,0,1,4,12], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ae65aa2d919b459f601a0ad7bfbf3a167":[1,0,0,8,0,1,4,2], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ae65aa2d919b459f601a0ad7bfbf3a167":[0,0,0,9,0,1,4,2], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#af1532d18ed3d25ee949126ccfb1089db":[0,0,0,9,0,1,4,14], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#af1532d18ed3d25ee949126ccfb1089db":[1,0,0,8,0,1,4,14], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#afaca3504c0e01f709848eaa4ae09f176":[0,0,0,9,0,1,4,0], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#afaca3504c0e01f709848eaa4ae09f176":[1,0,0,8,0,1,4,0], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html":[0,0,0,9,0,1,9], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#afaca3504c0e01f709848eaa4ae09f176":[0,0,0,9,0,1,4,0], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html":[1,0,0,8,0,1,9], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#a03b12a67a834e83a48d5193adcbc0a6c":[1,0,0,8,0,1,9,0], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html":[0,0,0,9,0,1,9], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#a03b12a67a834e83a48d5193adcbc0a6c":[0,0,0,9,0,1,9,0], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#a03b12a67a834e83a48d5193adcbc0a6c":[1,0,0,8,0,1,9,0], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#a065042d0de285d9a63041c3e052ef44a":[1,0,0,8,0,1,9,2], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#a065042d0de285d9a63041c3e052ef44a":[0,0,0,9,0,1,9,2], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#a63f853c92fcb8ce178d85c28614499b1":[0,0,0,9,0,1,9,3], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#a63f853c92fcb8ce178d85c28614499b1":[1,0,0,8,0,1,9,3], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#a63f853c92fcb8ce178d85c28614499b1":[0,0,0,9,0,1,9,3], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#a74c72f467fb911c7cf4ee091d9db1ee6":[1,0,0,8,0,1,9,4], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#a74c72f467fb911c7cf4ee091d9db1ee6":[0,0,0,9,0,1,9,4], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#a919bd6fe16236c5ce19bf38221037eea":[1,0,0,8,0,1,9,6], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#a919bd6fe16236c5ce19bf38221037eea":[0,0,0,9,0,1,9,6], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#ac1aa2296e405b3f13a96a6f3754a0b54":[0,0,0,9,0,1,9,1], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#a919bd6fe16236c5ce19bf38221037eea":[1,0,0,8,0,1,9,6], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#ac1aa2296e405b3f13a96a6f3754a0b54":[1,0,0,8,0,1,9,1], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#ad4073f5474ea8dd12fcd0b34b26d0e4d":[0,0,0,9,0,1,9,5], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#ac1aa2296e405b3f13a96a6f3754a0b54":[0,0,0,9,0,1,9,1], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#ad4073f5474ea8dd12fcd0b34b26d0e4d":[1,0,0,8,0,1,9,5], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1factory.html":[0,0,0,9,0,1,13], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__runner.html#ad4073f5474ea8dd12fcd0b34b26d0e4d":[0,0,0,9,0,1,9,5], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1factory.html":[1,0,0,8,0,1,13], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html":[1,0,0,8,0,1,14], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1factory.html":[0,0,0,9,0,1,13], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html":[0,0,0,9,0,1,14], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a161321962f37cb78f756f1777917288e":[0,0,0,9,0,1,14,7], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html":[1,0,0,8,0,1,14], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a161321962f37cb78f756f1777917288e":[1,0,0,8,0,1,14,7], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a161321962f37cb78f756f1777917288e":[0,0,0,9,0,1,14,7], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a233f652defabda9c2ab3a5a7c6df6b95":[1,0,0,8,0,1,14,1], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a233f652defabda9c2ab3a5a7c6df6b95":[0,0,0,9,0,1,14,1], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a505367afae0f5e67dd38d5ace7814f04":[0,0,0,9,0,1,14,8], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a505367afae0f5e67dd38d5ace7814f04":[1,0,0,8,0,1,14,8], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a5d03d3fa81cada2462cba01b4b6628f9":[0,0,0,9,0,1,14,9], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a505367afae0f5e67dd38d5ace7814f04":[0,0,0,9,0,1,14,8], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a5d03d3fa81cada2462cba01b4b6628f9":[1,0,0,8,0,1,14,9], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a840a7911de8a5de9fd24223ff80aa145":[0,0,0,9,0,1,14,14], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a5d03d3fa81cada2462cba01b4b6628f9":[0,0,0,9,0,1,14,9], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a840a7911de8a5de9fd24223ff80aa145":[1,0,0,8,0,1,14,14], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a873918bc570092134d0e4ea3836f658c":[0,0,0,9,0,1,14,0], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a840a7911de8a5de9fd24223ff80aa145":[0,0,0,9,0,1,14,14], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a873918bc570092134d0e4ea3836f658c":[1,0,0,8,0,1,14,0], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a8905d24efe250f5388938abe2788ea29":[0,0,0,9,0,1,14,12], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a873918bc570092134d0e4ea3836f658c":[0,0,0,9,0,1,14,0], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a8905d24efe250f5388938abe2788ea29":[1,0,0,8,0,1,14,12], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a8905d24efe250f5388938abe2788ea29":[0,0,0,9,0,1,14,12], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a921cfebcd7367e8310eb9fd9214f445b":[0,0,0,9,0,1,14,4], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a921cfebcd7367e8310eb9fd9214f445b":[1,0,0,8,0,1,14,4], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a96866f48e035c6d371e7cc5ec48429b9":[0,0,0,9,0,1,14,10], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a96866f48e035c6d371e7cc5ec48429b9":[1,0,0,8,0,1,14,10], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a96866f48e035c6d371e7cc5ec48429b9":[0,0,0,9,0,1,14,10], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ab84c941a7ea1c6c9e22333c64c027fab":[0,0,0,9,0,1,14,13], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ab84c941a7ea1c6c9e22333c64c027fab":[1,0,0,8,0,1,14,13], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ab8fad94fc48dece44342f3e8c84a9dba":[1,0,0,8,0,1,14,2], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ab8fad94fc48dece44342f3e8c84a9dba":[0,0,0,9,0,1,14,2], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#acbf0de021ee194c3982019fabb50d3b1":[1,0,0,8,0,1,14,11], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ab8fad94fc48dece44342f3e8c84a9dba":[1,0,0,8,0,1,14,2], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#acbf0de021ee194c3982019fabb50d3b1":[0,0,0,9,0,1,14,11], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#acbf0de021ee194c3982019fabb50d3b1":[1,0,0,8,0,1,14,11], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad281d7a5c2939bdb4bad95fc40d441cd":[1,0,0,8,0,1,14,3], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad281d7a5c2939bdb4bad95fc40d441cd":[0,0,0,9,0,1,14,3], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8f":[1,0,0,8,0,1,14,5], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8f":[0,0,0,9,0,1,14,5], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8f":[1,0,0,8,0,1,14,5], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa0cb30b5a339c13fb0632d8f276f44460":[1,0,0,8,0,1,14,5,7], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa0cb30b5a339c13fb0632d8f276f44460":[0,0,0,9,0,1,14,5,7], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa120549c610c8523bb6eea157c43613e2":[1,0,0,8,0,1,14,5,10], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa120549c610c8523bb6eea157c43613e2":[0,0,0,9,0,1,14,5,10], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa3d9fd48f8a61d2ef1bcabffb3e2c2336":[1,0,0,8,0,1,14,5,6], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa3d9fd48f8a61d2ef1bcabffb3e2c2336":[0,0,0,9,0,1,14,5,6], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa49546866e6fc51cc9412b4b12b7f8574":[0,0,0,9,0,1,14,5,3], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa3d9fd48f8a61d2ef1bcabffb3e2c2336":[1,0,0,8,0,1,14,5,6], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa49546866e6fc51cc9412b4b12b7f8574":[1,0,0,8,0,1,14,5,3], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa534f389135af1e100f5323109c2ccc13":[0,0,0,9,0,1,14,5,0], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa49546866e6fc51cc9412b4b12b7f8574":[0,0,0,9,0,1,14,5,3], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa534f389135af1e100f5323109c2ccc13":[1,0,0,8,0,1,14,5,0], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa62928e083ea225f149ba64e599eb386d":[0,0,0,9,0,1,14,5,8], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa62928e083ea225f149ba64e599eb386d":[1,0,0,8,0,1,14,5,8] +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa534f389135af1e100f5323109c2ccc13":[0,0,0,9,0,1,14,5,0], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa62928e083ea225f149ba64e599eb386d":[1,0,0,8,0,1,14,5,8], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa62928e083ea225f149ba64e599eb386d":[0,0,0,9,0,1,14,5,8] }; diff --git a/navtreeindex5.js b/navtreeindex5.js index d36a3a82b..8fa84f93b 100644 --- a/navtreeindex5.js +++ b/navtreeindex5.js @@ -2,38 +2,38 @@ var NAVTREEINDEX5 = { "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa674d20904545f1aa71e54bd846ade740":[0,0,0,9,0,1,14,5,5], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa674d20904545f1aa71e54bd846ade740":[1,0,0,8,0,1,14,5,5], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa754722288f0db10b86ab7764274e4d75":[0,0,0,9,0,1,14,5,9], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa754722288f0db10b86ab7764274e4d75":[1,0,0,8,0,1,14,5,9], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa754722288f0db10b86ab7764274e4d75":[0,0,0,9,0,1,14,5,9], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa98ea63444e0a3479776b74e0421c27b9":[1,0,0,8,0,1,14,5,2], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa98ea63444e0a3479776b74e0421c27b9":[0,0,0,9,0,1,14,5,2], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8faf38320e1fa4b3becb1e38fdbd68ab052":[1,0,0,8,0,1,14,5,1], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8faf38320e1fa4b3becb1e38fdbd68ab052":[0,0,0,9,0,1,14,5,1], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8faff5d451261214ad5bd584840e4ac735c":[0,0,0,9,0,1,14,5,4], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8faff5d451261214ad5bd584840e4ac735c":[1,0,0,8,0,1,14,5,4], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ada68a16ff2667b46deeca2b8c1b79146":[0,0,0,9,0,1,14,6], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ada68a16ff2667b46deeca2b8c1b79146":[1,0,0,8,0,1,14,6], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1lua__runner.html":[1,0,0,8,0,1,15], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ada68a16ff2667b46deeca2b8c1b79146":[0,0,0,9,0,1,14,6], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1lua__runner.html":[0,0,0,9,0,1,15], -"classcbdc_1_1parsec_1_1agent_1_1runner_1_1lua__runner.html#a8e0b6cce317b7e4d919b6dc6c90a83d5":[1,0,0,8,0,1,15,1], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1lua__runner.html":[1,0,0,8,0,1,15], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1lua__runner.html#a8e0b6cce317b7e4d919b6dc6c90a83d5":[0,0,0,9,0,1,15,1], +"classcbdc_1_1parsec_1_1agent_1_1runner_1_1lua__runner.html#a8e0b6cce317b7e4d919b6dc6c90a83d5":[1,0,0,8,0,1,15,1], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1lua__runner.html#aa6636652e22865355414f31ce13e036a":[1,0,0,8,0,1,15,0], "classcbdc_1_1parsec_1_1agent_1_1runner_1_1lua__runner.html#aa6636652e22865355414f31ce13e036a":[0,0,0,9,0,1,15,0], -"classcbdc_1_1parsec_1_1broker_1_1impl.html":[0,0,0,9,1,0], "classcbdc_1_1parsec_1_1broker_1_1impl.html":[1,0,0,8,1,0], +"classcbdc_1_1parsec_1_1broker_1_1impl.html":[0,0,0,9,1,0], "classcbdc_1_1parsec_1_1broker_1_1impl.html#a4214dcb7b0022a6a92933ae967409ff9":[1,0,0,8,1,0,3], "classcbdc_1_1parsec_1_1broker_1_1impl.html#a4214dcb7b0022a6a92933ae967409ff9":[0,0,0,9,1,0,3], -"classcbdc_1_1parsec_1_1broker_1_1impl.html#a46b4e866dd148bffbc788de0033a5daa":[0,0,0,9,1,0,7], "classcbdc_1_1parsec_1_1broker_1_1impl.html#a46b4e866dd148bffbc788de0033a5daa":[1,0,0,8,1,0,7], +"classcbdc_1_1parsec_1_1broker_1_1impl.html#a46b4e866dd148bffbc788de0033a5daa":[0,0,0,9,1,0,7], "classcbdc_1_1parsec_1_1broker_1_1impl.html#a4a7b6eaee5a12fdd1dcd0afa32ae088d":[1,0,0,8,1,0,4], "classcbdc_1_1parsec_1_1broker_1_1impl.html#a4a7b6eaee5a12fdd1dcd0afa32ae088d":[0,0,0,9,1,0,4], -"classcbdc_1_1parsec_1_1broker_1_1impl.html#a6265638b81945412eaf567634b198b3a":[0,0,0,9,1,0,6], "classcbdc_1_1parsec_1_1broker_1_1impl.html#a6265638b81945412eaf567634b198b3a":[1,0,0,8,1,0,6], +"classcbdc_1_1parsec_1_1broker_1_1impl.html#a6265638b81945412eaf567634b198b3a":[0,0,0,9,1,0,6], "classcbdc_1_1parsec_1_1broker_1_1impl.html#aa047a93c9ba79959c92632ffe1299d74":[0,0,0,9,1,0,5], "classcbdc_1_1parsec_1_1broker_1_1impl.html#aa047a93c9ba79959c92632ffe1299d74":[1,0,0,8,1,0,5], -"classcbdc_1_1parsec_1_1broker_1_1impl.html#acfba4cb9eb8024a3014de73cdb6c0a8c":[1,0,0,8,1,0,2], "classcbdc_1_1parsec_1_1broker_1_1impl.html#acfba4cb9eb8024a3014de73cdb6c0a8c":[0,0,0,9,1,0,2], -"classcbdc_1_1parsec_1_1broker_1_1impl.html#ad61b45e53197fc52e5246f8fcf15500b":[1,0,0,8,1,0,0], +"classcbdc_1_1parsec_1_1broker_1_1impl.html#acfba4cb9eb8024a3014de73cdb6c0a8c":[1,0,0,8,1,0,2], "classcbdc_1_1parsec_1_1broker_1_1impl.html#ad61b45e53197fc52e5246f8fcf15500b":[0,0,0,9,1,0,0], +"classcbdc_1_1parsec_1_1broker_1_1impl.html#ad61b45e53197fc52e5246f8fcf15500b":[1,0,0,8,1,0,0], "classcbdc_1_1parsec_1_1broker_1_1impl.html#ad95f9601193098f5c3cd673f4ddd64aa":[0,0,0,9,1,0,1], "classcbdc_1_1parsec_1_1broker_1_1impl.html#ad95f9601193098f5c3cd673f4ddd64aa":[1,0,0,8,1,0,1], "classcbdc_1_1parsec_1_1broker_1_1interface.html":[1,0,0,8,1,1], @@ -60,48 +60,48 @@ var NAVTREEINDEX5 = "classcbdc_1_1parsec_1_1broker_1_1interface.html#a7536947f4311eb24e6587489fada13a5":[1,0,0,8,1,1,0], "classcbdc_1_1parsec_1_1broker_1_1interface.html#a75ff0e8d551a07d203e938036f53c537":[0,0,0,9,1,1,13], "classcbdc_1_1parsec_1_1broker_1_1interface.html#a75ff0e8d551a07d203e938036f53c537":[1,0,0,8,1,1,13], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#a7ad81d8ee6b0c0df7f8d2070b7e0d6f5":[0,0,0,9,1,1,11], "classcbdc_1_1parsec_1_1broker_1_1interface.html#a7ad81d8ee6b0c0df7f8d2070b7e0d6f5":[1,0,0,8,1,1,11], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#a84a4667edd4b6feaf9f16227ac3714c0":[1,0,0,8,1,1,2], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#a7ad81d8ee6b0c0df7f8d2070b7e0d6f5":[0,0,0,9,1,1,11], "classcbdc_1_1parsec_1_1broker_1_1interface.html#a84a4667edd4b6feaf9f16227ac3714c0":[0,0,0,9,1,1,2], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#a84a4667edd4b6feaf9f16227ac3714c0":[1,0,0,8,1,1,2], "classcbdc_1_1parsec_1_1broker_1_1interface.html#a8601f990460d432e6562cd7a33c7d2c5":[1,0,0,8,1,1,16], "classcbdc_1_1parsec_1_1broker_1_1interface.html#a8601f990460d432e6562cd7a33c7d2c5":[0,0,0,9,1,1,16], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#a8fcd3747273d7841f304d061c3abd475":[1,0,0,8,1,1,4], "classcbdc_1_1parsec_1_1broker_1_1interface.html#a8fcd3747273d7841f304d061c3abd475":[0,0,0,9,1,1,4], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#a951f66f3b63dcb7c71da3e2f66d71ad3":[0,0,0,9,1,1,17], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#a8fcd3747273d7841f304d061c3abd475":[1,0,0,8,1,1,4], "classcbdc_1_1parsec_1_1broker_1_1interface.html#a951f66f3b63dcb7c71da3e2f66d71ad3":[1,0,0,8,1,1,17], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901":[0,0,0,9,1,1,12], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#a951f66f3b63dcb7c71da3e2f66d71ad3":[0,0,0,9,1,1,17], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901":[1,0,0,8,1,1,12], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a191558407cb376be65cb1a3f6d5b4cb2":[0,0,0,9,1,1,12,13], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901":[0,0,0,9,1,1,12], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a191558407cb376be65cb1a3f6d5b4cb2":[1,0,0,8,1,1,12,13], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a191558407cb376be65cb1a3f6d5b4cb2":[0,0,0,9,1,1,12,13], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a20218462c307088a7a32e5fdd0a21a6e":[1,0,0,8,1,1,12,12], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a20218462c307088a7a32e5fdd0a21a6e":[0,0,0,9,1,1,12,12], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a3924b36e4c808a0ad96ece8436cbe22d":[0,0,0,9,1,1,12,9], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a3924b36e4c808a0ad96ece8436cbe22d":[1,0,0,8,1,1,12,9], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a47727f86ca4cd299085d133ebfe83fa5":[1,0,0,8,1,1,12,16], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a3924b36e4c808a0ad96ece8436cbe22d":[0,0,0,9,1,1,12,9], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a47727f86ca4cd299085d133ebfe83fa5":[0,0,0,9,1,1,12,16], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a47727f86ca4cd299085d133ebfe83fa5":[1,0,0,8,1,1,12,16], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a560d68a2e4c23a6ecee148d7615a1a10":[1,0,0,8,1,1,12,14], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a560d68a2e4c23a6ecee148d7615a1a10":[0,0,0,9,1,1,12,14], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a78f6c648aeaae9472c4f07d9149a3196":[1,0,0,8,1,1,12,15], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a78f6c648aeaae9472c4f07d9149a3196":[0,0,0,9,1,1,12,15], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a78f6c648aeaae9472c4f07d9149a3196":[1,0,0,8,1,1,12,15], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a9142d2ed5428fcee0402a50e717052db":[0,0,0,9,1,1,12,3], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a9142d2ed5428fcee0402a50e717052db":[1,0,0,8,1,1,12,3], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a91a51175128716cb88eb83b38017c377":[1,0,0,8,1,1,12,2], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a91a51175128716cb88eb83b38017c377":[0,0,0,9,1,1,12,2], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a9f2df66369b873e0dcb5355cb09f9b80":[0,0,0,9,1,1,12,17], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a9f2df66369b873e0dcb5355cb09f9b80":[1,0,0,8,1,1,12,17], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901ab86cc6026ca1425ada3a0f1c74924856":[1,0,0,8,1,1,12,11], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901a9f2df66369b873e0dcb5355cb09f9b80":[0,0,0,9,1,1,12,17], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901ab86cc6026ca1425ada3a0f1c74924856":[0,0,0,9,1,1,12,11], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901ab86cc6026ca1425ada3a0f1c74924856":[1,0,0,8,1,1,12,11], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901abdcde4946e39a81053128e5420cf35e7":[1,0,0,8,1,1,12,0], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901abdcde4946e39a81053128e5420cf35e7":[0,0,0,9,1,1,12,0], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901ac9f6682f2f60819927045f508ffab576":[0,0,0,9,1,1,12,10], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901ac9f6682f2f60819927045f508ffab576":[1,0,0,8,1,1,12,10], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901ad1fe449335c473c1ada95f16633d2f25":[0,0,0,9,1,1,12,7], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901ac9f6682f2f60819927045f508ffab576":[0,0,0,9,1,1,12,10], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901ad1fe449335c473c1ada95f16633d2f25":[1,0,0,8,1,1,12,7], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901ad1fe449335c473c1ada95f16633d2f25":[0,0,0,9,1,1,12,7], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901ade097496acb20f43f14a8dbf9c8cb7ef":[1,0,0,8,1,1,12,4], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901ade097496acb20f43f14a8dbf9c8cb7ef":[0,0,0,9,1,1,12,4], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901adfb7069bfc6e0064a6c667626eca07b4":[0,0,0,9,1,1,12,8], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901adfb7069bfc6e0064a6c667626eca07b4":[1,0,0,8,1,1,12,8], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901adfb7069bfc6e0064a6c667626eca07b4":[0,0,0,9,1,1,12,8], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901ae4e252069247b24439c82292f71fac8c":[1,0,0,8,1,1,12,6], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901ae4e252069247b24439c82292f71fac8c":[0,0,0,9,1,1,12,6], "classcbdc_1_1parsec_1_1broker_1_1interface.html#aa376a0f5760fd2cba521620a7af84901afaa441dd61144c55daa9d8af1a233db4":[0,0,0,9,1,1,12,1], @@ -114,56 +114,56 @@ var NAVTREEINDEX5 = "classcbdc_1_1parsec_1_1broker_1_1interface.html#ab30610c08412d82856541a41e83e3d1b":[0,0,0,9,1,1,20], "classcbdc_1_1parsec_1_1broker_1_1interface.html#ab824019d341f7d9006517e6774b8c29d":[1,0,0,8,1,1,22], "classcbdc_1_1parsec_1_1broker_1_1interface.html#ab824019d341f7d9006517e6774b8c29d":[0,0,0,9,1,1,22], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#acdedf60278a9f8a0764c292135996bbf":[0,0,0,9,1,1,1], "classcbdc_1_1parsec_1_1broker_1_1interface.html#acdedf60278a9f8a0764c292135996bbf":[1,0,0,8,1,1,1], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#ad528e2451e32b5e5feba20f385fc7599":[0,0,0,9,1,1,6], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#acdedf60278a9f8a0764c292135996bbf":[0,0,0,9,1,1,1], "classcbdc_1_1parsec_1_1broker_1_1interface.html#ad528e2451e32b5e5feba20f385fc7599":[1,0,0,8,1,1,6], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#ad9fdc700062968c1d07729f9029ccbe5":[1,0,0,8,1,1,18], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#ad528e2451e32b5e5feba20f385fc7599":[0,0,0,9,1,1,6], "classcbdc_1_1parsec_1_1broker_1_1interface.html#ad9fdc700062968c1d07729f9029ccbe5":[0,0,0,9,1,1,18], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#ae8aae36c6d735c1e1534aec4dc164f88":[0,0,0,9,1,1,9], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#ad9fdc700062968c1d07729f9029ccbe5":[1,0,0,8,1,1,18], "classcbdc_1_1parsec_1_1broker_1_1interface.html#ae8aae36c6d735c1e1534aec4dc164f88":[1,0,0,8,1,1,9], -"classcbdc_1_1parsec_1_1broker_1_1interface.html#af68b3e8c226eaff996bd53c131f0f93f":[1,0,0,8,1,1,10], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#ae8aae36c6d735c1e1534aec4dc164f88":[0,0,0,9,1,1,9], "classcbdc_1_1parsec_1_1broker_1_1interface.html#af68b3e8c226eaff996bd53c131f0f93f":[0,0,0,9,1,1,10], +"classcbdc_1_1parsec_1_1broker_1_1interface.html#af68b3e8c226eaff996bd53c131f0f93f":[1,0,0,8,1,1,10], "classcbdc_1_1parsec_1_1broker_1_1interface.html#af8c5164208dd11fb67513f1d5f098997":[1,0,0,8,1,1,8], "classcbdc_1_1parsec_1_1broker_1_1interface.html#af8c5164208dd11fb67513f1d5f098997":[0,0,0,9,1,1,8], -"classcbdc_1_1parsec_1_1directory_1_1impl.html":[0,0,0,9,2,0], "classcbdc_1_1parsec_1_1directory_1_1impl.html":[1,0,0,8,2,0], -"classcbdc_1_1parsec_1_1directory_1_1impl.html#a28bcc0206470752eb277a65457d2a718":[0,0,0,9,2,0,1], +"classcbdc_1_1parsec_1_1directory_1_1impl.html":[0,0,0,9,2,0], "classcbdc_1_1parsec_1_1directory_1_1impl.html#a28bcc0206470752eb277a65457d2a718":[1,0,0,8,2,0,1], -"classcbdc_1_1parsec_1_1directory_1_1impl.html#afeeb827287df3db313dc1a479bd80300":[0,0,0,9,2,0,0], +"classcbdc_1_1parsec_1_1directory_1_1impl.html#a28bcc0206470752eb277a65457d2a718":[0,0,0,9,2,0,1], "classcbdc_1_1parsec_1_1directory_1_1impl.html#afeeb827287df3db313dc1a479bd80300":[1,0,0,8,2,0,0], +"classcbdc_1_1parsec_1_1directory_1_1impl.html#afeeb827287df3db313dc1a479bd80300":[0,0,0,9,2,0,0], "classcbdc_1_1parsec_1_1directory_1_1interface.html":[0,0,0,9,2,1], "classcbdc_1_1parsec_1_1directory_1_1interface.html":[1,0,0,8,2,1], -"classcbdc_1_1parsec_1_1directory_1_1interface.html#a1f32416ce753a75514a2451305a36b44":[1,0,0,8,2,1,0], "classcbdc_1_1parsec_1_1directory_1_1interface.html#a1f32416ce753a75514a2451305a36b44":[0,0,0,9,2,1,0], +"classcbdc_1_1parsec_1_1directory_1_1interface.html#a1f32416ce753a75514a2451305a36b44":[1,0,0,8,2,1,0], "classcbdc_1_1parsec_1_1directory_1_1interface.html#a3d4c973a42948d16170b7b9562305f87":[1,0,0,8,2,1,8], "classcbdc_1_1parsec_1_1directory_1_1interface.html#a3d4c973a42948d16170b7b9562305f87":[0,0,0,9,2,1,8], "classcbdc_1_1parsec_1_1directory_1_1interface.html#a70011ef0ba007a09c383882c63edf2f9":[0,0,0,9,2,1,5], "classcbdc_1_1parsec_1_1directory_1_1interface.html#a70011ef0ba007a09c383882c63edf2f9":[1,0,0,8,2,1,5], -"classcbdc_1_1parsec_1_1directory_1_1interface.html#a7b139e237a4a8f091dbdb05132a66a8c":[1,0,0,8,2,1,3], "classcbdc_1_1parsec_1_1directory_1_1interface.html#a7b139e237a4a8f091dbdb05132a66a8c":[0,0,0,9,2,1,3], -"classcbdc_1_1parsec_1_1directory_1_1interface.html#a9195654f1dd19414333e64394201617b":[1,0,0,8,2,1,7], +"classcbdc_1_1parsec_1_1directory_1_1interface.html#a7b139e237a4a8f091dbdb05132a66a8c":[1,0,0,8,2,1,3], "classcbdc_1_1parsec_1_1directory_1_1interface.html#a9195654f1dd19414333e64394201617b":[0,0,0,9,2,1,7], -"classcbdc_1_1parsec_1_1directory_1_1interface.html#ac3cecb85af38106ee247b17d07dac31d":[1,0,0,8,2,1,6], +"classcbdc_1_1parsec_1_1directory_1_1interface.html#a9195654f1dd19414333e64394201617b":[1,0,0,8,2,1,7], "classcbdc_1_1parsec_1_1directory_1_1interface.html#ac3cecb85af38106ee247b17d07dac31d":[0,0,0,9,2,1,6], -"classcbdc_1_1parsec_1_1directory_1_1interface.html#ad46820708e31fb0f7426e8885922ecdd":[0,0,0,9,2,1,1], +"classcbdc_1_1parsec_1_1directory_1_1interface.html#ac3cecb85af38106ee247b17d07dac31d":[1,0,0,8,2,1,6], "classcbdc_1_1parsec_1_1directory_1_1interface.html#ad46820708e31fb0f7426e8885922ecdd":[1,0,0,8,2,1,1], +"classcbdc_1_1parsec_1_1directory_1_1interface.html#ad46820708e31fb0f7426e8885922ecdd":[0,0,0,9,2,1,1], "classcbdc_1_1parsec_1_1directory_1_1interface.html#ae3bb61a541f706e985b5835961d8446b":[1,0,0,8,2,1,2], "classcbdc_1_1parsec_1_1directory_1_1interface.html#ae3bb61a541f706e985b5835961d8446b":[0,0,0,9,2,1,2], -"classcbdc_1_1parsec_1_1directory_1_1interface.html#aec751c5c29d1d201284cb4685bf63cd7":[0,0,0,9,2,1,4], "classcbdc_1_1parsec_1_1directory_1_1interface.html#aec751c5c29d1d201284cb4685bf63cd7":[1,0,0,8,2,1,4], +"classcbdc_1_1parsec_1_1directory_1_1interface.html#aec751c5c29d1d201284cb4685bf63cd7":[0,0,0,9,2,1,4], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html":[0,0,0,9,3,1], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html":[1,0,0,8,3,1], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#a081f681fb2262570d7d970142de48640":[0,0,0,9,3,1,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#a081f681fb2262570d7d970142de48640":[1,0,0,8,3,1,0], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#a2fde4b9051ea745272c86859e6e0cb56":[1,0,0,8,3,1,3], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#a081f681fb2262570d7d970142de48640":[0,0,0,9,3,1,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#a2fde4b9051ea745272c86859e6e0cb56":[0,0,0,9,3,1,3], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#a2fde4b9051ea745272c86859e6e0cb56":[1,0,0,8,3,1,3], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#a4937171b3c21795cef4e7886e1d12576":[0,0,0,9,3,1,2], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#a4937171b3c21795cef4e7886e1d12576":[1,0,0,8,3,1,2], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#a66820c3f85b5ad22eb11522aaaecce64":[1,0,0,8,3,1,4], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#a66820c3f85b5ad22eb11522aaaecce64":[0,0,0,9,3,1,4], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#a7023e97fe00f77a0f1097acedc311e3d":[1,0,0,8,3,1,1], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#a66820c3f85b5ad22eb11522aaaecce64":[1,0,0,8,3,1,4], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#a7023e97fe00f77a0f1097acedc311e3d":[0,0,0,9,3,1,1], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#a7023e97fe00f77a0f1097acedc311e3d":[1,0,0,8,3,1,1], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#a8d6eff67108cb62657de3bb4072ef041":[1,0,0,8,3,1,6], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#a8d6eff67108cb62657de3bb4072ef041":[0,0,0,9,3,1,6], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#aa85884e51a40263a95b7d4181b8540a2":[1,0,0,8,3,1,7], @@ -172,24 +172,24 @@ var NAVTREEINDEX5 = "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1controller.html#abd1dd23ba9efc49a585410fc510423c1":[0,0,0,9,3,1,5], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html":[0,0,0,9,3,2], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html":[1,0,0,8,3,2], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a12428b0b529ef08d41ed15037c4fa046":[0,0,0,9,3,2,6], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a12428b0b529ef08d41ed15037c4fa046":[1,0,0,8,3,2,6], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a184c60e3939bdf1eeb7b6e975fb9eda7":[1,0,0,8,3,2,5], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a12428b0b529ef08d41ed15037c4fa046":[0,0,0,9,3,2,6], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a184c60e3939bdf1eeb7b6e975fb9eda7":[0,0,0,9,3,2,5], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a20fa126e03448bd6487bf6942b34f2dc":[1,0,0,8,3,2,2], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a184c60e3939bdf1eeb7b6e975fb9eda7":[1,0,0,8,3,2,5], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a20fa126e03448bd6487bf6942b34f2dc":[0,0,0,9,3,2,2], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a20fa126e03448bd6487bf6942b34f2dc":[1,0,0,8,3,2,2], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a61d8638456f4ae0661cffda8771d7d69":[0,0,0,9,3,2,4], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a61d8638456f4ae0661cffda8771d7d69":[1,0,0,8,3,2,4], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a7eb0e1ba3e893a0f7b47af5cdf549d2f":[1,0,0,8,3,2,1], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a7eb0e1ba3e893a0f7b47af5cdf549d2f":[0,0,0,9,3,2,1], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a89ef33a3819ebec1ac31dc5b312c3d1b":[0,0,0,9,3,2,7], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a7eb0e1ba3e893a0f7b47af5cdf549d2f":[1,0,0,8,3,2,1], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a89ef33a3819ebec1ac31dc5b312c3d1b":[1,0,0,8,3,2,7], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#a89ef33a3819ebec1ac31dc5b312c3d1b":[0,0,0,9,3,2,7], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#abe8d6f886727fc719ac02e4532e8bb23":[0,0,0,9,3,2,3], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#abe8d6f886727fc719ac02e4532e8bb23":[1,0,0,8,3,2,3], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#ad44642e14e429973eefb7254ea94117b":[0,0,0,9,3,2,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#ad44642e14e429973eefb7254ea94117b":[1,0,0,8,3,2,0], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html":[0,0,0,9,3,3], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1impl.html#ad44642e14e429973eefb7254ea94117b":[0,0,0,9,3,2,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html":[1,0,0,8,3,3], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html":[0,0,0,9,3,3], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a101656d78cdfea7e7807829024a95499":[1,0,0,8,3,3,7], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a101656d78cdfea7e7807829024a95499":[0,0,0,9,3,3,7], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a121a7aef7d0e941a4d6a427f38dbc620":[0,0,0,9,3,3,13], @@ -198,16 +198,16 @@ var NAVTREEINDEX5 = "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a1253b932159c49feb2980ff725c64d7a":[0,0,0,9,3,3,16], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a1b3941c036ed379298073e7f44eeb8ed":[1,0,0,8,3,3,8], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a1b3941c036ed379298073e7f44eeb8ed":[0,0,0,9,3,3,8], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a25ee765fe06861df2feb06ecc15d1501":[1,0,0,8,3,3,23], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a25ee765fe06861df2feb06ecc15d1501":[0,0,0,9,3,3,23], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a25ee765fe06861df2feb06ecc15d1501":[1,0,0,8,3,3,23], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a3671ec8c60ea0d5e8cc5668779846578":[0,0,0,9,3,3,1], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a3671ec8c60ea0d5e8cc5668779846578":[1,0,0,8,3,3,1], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a4060ff580708c01663fbe2a0546cae63":[0,0,0,9,3,3,3], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a4060ff580708c01663fbe2a0546cae63":[1,0,0,8,3,3,3], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a4060ff580708c01663fbe2a0546cae63":[0,0,0,9,3,3,3], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a40800a01970d66a7ae03e47240cd61b1":[1,0,0,8,3,3,15], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a40800a01970d66a7ae03e47240cd61b1":[0,0,0,9,3,3,15], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a7677ece8c629f085f1b58f9c8a80736f":[0,0,0,9,3,3,19], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a7677ece8c629f085f1b58f9c8a80736f":[1,0,0,8,3,3,19], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a7677ece8c629f085f1b58f9c8a80736f":[0,0,0,9,3,3,19], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a7eab1e4dd95e6f4aad70f44bab97447f":[1,0,0,8,3,3,6], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a7eab1e4dd95e6f4aad70f44bab97447f":[0,0,0,9,3,3,6], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a7f0532d9b968425369155e80ee8b570b":[0,0,0,9,3,3,17], @@ -220,10 +220,10 @@ var NAVTREEINDEX5 = "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#a96b6c23e71c3912388b50d3cbbd72c0e":[1,0,0,8,3,3,20], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#aa0c4339f73d83ea7a47e32beedf8f528":[0,0,0,9,3,3,18], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#aa0c4339f73d83ea7a47e32beedf8f528":[1,0,0,8,3,3,18], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#aa5a2441e0252849ee6ee75bdefe3223f":[0,0,0,9,3,3,21], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#aa5a2441e0252849ee6ee75bdefe3223f":[1,0,0,8,3,3,21], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#aad6a6836a8c73c561ce946117afea765":[1,0,0,8,3,3,12], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#aa5a2441e0252849ee6ee75bdefe3223f":[0,0,0,9,3,3,21], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#aad6a6836a8c73c561ce946117afea765":[0,0,0,9,3,3,12], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#aad6a6836a8c73c561ce946117afea765":[1,0,0,8,3,3,12], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#abb5364d5b8ab84112f4acc599248f009":[0,0,0,9,3,3,10], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#abb5364d5b8ab84112f4acc599248f009":[1,0,0,8,3,3,10], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#abcb415b1055cdb1fc7e6351276499b20":[0,0,0,9,3,3,9], @@ -232,18 +232,18 @@ var NAVTREEINDEX5 = "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#ac126cde4cf1fcfd1a3a7c60a2a140b53":[0,0,0,9,3,3,22], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#ac65559a2591f93052e783d3a9076aede":[1,0,0,8,3,3,14], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#ac65559a2591f93052e783d3a9076aede":[0,0,0,9,3,3,14], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#acd1fcc9774ccf813a3fbc1d917617633":[0,0,0,9,3,3,2], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#acd1fcc9774ccf813a3fbc1d917617633":[1,0,0,8,3,3,2], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#add306f6fc3fe056cefd6d0d4583c1737":[0,0,0,9,3,3,5], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#acd1fcc9774ccf813a3fbc1d917617633":[0,0,0,9,3,3,2], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#add306f6fc3fe056cefd6d0d4583c1737":[1,0,0,8,3,3,5], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#adf71f8b0775b052edef11b1ec465b020":[0,0,0,9,3,3,11], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#add306f6fc3fe056cefd6d0d4583c1737":[0,0,0,9,3,3,5], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#adf71f8b0775b052edef11b1ec465b020":[1,0,0,8,3,3,11], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#adf71f8b0775b052edef11b1ec465b020":[0,0,0,9,3,3,11], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#ae144369e27634198b6c7a66b2381d907":[0,0,0,9,3,3,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1interface.html#ae144369e27634198b6c7a66b2381d907":[1,0,0,8,3,3,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard.html":[0,0,0,9,3,4], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard.html":[1,0,0,8,3,4], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard.html#a4eb38c2f11bd67beec9aebefb6a1fe13":[0,0,0,9,3,4,3], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard.html#a4eb38c2f11bd67beec9aebefb6a1fe13":[1,0,0,8,3,4,3], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard.html#a4eb38c2f11bd67beec9aebefb6a1fe13":[0,0,0,9,3,4,3], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard.html#a6b7d8f8608799d421060a25c30266a3b":[1,0,0,8,3,4,2], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard.html#a6b7d8f8608799d421060a25c30266a3b":[0,0,0,9,3,4,2], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard.html#ab4f48c18bdc671aad1fb52b3ac8dab87":[0,0,0,9,3,4,4], diff --git a/navtreeindex6.js b/navtreeindex6.js index 3e80d120e..15ecb9a5b 100644 --- a/navtreeindex6.js +++ b/navtreeindex6.js @@ -6,128 +6,128 @@ var NAVTREEINDEX6 = "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__client.html":[1,0,0,8,3,5], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__client.html#a182b455b790035345fea5fd09e2a5ac6":[1,0,0,8,3,5,2], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__client.html#a182b455b790035345fea5fd09e2a5ac6":[0,0,0,9,3,5,2], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__client.html#a6543df82fee95371f6537426a432fa85":[0,0,0,9,3,5,1], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__client.html#a6543df82fee95371f6537426a432fa85":[1,0,0,8,3,5,1], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__client.html#a6543df82fee95371f6537426a432fa85":[0,0,0,9,3,5,1], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__client.html#a750f011c9b6c085575420cd8dfe4e3a4":[1,0,0,8,3,5,3], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__client.html#a750f011c9b6c085575420cd8dfe4e3a4":[0,0,0,9,3,5,3], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__client.html#a8d82b51009294daa9e4ab51a157722a7":[0,0,0,9,3,5,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__client.html#a8d82b51009294daa9e4ab51a157722a7":[1,0,0,8,3,5,0], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__client.html#a921689951c2a26935d2ab46bc938839b":[0,0,0,9,3,5,4], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__client.html#a8d82b51009294daa9e4ab51a157722a7":[0,0,0,9,3,5,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__client.html#a921689951c2a26935d2ab46bc938839b":[1,0,0,8,3,5,4], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html":[1,0,0,8,3,6], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__client.html#a921689951c2a26935d2ab46bc938839b":[0,0,0,9,3,5,4], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html":[0,0,0,9,3,6], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html":[1,0,0,8,3,6], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a01ac3139f7349c738b59db1db2ad3921":[0,0,0,9,3,6,2], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a01ac3139f7349c738b59db1db2ad3921":[1,0,0,8,3,6,2], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a14c7355019d33047180c2ab33afe8bdb":[1,0,0,8,3,6,17], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a14c7355019d33047180c2ab33afe8bdb":[0,0,0,9,3,6,17], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a1aaaa9ff499e973ce9644e57d6271037":[1,0,0,8,3,6,14], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a14c7355019d33047180c2ab33afe8bdb":[1,0,0,8,3,6,17], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a1aaaa9ff499e973ce9644e57d6271037":[0,0,0,9,3,6,14], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a1d5410110fb0d48e1dc0f9340ea7569f":[0,0,0,9,3,6,7], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a1aaaa9ff499e973ce9644e57d6271037":[1,0,0,8,3,6,14], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a1d5410110fb0d48e1dc0f9340ea7569f":[1,0,0,8,3,6,7], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a1d5410110fb0d48e1dc0f9340ea7569f":[0,0,0,9,3,6,7], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a1d5410110fb0d48e1dc0f9340ea7569fa3d9fd48f8a61d2ef1bcabffb3e2c2336":[1,0,0,8,3,6,7,1], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a1d5410110fb0d48e1dc0f9340ea7569fa3d9fd48f8a61d2ef1bcabffb3e2c2336":[0,0,0,9,3,6,7,1], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a1d5410110fb0d48e1dc0f9340ea7569fafaa441dd61144c55daa9d8af1a233db4":[1,0,0,8,3,6,7,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a1d5410110fb0d48e1dc0f9340ea7569fafaa441dd61144c55daa9d8af1a233db4":[0,0,0,9,3,6,7,0], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a1d5410110fb0d48e1dc0f9340ea7569fafaa441dd61144c55daa9d8af1a233db4":[1,0,0,8,3,6,7,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a470f30d358e0555cda6c560840db7674":[0,0,0,9,3,6,10], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a470f30d358e0555cda6c560840db7674":[1,0,0,8,3,6,10], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a4795a78ea36a9de17ede22b3dd5ba10a":[0,0,0,9,3,6,11], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a4795a78ea36a9de17ede22b3dd5ba10a":[1,0,0,8,3,6,11], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a4795a78ea36a9de17ede22b3dd5ba10a":[0,0,0,9,3,6,11], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a4996f80daa9ab1169020f4609ba22ee5":[1,0,0,8,3,6,12], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a4996f80daa9ab1169020f4609ba22ee5":[0,0,0,9,3,6,12], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a4bc18ef9c1a778f75410826c9bf4edce":[0,0,0,9,3,6,18], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a4bc18ef9c1a778f75410826c9bf4edce":[1,0,0,8,3,6,18], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a4bc18ef9c1a778f75410826c9bf4edce":[0,0,0,9,3,6,18], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a4e6f72311f8b80c1c659e32930a7d018":[1,0,0,8,3,6,6], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a4e6f72311f8b80c1c659e32930a7d018":[0,0,0,9,3,6,6], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a578c354bdcd95be15ae0bab844d29de0":[0,0,0,9,3,6,3], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a578c354bdcd95be15ae0bab844d29de0":[1,0,0,8,3,6,3], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a578c354bdcd95be15ae0bab844d29de0":[0,0,0,9,3,6,3], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a872d9cd7e0ea87ebdaa761e917a18c43":[1,0,0,8,3,6,8], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a872d9cd7e0ea87ebdaa761e917a18c43":[0,0,0,9,3,6,8], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a872d9cd7e0ea87ebdaa761e917a18c43a91a51175128716cb88eb83b38017c377":[0,0,0,9,3,6,8,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a872d9cd7e0ea87ebdaa761e917a18c43a91a51175128716cb88eb83b38017c377":[1,0,0,8,3,6,8,0], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a872d9cd7e0ea87ebdaa761e917a18c43afebbaa1b242d391642fb9eddfb06ff83":[0,0,0,9,3,6,8,1], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a872d9cd7e0ea87ebdaa761e917a18c43a91a51175128716cb88eb83b38017c377":[0,0,0,9,3,6,8,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a872d9cd7e0ea87ebdaa761e917a18c43afebbaa1b242d391642fb9eddfb06ff83":[1,0,0,8,3,6,8,1], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a872d9cd7e0ea87ebdaa761e917a18c43afebbaa1b242d391642fb9eddfb06ff83":[0,0,0,9,3,6,8,1], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a93a41de4e0cd15612b468f8b2afa3dec":[0,0,0,9,3,6,9], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a93a41de4e0cd15612b468f8b2afa3dec":[1,0,0,8,3,6,9], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a9e3dcfbc48bd92d3a0e060fbf9a026e2":[0,0,0,9,3,6,1], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a9e3dcfbc48bd92d3a0e060fbf9a026e2":[1,0,0,8,3,6,1], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#a9e3dcfbc48bd92d3a0e060fbf9a026e2":[0,0,0,9,3,6,1], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#aa2b571a9f9b82648b2bb01eda43523eb":[1,0,0,8,3,6,5], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#aa2b571a9f9b82648b2bb01eda43523eb":[0,0,0,9,3,6,5], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#aa3103a7cf9ccd3b45acb496e73c71754":[1,0,0,8,3,6,16], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#aa3103a7cf9ccd3b45acb496e73c71754":[0,0,0,9,3,6,16], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#aa3103a7cf9ccd3b45acb496e73c71754":[1,0,0,8,3,6,16], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#ac7313a8d4a13f94c7c249fc819229b5c":[1,0,0,8,3,6,15], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#ac7313a8d4a13f94c7c249fc819229b5c":[0,0,0,9,3,6,15], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#acabd4b1314053a112b93f04b7a53d4ff":[0,0,0,9,3,6,4], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#acabd4b1314053a112b93f04b7a53d4ff":[1,0,0,8,3,6,4], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#af30d519467aff17a4627e3503ff1bca5":[0,0,0,9,3,6,13], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1replicated__shard__interface.html#af30d519467aff17a4627e3503ff1bca5":[1,0,0,8,3,6,13], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html":[0,0,0,9,3,0,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html":[1,0,0,8,3,0,0], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a0412cfc662507a0097c472ff5bf31313":[0,0,0,9,3,0,0,2], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html":[0,0,0,9,3,0,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a0412cfc662507a0097c472ff5bf31313":[1,0,0,8,3,0,0,2], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a0b2f0f851c4a8f1f41348d65871c7ffc":[0,0,0,9,3,0,0,8], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a0412cfc662507a0097c472ff5bf31313":[0,0,0,9,3,0,0,2], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a0b2f0f851c4a8f1f41348d65871c7ffc":[1,0,0,8,3,0,0,8], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a39ac72adf7e9b958b38935b214a53741":[0,0,0,9,3,0,0,11], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a0b2f0f851c4a8f1f41348d65871c7ffc":[0,0,0,9,3,0,0,8], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a39ac72adf7e9b958b38935b214a53741":[1,0,0,8,3,0,0,11], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a3b73cd7cc1017057a97d50e3cfd793e1":[0,0,0,9,3,0,0,4], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a39ac72adf7e9b958b38935b214a53741":[0,0,0,9,3,0,0,11], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a3b73cd7cc1017057a97d50e3cfd793e1":[1,0,0,8,3,0,0,4], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a4edbec79843930d0260dada6e530a907":[0,0,0,9,3,0,0,5], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a3b73cd7cc1017057a97d50e3cfd793e1":[0,0,0,9,3,0,0,4], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a4edbec79843930d0260dada6e530a907":[1,0,0,8,3,0,0,5], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a77f6f8a0a9ecc73938443cb71ba29b02":[1,0,0,8,3,0,0,0], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a4edbec79843930d0260dada6e530a907":[0,0,0,9,3,0,0,5], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a77f6f8a0a9ecc73938443cb71ba29b02":[0,0,0,9,3,0,0,0], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a77f6f8a0a9ecc73938443cb71ba29b02":[1,0,0,8,3,0,0,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a8282dca3acaaafaf0fa012aae0550e48":[1,0,0,8,3,0,0,7], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a8282dca3acaaafaf0fa012aae0550e48":[0,0,0,9,3,0,0,7], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a865d17220e175884d92b21649a8fda9a":[1,0,0,8,3,0,0,13], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a865d17220e175884d92b21649a8fda9a":[0,0,0,9,3,0,0,13], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a95644b988beb294c75c05e6db50aacad":[1,0,0,8,3,0,0,10], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a865d17220e175884d92b21649a8fda9a":[1,0,0,8,3,0,0,13], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a95644b988beb294c75c05e6db50aacad":[0,0,0,9,3,0,0,10], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#ac60213e1352b90fce69c5038d280d7eb":[1,0,0,8,3,0,0,3], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#a95644b988beb294c75c05e6db50aacad":[1,0,0,8,3,0,0,10], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#ac60213e1352b90fce69c5038d280d7eb":[0,0,0,9,3,0,0,3], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#ac8d9d0911f4a9fbbfe50eac5465f9ca9":[0,0,0,9,3,0,0,1], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#ac60213e1352b90fce69c5038d280d7eb":[1,0,0,8,3,0,0,3], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#ac8d9d0911f4a9fbbfe50eac5465f9ca9":[1,0,0,8,3,0,0,1], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#ac8d9d0911f4a9fbbfe50eac5465f9ca9":[0,0,0,9,3,0,0,1], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#acb1b00727a8258958b1e58b8aa7eb45a":[1,0,0,8,3,0,0,6], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#acb1b00727a8258958b1e58b8aa7eb45a":[0,0,0,9,3,0,0,6], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#adda4e8962ddbccb472ac7c50b4b14fb4":[1,0,0,8,3,0,0,9], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#adda4e8962ddbccb472ac7c50b4b14fb4":[0,0,0,9,3,0,0,9], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#adda4e8962ddbccb472ac7c50b4b14fb4":[1,0,0,8,3,0,0,9], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#afaf1a2dbf656ffa509c0f3efdb9e4452":[0,0,0,9,3,0,0,12], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1client.html#afaf1a2dbf656ffa509c0f3efdb9e4452":[1,0,0,8,3,0,0,12], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1server.html":[0,0,0,9,3,0,8], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1server.html":[1,0,0,8,3,0,8], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1server.html#aca3aa468280885b460642b246d24cde8":[1,0,0,8,3,0,8,0], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1server.html":[0,0,0,9,3,0,8], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1server.html#aca3aa468280885b460642b246d24cde8":[0,0,0,9,3,0,8,0], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1rpc_1_1server.html#aca3aa468280885b460642b246d24cde8":[1,0,0,8,3,0,8,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html":[1,0,0,8,3,8], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html":[0,0,0,9,3,8], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html#a1f01868019ab047b5017805259665255":[0,0,0,9,3,8,0], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html#a1f01868019ab047b5017805259665255":[1,0,0,8,3,8,0], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html#a23d6bd5ff0ba6ca7eae96bd233f41fa8":[1,0,0,8,3,8,5], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html#a23d6bd5ff0ba6ca7eae96bd233f41fa8":[0,0,0,9,3,8,5], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html#a23d6bd5ff0ba6ca7eae96bd233f41fa8":[1,0,0,8,3,8,5], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html#a3e4d41124b46d5734380107660ce5154":[1,0,0,8,3,8,2], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html#a3e4d41124b46d5734380107660ce5154":[0,0,0,9,3,8,2], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html#a6273759523f320218d7b5e1052cfbafd":[1,0,0,8,3,8,3], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html#a6273759523f320218d7b5e1052cfbafd":[0,0,0,9,3,8,3], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html#ab75785ab97af5c5e46ce7a4dfd1f9632":[1,0,0,8,3,8,4], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html#ab75785ab97af5c5e46ce7a4dfd1f9632":[0,0,0,9,3,8,4], -"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html#adaa3d0dc0bacecb99c4c394081cd393c":[1,0,0,8,3,8,1], "classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html#adaa3d0dc0bacecb99c4c394081cd393c":[0,0,0,9,3,8,1], -"classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html":[1,0,0,8,4,1], +"classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html#adaa3d0dc0bacecb99c4c394081cd393c":[1,0,0,8,3,8,1], "classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html":[0,0,0,9,4,1], +"classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html":[1,0,0,8,4,1], "classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#a04ae4309eac8fc4c4203f3bcd3d70e48":[1,0,0,8,4,1,5], "classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#a04ae4309eac8fc4c4203f3bcd3d70e48":[0,0,0,9,4,1,5], "classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#a59430c5a680e1e4d31f0e8d63aca8b5a":[1,0,0,8,4,1,0], "classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#a59430c5a680e1e4d31f0e8d63aca8b5a":[0,0,0,9,4,1,0], -"classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#a5ea326d7b61a08cc7a690fc3e8a5df94":[0,0,0,9,4,1,4], "classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#a5ea326d7b61a08cc7a690fc3e8a5df94":[1,0,0,8,4,1,4], -"classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#a696263d04c360ba5468cedf451a7f8c5":[0,0,0,9,4,1,6], +"classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#a5ea326d7b61a08cc7a690fc3e8a5df94":[0,0,0,9,4,1,4], "classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#a696263d04c360ba5468cedf451a7f8c5":[1,0,0,8,4,1,6], -"classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#a800f29674b1b1a7ad5c9684e17390f2a":[0,0,0,9,4,1,3], +"classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#a696263d04c360ba5468cedf451a7f8c5":[0,0,0,9,4,1,6], "classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#a800f29674b1b1a7ad5c9684e17390f2a":[1,0,0,8,4,1,3], +"classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#a800f29674b1b1a7ad5c9684e17390f2a":[0,0,0,9,4,1,3], "classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#a95d46f6f36b72b230a881db25bb1f993":[1,0,0,8,4,1,7], "classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#a95d46f6f36b72b230a881db25bb1f993":[0,0,0,9,4,1,7], "classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#ac4f447d5efb8f231729305dc0f551c71":[1,0,0,8,4,1,1], "classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#ac4f447d5efb8f231729305dc0f551c71":[0,0,0,9,4,1,1], "classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#aeeaa56a3b594b56993815ef23ddcf9e4":[0,0,0,9,4,1,2], "classcbdc_1_1parsec_1_1ticket__machine_1_1controller.html#aeeaa56a3b594b56993815ef23ddcf9e4":[1,0,0,8,4,1,2], -"classcbdc_1_1parsec_1_1ticket__machine_1_1impl.html":[0,0,0,9,4,2], "classcbdc_1_1parsec_1_1ticket__machine_1_1impl.html":[1,0,0,8,4,2], +"classcbdc_1_1parsec_1_1ticket__machine_1_1impl.html":[0,0,0,9,4,2], "classcbdc_1_1parsec_1_1ticket__machine_1_1impl.html#a02a40f0793efcb92c7d4003a9a6c5098":[0,0,0,9,4,2,0], "classcbdc_1_1parsec_1_1ticket__machine_1_1impl.html#a02a40f0793efcb92c7d4003a9a6c5098":[1,0,0,8,4,2,0], "classcbdc_1_1parsec_1_1ticket__machine_1_1impl.html#a5ba8b966ab2047c5bec423b660e5ee5b":[1,0,0,8,4,2,1], @@ -136,10 +136,10 @@ var NAVTREEINDEX6 = "classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html":[1,0,0,8,4,3], "classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#a01e2b89441d98900c82843090eb46b9f":[0,0,0,9,4,3,8], "classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#a01e2b89441d98900c82843090eb46b9f":[1,0,0,8,4,3,8], -"classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#a082ba7fe11cc073e47b53eaa1553e9ec":[1,0,0,8,4,3,6], "classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#a082ba7fe11cc073e47b53eaa1553e9ec":[0,0,0,9,4,3,6], -"classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#a45e843c6b66fbc2ec028dc1af0c58571":[0,0,0,9,4,3,0], +"classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#a082ba7fe11cc073e47b53eaa1553e9ec":[1,0,0,8,4,3,6], "classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#a45e843c6b66fbc2ec028dc1af0c58571":[1,0,0,8,4,3,0], +"classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#a45e843c6b66fbc2ec028dc1af0c58571":[0,0,0,9,4,3,0], "classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#a54d3f5a1ff236ef58a6841503ef19f58":[1,0,0,8,4,3,5], "classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#a54d3f5a1ff236ef58a6841503ef19f58":[0,0,0,9,4,3,5], "classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#a82f9b42a1793d92382f5f45731d765fa":[1,0,0,8,4,3,3], @@ -148,34 +148,34 @@ var NAVTREEINDEX6 = "classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#a9cb8b290b54b37a28cc5424502f0392a":[0,0,0,9,4,3,1], "classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#ab6e2cfe6d7bea8a1b692d9a8d6078579":[0,0,0,9,4,3,7], "classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#ab6e2cfe6d7bea8a1b692d9a8d6078579":[1,0,0,8,4,3,7], -"classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#abbeefae6e040cbab508424631b22a4c6":[0,0,0,9,4,3,2], "classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#abbeefae6e040cbab508424631b22a4c6":[1,0,0,8,4,3,2], -"classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#abe0a2cbddb845b416833abb49e19c17b":[0,0,0,9,4,3,4], +"classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#abbeefae6e040cbab508424631b22a4c6":[0,0,0,9,4,3,2], "classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#abe0a2cbddb845b416833abb49e19c17b":[1,0,0,8,4,3,4], -"classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#ad6e09e70501fc610fb358a7297bf78c7":[0,0,0,9,4,3,10], +"classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#abe0a2cbddb845b416833abb49e19c17b":[0,0,0,9,4,3,4], "classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#ad6e09e70501fc610fb358a7297bf78c7":[1,0,0,8,4,3,10], -"classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#aee610dd3082d35e3d8653e0357039570":[0,0,0,9,4,3,9], +"classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#ad6e09e70501fc610fb358a7297bf78c7":[0,0,0,9,4,3,10], "classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#aee610dd3082d35e3d8653e0357039570":[1,0,0,8,4,3,9], +"classcbdc_1_1parsec_1_1ticket__machine_1_1interface.html#aee610dd3082d35e3d8653e0357039570":[0,0,0,9,4,3,9], "classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html":[0,0,0,9,4,0,0], "classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html":[1,0,0,8,4,0,0], -"classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#a296af4b5d669bb41207bdf23096d3711":[1,0,0,8,4,0,0,1], "classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#a296af4b5d669bb41207bdf23096d3711":[0,0,0,9,4,0,0,1], +"classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#a296af4b5d669bb41207bdf23096d3711":[1,0,0,8,4,0,0,1], "classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#a3803acf7b45bb3d0e18f59ffd5aa4851":[1,0,0,8,4,0,0,6], "classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#a3803acf7b45bb3d0e18f59ffd5aa4851":[0,0,0,9,4,0,0,6], -"classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#a3e097c0cc5932a66b671b70114ee20b5":[0,0,0,9,4,0,0,0], "classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#a3e097c0cc5932a66b671b70114ee20b5":[1,0,0,8,4,0,0,0], -"classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#a6e102d628ad729706c42d5387a0b4e43":[1,0,0,8,4,0,0,5], +"classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#a3e097c0cc5932a66b671b70114ee20b5":[0,0,0,9,4,0,0,0], "classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#a6e102d628ad729706c42d5387a0b4e43":[0,0,0,9,4,0,0,5], +"classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#a6e102d628ad729706c42d5387a0b4e43":[1,0,0,8,4,0,0,5], "classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#a87648ef4e84afa14d4f8e285534008fa":[0,0,0,9,4,0,0,7], "classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#a87648ef4e84afa14d4f8e285534008fa":[1,0,0,8,4,0,0,7], -"classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#a9ec7cc4bee3c572d4995fb71107a0ac7":[0,0,0,9,4,0,0,2], "classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#a9ec7cc4bee3c572d4995fb71107a0ac7":[1,0,0,8,4,0,0,2], +"classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#a9ec7cc4bee3c572d4995fb71107a0ac7":[0,0,0,9,4,0,0,2], "classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#aa0966fb2003eea3a290ebf6803c8bc8f":[0,0,0,9,4,0,0,8], "classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#aa0966fb2003eea3a290ebf6803c8bc8f":[1,0,0,8,4,0,0,8], "classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#ad20ddea5bb9996af49a3dcea3d1f7256":[0,0,0,9,4,0,0,3], "classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#ad20ddea5bb9996af49a3dcea3d1f7256":[1,0,0,8,4,0,0,3], -"classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#ad8798d1f42a36d919204ba79c97d06e7":[0,0,0,9,4,0,0,4], "classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#ad8798d1f42a36d919204ba79c97d06e7":[1,0,0,8,4,0,0,4], +"classcbdc_1_1parsec_1_1ticket__machine_1_1rpc_1_1client.html#ad8798d1f42a36d919204ba79c97d06e7":[0,0,0,9,4,0,0,4], "classcbdc_1_1parsec_1_1ticket__machine_1_1state__machine.html":[0,0,0,9,4,4], "classcbdc_1_1parsec_1_1ticket__machine_1_1state__machine.html":[1,0,0,8,4,4], "classcbdc_1_1parsec_1_1ticket__machine_1_1state__machine.html#a079cff6c0cc50b048df13c0a969b0397":[0,0,0,9,4,4,2], @@ -184,64 +184,64 @@ var NAVTREEINDEX6 = "classcbdc_1_1parsec_1_1ticket__machine_1_1state__machine.html#a3f7bcba7d8251089b60bcbb139aaeb01":[1,0,0,8,4,4,3], "classcbdc_1_1parsec_1_1ticket__machine_1_1state__machine.html#a7c24c340185225e967e61839049409eb":[0,0,0,9,4,4,1], "classcbdc_1_1parsec_1_1ticket__machine_1_1state__machine.html#a7c24c340185225e967e61839049409eb":[1,0,0,8,4,4,1], -"classcbdc_1_1parsec_1_1ticket__machine_1_1state__machine.html#a99f9686ae8b9db0b11cd1cef45947ef5":[0,0,0,9,4,4,0], "classcbdc_1_1parsec_1_1ticket__machine_1_1state__machine.html#a99f9686ae8b9db0b11cd1cef45947ef5":[1,0,0,8,4,4,0], -"classcbdc_1_1parsec_1_1ticket__machine_1_1state__machine.html#ac39e57413966a5d90005849a222865f1":[0,0,0,9,4,4,4], +"classcbdc_1_1parsec_1_1ticket__machine_1_1state__machine.html#a99f9686ae8b9db0b11cd1cef45947ef5":[0,0,0,9,4,4,0], "classcbdc_1_1parsec_1_1ticket__machine_1_1state__machine.html#ac39e57413966a5d90005849a222865f1":[1,0,0,8,4,4,4], +"classcbdc_1_1parsec_1_1ticket__machine_1_1state__machine.html#ac39e57413966a5d90005849a222865f1":[0,0,0,9,4,4,4], "classcbdc_1_1parsec_1_1ticket__machine_1_1state__machine.html#ad2914cc50df56835f12b29056a5d2ec4":[1,0,0,8,4,4,5], "classcbdc_1_1parsec_1_1ticket__machine_1_1state__machine.html#ad2914cc50df56835f12b29056a5d2ec4":[0,0,0,9,4,4,5], -"classcbdc_1_1raft_1_1console__logger.html":[1,0,0,9,1], "classcbdc_1_1raft_1_1console__logger.html":[0,0,0,10,1], +"classcbdc_1_1raft_1_1console__logger.html":[1,0,0,9,1], "classcbdc_1_1raft_1_1console__logger.html#a44e9451a63a27a33eedfb9ab4f1b74be":[0,0,0,10,1,1], "classcbdc_1_1raft_1_1console__logger.html#a44e9451a63a27a33eedfb9ab4f1b74be":[1,0,0,9,1,1], -"classcbdc_1_1raft_1_1console__logger.html#a93c1bc392586f4e7b64c008d3e3d8c81":[0,0,0,10,1,0], "classcbdc_1_1raft_1_1console__logger.html#a93c1bc392586f4e7b64c008d3e3d8c81":[1,0,0,9,1,0], +"classcbdc_1_1raft_1_1console__logger.html#a93c1bc392586f4e7b64c008d3e3d8c81":[0,0,0,10,1,0], "classcbdc_1_1raft_1_1console__logger.html#ad6dfc5504ca1cd9187e10954681b1833":[0,0,0,10,1,2], "classcbdc_1_1raft_1_1console__logger.html#ad6dfc5504ca1cd9187e10954681b1833":[1,0,0,9,1,2], "classcbdc_1_1raft_1_1index__comparator.html":[0,0,0,10,2], "classcbdc_1_1raft_1_1index__comparator.html":[1,0,0,9,2], -"classcbdc_1_1raft_1_1index__comparator.html#a00fefe0bfbdf8d6896af9a02bcc50fd8":[0,0,0,10,2,1], "classcbdc_1_1raft_1_1index__comparator.html#a00fefe0bfbdf8d6896af9a02bcc50fd8":[1,0,0,9,2,1], +"classcbdc_1_1raft_1_1index__comparator.html#a00fefe0bfbdf8d6896af9a02bcc50fd8":[0,0,0,10,2,1], "classcbdc_1_1raft_1_1index__comparator.html#a1e5af5bb4012b6ee31280873709937a2":[0,0,0,10,2,2], "classcbdc_1_1raft_1_1index__comparator.html#a1e5af5bb4012b6ee31280873709937a2":[1,0,0,9,2,2], -"classcbdc_1_1raft_1_1index__comparator.html#a36770415fd8d60408dd4606203da8dc5":[0,0,0,10,2,0], "classcbdc_1_1raft_1_1index__comparator.html#a36770415fd8d60408dd4606203da8dc5":[1,0,0,9,2,0], -"classcbdc_1_1raft_1_1index__comparator.html#a61abfad8938c9f438364397d5a673849":[0,0,0,10,2,3], +"classcbdc_1_1raft_1_1index__comparator.html#a36770415fd8d60408dd4606203da8dc5":[0,0,0,10,2,0], "classcbdc_1_1raft_1_1index__comparator.html#a61abfad8938c9f438364397d5a673849":[1,0,0,9,2,3], -"classcbdc_1_1raft_1_1log__store.html":[1,0,0,9,3], +"classcbdc_1_1raft_1_1index__comparator.html#a61abfad8938c9f438364397d5a673849":[0,0,0,10,2,3], "classcbdc_1_1raft_1_1log__store.html":[0,0,0,10,3], -"classcbdc_1_1raft_1_1log__store.html#a008ea9702a76d566633f983a37685bae":[1,0,0,9,3,3], +"classcbdc_1_1raft_1_1log__store.html":[1,0,0,9,3], "classcbdc_1_1raft_1_1log__store.html#a008ea9702a76d566633f983a37685bae":[0,0,0,10,3,3], -"classcbdc_1_1raft_1_1log__store.html#a26664265381ed8fc94963801afce4e8d":[1,0,0,9,3,13], +"classcbdc_1_1raft_1_1log__store.html#a008ea9702a76d566633f983a37685bae":[1,0,0,9,3,3], "classcbdc_1_1raft_1_1log__store.html#a26664265381ed8fc94963801afce4e8d":[0,0,0,10,3,13], +"classcbdc_1_1raft_1_1log__store.html#a26664265381ed8fc94963801afce4e8d":[1,0,0,9,3,13], "classcbdc_1_1raft_1_1log__store.html#a2cfb203aa7d2ac35272895daaa76da01":[1,0,0,9,3,18], "classcbdc_1_1raft_1_1log__store.html#a2cfb203aa7d2ac35272895daaa76da01":[0,0,0,10,3,18], -"classcbdc_1_1raft_1_1log__store.html#a310cbd8d1793e0492a48798a7462b663":[1,0,0,9,3,11], "classcbdc_1_1raft_1_1log__store.html#a310cbd8d1793e0492a48798a7462b663":[0,0,0,10,3,11], -"classcbdc_1_1raft_1_1log__store.html#a31d64d43afb067f6f1ddcb5368aba898":[1,0,0,9,3,16], +"classcbdc_1_1raft_1_1log__store.html#a310cbd8d1793e0492a48798a7462b663":[1,0,0,9,3,11], "classcbdc_1_1raft_1_1log__store.html#a31d64d43afb067f6f1ddcb5368aba898":[0,0,0,10,3,16], -"classcbdc_1_1raft_1_1log__store.html#a3c63461fe8cb0af63f11d0cb536af382":[0,0,0,10,3,2], +"classcbdc_1_1raft_1_1log__store.html#a31d64d43afb067f6f1ddcb5368aba898":[1,0,0,9,3,16], "classcbdc_1_1raft_1_1log__store.html#a3c63461fe8cb0af63f11d0cb536af382":[1,0,0,9,3,2], -"classcbdc_1_1raft_1_1log__store.html#a4c55e4001f49a3fba58246f1da039ae7":[0,0,0,10,3,4], +"classcbdc_1_1raft_1_1log__store.html#a3c63461fe8cb0af63f11d0cb536af382":[0,0,0,10,3,2], "classcbdc_1_1raft_1_1log__store.html#a4c55e4001f49a3fba58246f1da039ae7":[1,0,0,9,3,4], -"classcbdc_1_1raft_1_1log__store.html#a56921b2e1c38bdb58c8e12038d53d440":[1,0,0,9,3,9], +"classcbdc_1_1raft_1_1log__store.html#a4c55e4001f49a3fba58246f1da039ae7":[0,0,0,10,3,4], "classcbdc_1_1raft_1_1log__store.html#a56921b2e1c38bdb58c8e12038d53d440":[0,0,0,10,3,9], +"classcbdc_1_1raft_1_1log__store.html#a56921b2e1c38bdb58c8e12038d53d440":[1,0,0,9,3,9], "classcbdc_1_1raft_1_1log__store.html#a67f282299d7d0ef41d70cc0555386da4":[1,0,0,9,3,17], "classcbdc_1_1raft_1_1log__store.html#a67f282299d7d0ef41d70cc0555386da4":[0,0,0,10,3,17], -"classcbdc_1_1raft_1_1log__store.html#a6fb7ddcfb227ad67946aef175c4725fa":[0,0,0,10,3,6], "classcbdc_1_1raft_1_1log__store.html#a6fb7ddcfb227ad67946aef175c4725fa":[1,0,0,9,3,6], +"classcbdc_1_1raft_1_1log__store.html#a6fb7ddcfb227ad67946aef175c4725fa":[0,0,0,10,3,6], "classcbdc_1_1raft_1_1log__store.html#a8b928a9bee3415e6a5132ee4e181455c":[0,0,0,10,3,19], "classcbdc_1_1raft_1_1log__store.html#a8b928a9bee3415e6a5132ee4e181455c":[1,0,0,9,3,19], "classcbdc_1_1raft_1_1log__store.html#a9579173ede8f7d4a71575e464396df6e":[0,0,0,10,3,7], "classcbdc_1_1raft_1_1log__store.html#a9579173ede8f7d4a71575e464396df6e":[1,0,0,9,3,7], "classcbdc_1_1raft_1_1log__store.html#a978c9c615f43c0909a0b51d1be958942":[1,0,0,9,3,14], "classcbdc_1_1raft_1_1log__store.html#a978c9c615f43c0909a0b51d1be958942":[0,0,0,10,3,14], -"classcbdc_1_1raft_1_1log__store.html#aba2f093c401b7cdd702b6007dfa2bde9":[1,0,0,9,3,10], "classcbdc_1_1raft_1_1log__store.html#aba2f093c401b7cdd702b6007dfa2bde9":[0,0,0,10,3,10], +"classcbdc_1_1raft_1_1log__store.html#aba2f093c401b7cdd702b6007dfa2bde9":[1,0,0,9,3,10], "classcbdc_1_1raft_1_1log__store.html#abf85b0a4ecfa060f98b8a298767328fb":[0,0,0,10,3,5], "classcbdc_1_1raft_1_1log__store.html#abf85b0a4ecfa060f98b8a298767328fb":[1,0,0,9,3,5], -"classcbdc_1_1raft_1_1log__store.html#ac164d8af9130608ebe89d1a31fb73fde":[1,0,0,9,3,0], "classcbdc_1_1raft_1_1log__store.html#ac164d8af9130608ebe89d1a31fb73fde":[0,0,0,10,3,0], +"classcbdc_1_1raft_1_1log__store.html#ac164d8af9130608ebe89d1a31fb73fde":[1,0,0,9,3,0], "classcbdc_1_1raft_1_1log__store.html#ac8d0224845f112237f12ce9549bcdba8":[1,0,0,9,3,8], "classcbdc_1_1raft_1_1log__store.html#ac8d0224845f112237f12ce9549bcdba8":[0,0,0,10,3,8], "classcbdc_1_1raft_1_1log__store.html#ac8d89e8669625c066a4c9990270ad92b":[1,0,0,9,3,1], diff --git a/navtreeindex7.js b/navtreeindex7.js index acbd1ecfc..f30c8dc33 100644 --- a/navtreeindex7.js +++ b/navtreeindex7.js @@ -1,7 +1,7 @@ var NAVTREEINDEX7 = { -"classcbdc_1_1raft_1_1node.html":[0,0,0,10,4], "classcbdc_1_1raft_1_1node.html":[1,0,0,9,4], +"classcbdc_1_1raft_1_1node.html":[0,0,0,10,4], "classcbdc_1_1raft_1_1node.html#a45216ed81e43300358e0e5f8b9201dba":[1,0,0,9,4,13], "classcbdc_1_1raft_1_1node.html#a45216ed81e43300358e0e5f8b9201dba":[0,0,0,10,4,13], "classcbdc_1_1raft_1_1node.html#a7bb5a232e4046a33f10af682072212be":[1,0,0,9,4,11], @@ -10,36 +10,36 @@ var NAVTREEINDEX7 = "classcbdc_1_1raft_1_1node.html#a835d234929a5723ec2c0ba647a0ae651":[0,0,0,10,4,5], "classcbdc_1_1raft_1_1node.html#a83d290f7ecf7dd8eab3750c6f92d08da":[1,0,0,9,4,6], "classcbdc_1_1raft_1_1node.html#a83d290f7ecf7dd8eab3750c6f92d08da":[0,0,0,10,4,6], -"classcbdc_1_1raft_1_1node.html#aa119d866bcae5140a5df7fd463ae159b":[1,0,0,9,4,10], "classcbdc_1_1raft_1_1node.html#aa119d866bcae5140a5df7fd463ae159b":[0,0,0,10,4,10], +"classcbdc_1_1raft_1_1node.html#aa119d866bcae5140a5df7fd463ae159b":[1,0,0,9,4,10], "classcbdc_1_1raft_1_1node.html#aacb765c88d9f954b6d65ba48fc450a96":[1,0,0,9,4,8], "classcbdc_1_1raft_1_1node.html#aacb765c88d9f954b6d65ba48fc450a96":[0,0,0,10,4,8], -"classcbdc_1_1raft_1_1node.html#ab7b4aaec6b0828ece3113aefeed58adb":[1,0,0,9,4,0], "classcbdc_1_1raft_1_1node.html#ab7b4aaec6b0828ece3113aefeed58adb":[0,0,0,10,4,0], -"classcbdc_1_1raft_1_1node.html#abc307ab99348b857d261daaad75b49a6":[0,0,0,10,4,3], +"classcbdc_1_1raft_1_1node.html#ab7b4aaec6b0828ece3113aefeed58adb":[1,0,0,9,4,0], "classcbdc_1_1raft_1_1node.html#abc307ab99348b857d261daaad75b49a6":[1,0,0,9,4,3], +"classcbdc_1_1raft_1_1node.html#abc307ab99348b857d261daaad75b49a6":[0,0,0,10,4,3], "classcbdc_1_1raft_1_1node.html#ac30188a948445d40f33786917cffbbc9":[1,0,0,9,4,9], "classcbdc_1_1raft_1_1node.html#ac30188a948445d40f33786917cffbbc9":[0,0,0,10,4,9], "classcbdc_1_1raft_1_1node.html#ad64d1b580536e7f35cc89119029dbaf8":[1,0,0,9,4,12], "classcbdc_1_1raft_1_1node.html#ad64d1b580536e7f35cc89119029dbaf8":[0,0,0,10,4,12], -"classcbdc_1_1raft_1_1node.html#af21d4f5c1cc27b349c0d001c9e915881":[1,0,0,9,4,4], "classcbdc_1_1raft_1_1node.html#af21d4f5c1cc27b349c0d001c9e915881":[0,0,0,10,4,4], -"classcbdc_1_1raft_1_1node.html#af2a499e29e2e56ba05cc3e5619d4a203":[1,0,0,9,4,1], +"classcbdc_1_1raft_1_1node.html#af21d4f5c1cc27b349c0d001c9e915881":[1,0,0,9,4,4], "classcbdc_1_1raft_1_1node.html#af2a499e29e2e56ba05cc3e5619d4a203":[0,0,0,10,4,1], -"classcbdc_1_1raft_1_1node.html#af8074a77d5583663113d40e609637b81":[1,0,0,9,4,2], +"classcbdc_1_1raft_1_1node.html#af2a499e29e2e56ba05cc3e5619d4a203":[1,0,0,9,4,1], "classcbdc_1_1raft_1_1node.html#af8074a77d5583663113d40e609637b81":[0,0,0,10,4,2], +"classcbdc_1_1raft_1_1node.html#af8074a77d5583663113d40e609637b81":[1,0,0,9,4,2], "classcbdc_1_1raft_1_1node.html#afe482635f025ff46a7c31c9f38d4d512":[0,0,0,10,4,7], "classcbdc_1_1raft_1_1node.html#afe482635f025ff46a7c31c9f38d4d512":[1,0,0,9,4,7], -"classcbdc_1_1raft_1_1rpc_1_1server.html":[1,0,0,9,0,0], "classcbdc_1_1raft_1_1rpc_1_1server.html":[0,0,0,10,0,0], +"classcbdc_1_1raft_1_1rpc_1_1server.html":[1,0,0,9,0,0], "classcbdc_1_1raft_1_1rpc_1_1server.html#af84267152bd8d09eb091cadd8a097097":[0,0,0,10,0,0,0], "classcbdc_1_1raft_1_1rpc_1_1server.html#af84267152bd8d09eb091cadd8a097097":[1,0,0,9,0,0,0], -"classcbdc_1_1raft_1_1state__manager.html":[0,0,0,10,5], "classcbdc_1_1raft_1_1state__manager.html":[1,0,0,9,5], -"classcbdc_1_1raft_1_1state__manager.html#a03e8fa113a2ea62bb4bf0bdd9b1b8ef7":[1,0,0,9,5,0], +"classcbdc_1_1raft_1_1state__manager.html":[0,0,0,10,5], "classcbdc_1_1raft_1_1state__manager.html#a03e8fa113a2ea62bb4bf0bdd9b1b8ef7":[0,0,0,10,5,0], -"classcbdc_1_1raft_1_1state__manager.html#a0996d7b9a764f1067294c5eb6c6daca9":[0,0,0,10,5,10], +"classcbdc_1_1raft_1_1state__manager.html#a03e8fa113a2ea62bb4bf0bdd9b1b8ef7":[1,0,0,9,5,0], "classcbdc_1_1raft_1_1state__manager.html#a0996d7b9a764f1067294c5eb6c6daca9":[1,0,0,9,5,10], +"classcbdc_1_1raft_1_1state__manager.html#a0996d7b9a764f1067294c5eb6c6daca9":[0,0,0,10,5,10], "classcbdc_1_1raft_1_1state__manager.html#a14932b499b772ed1f4016a37b37c4637":[0,0,0,10,5,7], "classcbdc_1_1raft_1_1state__manager.html#a14932b499b772ed1f4016a37b37c4637":[1,0,0,9,5,7], "classcbdc_1_1raft_1_1state__manager.html#a1ccd1edbeef3da5e0af2d254d5b90573":[0,0,0,10,5,9], @@ -50,154 +50,154 @@ var NAVTREEINDEX7 = "classcbdc_1_1raft_1_1state__manager.html#a41dd61c7062117206840665ceb2d5c37":[1,0,0,9,5,6], "classcbdc_1_1raft_1_1state__manager.html#a6d9d39710748fa4044b669a6bff7b5f0":[0,0,0,10,5,4], "classcbdc_1_1raft_1_1state__manager.html#a6d9d39710748fa4044b669a6bff7b5f0":[1,0,0,9,5,4], -"classcbdc_1_1raft_1_1state__manager.html#a902659ef7212a212ddf90f7486054caf":[0,0,0,10,5,5], "classcbdc_1_1raft_1_1state__manager.html#a902659ef7212a212ddf90f7486054caf":[1,0,0,9,5,5], +"classcbdc_1_1raft_1_1state__manager.html#a902659ef7212a212ddf90f7486054caf":[0,0,0,10,5,5], "classcbdc_1_1raft_1_1state__manager.html#aa48b9a771db23d5e197e04ae369c0ee7":[1,0,0,9,5,2], "classcbdc_1_1raft_1_1state__manager.html#aa48b9a771db23d5e197e04ae369c0ee7":[0,0,0,10,5,2], -"classcbdc_1_1raft_1_1state__manager.html#abdf47ebd780f3be5fd1fdfd67e90d685":[1,0,0,9,5,3], "classcbdc_1_1raft_1_1state__manager.html#abdf47ebd780f3be5fd1fdfd67e90d685":[0,0,0,10,5,3], -"classcbdc_1_1raft_1_1state__manager.html#aeb2d28a273c74371a6c65fb98be2bd2b":[1,0,0,9,5,1], +"classcbdc_1_1raft_1_1state__manager.html#abdf47ebd780f3be5fd1fdfd67e90d685":[1,0,0,9,5,3], "classcbdc_1_1raft_1_1state__manager.html#aeb2d28a273c74371a6c65fb98be2bd2b":[0,0,0,10,5,1], -"classcbdc_1_1raft_1_1state__manager.html#aec1785f2b234474efc77ad84baf8ed2b":[0,0,0,10,5,12], +"classcbdc_1_1raft_1_1state__manager.html#aeb2d28a273c74371a6c65fb98be2bd2b":[1,0,0,9,5,1], "classcbdc_1_1raft_1_1state__manager.html#aec1785f2b234474efc77ad84baf8ed2b":[1,0,0,9,5,12], +"classcbdc_1_1raft_1_1state__manager.html#aec1785f2b234474efc77ad84baf8ed2b":[0,0,0,10,5,12], "classcbdc_1_1raft_1_1state__manager.html#afc452ca7c16bcdef4117501c47875c94":[1,0,0,9,5,11], "classcbdc_1_1raft_1_1state__manager.html#afc452ca7c16bcdef4117501c47875c94":[0,0,0,10,5,11], "classcbdc_1_1random__source.html":[0,0,0,27], "classcbdc_1_1random__source.html":[1,0,0,26], -"classcbdc_1_1random__source.html#a004751668d709ab87cf16154d85e06d2":[1,0,0,26,4], "classcbdc_1_1random__source.html#a004751668d709ab87cf16154d85e06d2":[0,0,0,27,4], +"classcbdc_1_1random__source.html#a004751668d709ab87cf16154d85e06d2":[1,0,0,26,4], "classcbdc_1_1random__source.html#a18ddf0e1cd2b6200c651dcb3e8ecbb6e":[0,0,0,27,1], "classcbdc_1_1random__source.html#a18ddf0e1cd2b6200c651dcb3e8ecbb6e":[1,0,0,26,1], -"classcbdc_1_1random__source.html#a22921b8a62ac40582c461d7f45dfb882":[1,0,0,26,5], "classcbdc_1_1random__source.html#a22921b8a62ac40582c461d7f45dfb882":[0,0,0,27,5], -"classcbdc_1_1random__source.html#a47211aa9bbea43239961c2d5d7e301fb":[1,0,0,26,0], +"classcbdc_1_1random__source.html#a22921b8a62ac40582c461d7f45dfb882":[1,0,0,26,5], "classcbdc_1_1random__source.html#a47211aa9bbea43239961c2d5d7e301fb":[0,0,0,27,0], -"classcbdc_1_1random__source.html#a75ae5c75dd057f4b696102ad6bd8752a":[1,0,0,26,7], +"classcbdc_1_1random__source.html#a47211aa9bbea43239961c2d5d7e301fb":[1,0,0,26,0], "classcbdc_1_1random__source.html#a75ae5c75dd057f4b696102ad6bd8752a":[0,0,0,27,7], +"classcbdc_1_1random__source.html#a75ae5c75dd057f4b696102ad6bd8752a":[1,0,0,26,7], "classcbdc_1_1random__source.html#a81c848089b41d185c0489d82f22a95da":[1,0,0,26,6], "classcbdc_1_1random__source.html#a81c848089b41d185c0489d82f22a95da":[0,0,0,27,6], "classcbdc_1_1random__source.html#a955de16956d12de3c9a93eb85a180a14":[1,0,0,26,3], "classcbdc_1_1random__source.html#a955de16956d12de3c9a93eb85a180a14":[0,0,0,27,3], -"classcbdc_1_1random__source.html#ac089d5264c60d86c71aad55ad913bf10":[1,0,0,26,8], "classcbdc_1_1random__source.html#ac089d5264c60d86c71aad55ad913bf10":[0,0,0,27,8], -"classcbdc_1_1random__source.html#ac4958890d0a72436757b579f015d3a5a":[0,0,0,27,2], +"classcbdc_1_1random__source.html#ac089d5264c60d86c71aad55ad913bf10":[1,0,0,26,8], "classcbdc_1_1random__source.html#ac4958890d0a72436757b579f015d3a5a":[1,0,0,26,2], -"classcbdc_1_1rlp__value.html":[0,0,0,28], +"classcbdc_1_1random__source.html#ac4958890d0a72436757b579f015d3a5a":[0,0,0,27,2], "classcbdc_1_1rlp__value.html":[1,0,0,27], -"classcbdc_1_1rlp__value.html#a05d22839f7ca25975b1fe59e60195466":[1,0,0,27,3], +"classcbdc_1_1rlp__value.html":[0,0,0,28], "classcbdc_1_1rlp__value.html#a05d22839f7ca25975b1fe59e60195466":[0,0,0,28,3], -"classcbdc_1_1rlp__value.html#a1f8f6088c1bb650f08d672799823ae7b":[1,0,0,27,8], +"classcbdc_1_1rlp__value.html#a05d22839f7ca25975b1fe59e60195466":[1,0,0,27,3], "classcbdc_1_1rlp__value.html#a1f8f6088c1bb650f08d672799823ae7b":[0,0,0,28,8], -"classcbdc_1_1rlp__value.html#a30a42780f4a1c0a1f0f3bf5ff034d349":[1,0,0,27,11], +"classcbdc_1_1rlp__value.html#a1f8f6088c1bb650f08d672799823ae7b":[1,0,0,27,8], "classcbdc_1_1rlp__value.html#a30a42780f4a1c0a1f0f3bf5ff034d349":[0,0,0,28,11], -"classcbdc_1_1rlp__value.html#a563866a92a6a01280ac0cbcda7cdb2c9":[1,0,0,27,10], +"classcbdc_1_1rlp__value.html#a30a42780f4a1c0a1f0f3bf5ff034d349":[1,0,0,27,11], "classcbdc_1_1rlp__value.html#a563866a92a6a01280ac0cbcda7cdb2c9":[0,0,0,28,10], -"classcbdc_1_1rlp__value.html#a5f77a79da4697105ea8b2d30a262b7ea":[0,0,0,28,5], +"classcbdc_1_1rlp__value.html#a563866a92a6a01280ac0cbcda7cdb2c9":[1,0,0,27,10], "classcbdc_1_1rlp__value.html#a5f77a79da4697105ea8b2d30a262b7ea":[1,0,0,27,5], -"classcbdc_1_1rlp__value.html#a5f89b95b675b0a25412b1d8d6a343e78":[0,0,0,28,9], +"classcbdc_1_1rlp__value.html#a5f77a79da4697105ea8b2d30a262b7ea":[0,0,0,28,5], "classcbdc_1_1rlp__value.html#a5f89b95b675b0a25412b1d8d6a343e78":[1,0,0,27,9], -"classcbdc_1_1rlp__value.html#a77f59cd67042cb2a0379fa13ea81c591":[0,0,0,28,4], +"classcbdc_1_1rlp__value.html#a5f89b95b675b0a25412b1d8d6a343e78":[0,0,0,28,9], "classcbdc_1_1rlp__value.html#a77f59cd67042cb2a0379fa13ea81c591":[1,0,0,27,4], -"classcbdc_1_1rlp__value.html#a877b07952ef97d736450336f22cdae97":[0,0,0,28,7], +"classcbdc_1_1rlp__value.html#a77f59cd67042cb2a0379fa13ea81c591":[0,0,0,28,4], "classcbdc_1_1rlp__value.html#a877b07952ef97d736450336f22cdae97":[1,0,0,27,7], -"classcbdc_1_1rlp__value.html#aa7c984688336d46675098d8d184eae9a":[0,0,0,28,1], +"classcbdc_1_1rlp__value.html#a877b07952ef97d736450336f22cdae97":[0,0,0,28,7], "classcbdc_1_1rlp__value.html#aa7c984688336d46675098d8d184eae9a":[1,0,0,27,1], +"classcbdc_1_1rlp__value.html#aa7c984688336d46675098d8d184eae9a":[0,0,0,28,1], "classcbdc_1_1rlp__value.html#ab7c860a6f8687ccffef15dcc1f106c53":[0,0,0,28,2], "classcbdc_1_1rlp__value.html#ab7c860a6f8687ccffef15dcc1f106c53":[1,0,0,27,2], -"classcbdc_1_1rlp__value.html#ae8cec9211674b130881c64e8e3941be3":[0,0,0,28,0], "classcbdc_1_1rlp__value.html#ae8cec9211674b130881c64e8e3941be3":[1,0,0,27,0], -"classcbdc_1_1rlp__value.html#af324cb05c5f67acb884b001914158840":[1,0,0,27,6], +"classcbdc_1_1rlp__value.html#ae8cec9211674b130881c64e8e3941be3":[0,0,0,28,0], "classcbdc_1_1rlp__value.html#af324cb05c5f67acb884b001914158840":[0,0,0,28,6], +"classcbdc_1_1rlp__value.html#af324cb05c5f67acb884b001914158840":[1,0,0,27,6], "classcbdc_1_1rpc_1_1async__server.html":[1,0,0,10,0], "classcbdc_1_1rpc_1_1async__server.html":[0,0,0,11,0], "classcbdc_1_1rpc_1_1async__server.html#a3893f2feb523dcaa68679e8696748e25":[1,0,0,10,0,7], "classcbdc_1_1rpc_1_1async__server.html#a3893f2feb523dcaa68679e8696748e25":[0,0,0,11,0,7], -"classcbdc_1_1rpc_1_1async__server.html#a46193d9467c093c2b9857055971207df":[1,0,0,10,0,5], "classcbdc_1_1rpc_1_1async__server.html#a46193d9467c093c2b9857055971207df":[0,0,0,11,0,5], +"classcbdc_1_1rpc_1_1async__server.html#a46193d9467c093c2b9857055971207df":[1,0,0,10,0,5], "classcbdc_1_1rpc_1_1async__server.html#a49b5ab90dc9701bfcb683402b5cabbe8":[0,0,0,11,0,0], "classcbdc_1_1rpc_1_1async__server.html#a49b5ab90dc9701bfcb683402b5cabbe8":[1,0,0,10,0,0], "classcbdc_1_1rpc_1_1async__server.html#a4dcad6957f008be1ab1c8d260542e9ef":[0,0,0,11,0,6], "classcbdc_1_1rpc_1_1async__server.html#a4dcad6957f008be1ab1c8d260542e9ef":[1,0,0,10,0,6], "classcbdc_1_1rpc_1_1async__server.html#a55ad38253bb46a63bcb717cf523ab74b":[0,0,0,11,0,8], "classcbdc_1_1rpc_1_1async__server.html#a55ad38253bb46a63bcb717cf523ab74b":[1,0,0,10,0,8], -"classcbdc_1_1rpc_1_1async__server.html#a6f065d3bda90348c1f8e571d9f9392d5":[0,0,0,11,0,4], "classcbdc_1_1rpc_1_1async__server.html#a6f065d3bda90348c1f8e571d9f9392d5":[1,0,0,10,0,4], +"classcbdc_1_1rpc_1_1async__server.html#a6f065d3bda90348c1f8e571d9f9392d5":[0,0,0,11,0,4], "classcbdc_1_1rpc_1_1async__server.html#a73778ad9d0efb1b519d543701ecc37db":[0,0,0,11,0,1], "classcbdc_1_1rpc_1_1async__server.html#a73778ad9d0efb1b519d543701ecc37db":[1,0,0,10,0,1], -"classcbdc_1_1rpc_1_1async__server.html#acb8c44fa92ef7201d3ad4d539fc36544":[1,0,0,10,0,9], "classcbdc_1_1rpc_1_1async__server.html#acb8c44fa92ef7201d3ad4d539fc36544":[0,0,0,11,0,9], +"classcbdc_1_1rpc_1_1async__server.html#acb8c44fa92ef7201d3ad4d539fc36544":[1,0,0,10,0,9], "classcbdc_1_1rpc_1_1async__server.html#affa326d724bf1e381e7326c8579ae7ce":[0,0,0,11,0,2], "classcbdc_1_1rpc_1_1async__server.html#affa326d724bf1e381e7326c8579ae7ce":[1,0,0,10,0,2], -"classcbdc_1_1rpc_1_1async__server.html#afff173ef98fa0cae26d679c3d46c3b3f":[0,0,0,11,0,3], "classcbdc_1_1rpc_1_1async__server.html#afff173ef98fa0cae26d679c3d46c3b3f":[1,0,0,10,0,3], +"classcbdc_1_1rpc_1_1async__server.html#afff173ef98fa0cae26d679c3d46c3b3f":[0,0,0,11,0,3], "classcbdc_1_1rpc_1_1blocking__server.html":[0,0,0,11,1], "classcbdc_1_1rpc_1_1blocking__server.html":[1,0,0,10,1], "classcbdc_1_1rpc_1_1blocking__server.html#a4ee4d59584b670981120feadc50c01e2":[0,0,0,11,1,1], "classcbdc_1_1rpc_1_1blocking__server.html#a4ee4d59584b670981120feadc50c01e2":[1,0,0,10,1,1], -"classcbdc_1_1rpc_1_1blocking__server.html#a5bf51802453205e3fc08c28f8c94456a":[0,0,0,11,1,7], "classcbdc_1_1rpc_1_1blocking__server.html#a5bf51802453205e3fc08c28f8c94456a":[1,0,0,10,1,7], +"classcbdc_1_1rpc_1_1blocking__server.html#a5bf51802453205e3fc08c28f8c94456a":[0,0,0,11,1,7], "classcbdc_1_1rpc_1_1blocking__server.html#a8576b4183b26d655e0f3c4d60cf8af60":[1,0,0,10,1,5], "classcbdc_1_1rpc_1_1blocking__server.html#a8576b4183b26d655e0f3c4d60cf8af60":[0,0,0,11,1,5], "classcbdc_1_1rpc_1_1blocking__server.html#a8dee475b806e30bbe708c31968bbf315":[1,0,0,10,1,3], "classcbdc_1_1rpc_1_1blocking__server.html#a8dee475b806e30bbe708c31968bbf315":[0,0,0,11,1,3], "classcbdc_1_1rpc_1_1blocking__server.html#abf15bf43b303cd9a220991b45fae7e9e":[1,0,0,10,1,6], "classcbdc_1_1rpc_1_1blocking__server.html#abf15bf43b303cd9a220991b45fae7e9e":[0,0,0,11,1,6], -"classcbdc_1_1rpc_1_1blocking__server.html#ac3d70f6ce23c70b15f371818cdf02017":[0,0,0,11,1,0], "classcbdc_1_1rpc_1_1blocking__server.html#ac3d70f6ce23c70b15f371818cdf02017":[1,0,0,10,1,0], +"classcbdc_1_1rpc_1_1blocking__server.html#ac3d70f6ce23c70b15f371818cdf02017":[0,0,0,11,1,0], "classcbdc_1_1rpc_1_1blocking__server.html#ac5263e8cb1ea53904485bc78d2032e9d":[0,0,0,11,1,4], "classcbdc_1_1rpc_1_1blocking__server.html#ac5263e8cb1ea53904485bc78d2032e9d":[1,0,0,10,1,4], -"classcbdc_1_1rpc_1_1blocking__server.html#aed006ba4958d495bfac79b7602525ef9":[1,0,0,10,1,2], "classcbdc_1_1rpc_1_1blocking__server.html#aed006ba4958d495bfac79b7602525ef9":[0,0,0,11,1,2], +"classcbdc_1_1rpc_1_1blocking__server.html#aed006ba4958d495bfac79b7602525ef9":[1,0,0,10,1,2], "classcbdc_1_1rpc_1_1blocking__server.html#af5739cba03c654acd4adcffcfeaa0c9f":[1,0,0,10,1,8], "classcbdc_1_1rpc_1_1blocking__server.html#af5739cba03c654acd4adcffcfeaa0c9f":[0,0,0,11,1,8], "classcbdc_1_1rpc_1_1client.html":[1,0,0,10,2], "classcbdc_1_1rpc_1_1client.html":[0,0,0,11,2], -"classcbdc_1_1rpc_1_1client.html#a0a094fe314bd93d0c8a96f2e8abfa6fe":[1,0,0,10,2,11], "classcbdc_1_1rpc_1_1client.html#a0a094fe314bd93d0c8a96f2e8abfa6fe":[0,0,0,11,2,11], +"classcbdc_1_1rpc_1_1client.html#a0a094fe314bd93d0c8a96f2e8abfa6fe":[1,0,0,10,2,11], "classcbdc_1_1rpc_1_1client.html#a0b81360f92fbe30bce29f31bb2a7112f":[1,0,0,10,2,7], "classcbdc_1_1rpc_1_1client.html#a0b81360f92fbe30bce29f31bb2a7112f":[0,0,0,11,2,7], "classcbdc_1_1rpc_1_1client.html#a1845dfebe45fd1c652a1f3ad99b26426":[0,0,0,11,2,2], "classcbdc_1_1rpc_1_1client.html#a1845dfebe45fd1c652a1f3ad99b26426":[1,0,0,10,2,2], "classcbdc_1_1rpc_1_1client.html#a1890faa94c4533b70c933f6a35e95d7c":[1,0,0,10,2,5], "classcbdc_1_1rpc_1_1client.html#a1890faa94c4533b70c933f6a35e95d7c":[0,0,0,11,2,5], -"classcbdc_1_1rpc_1_1client.html#a2765b617449d34c7fc72eec012f02046":[1,0,0,10,2,9], "classcbdc_1_1rpc_1_1client.html#a2765b617449d34c7fc72eec012f02046":[0,0,0,11,2,9], -"classcbdc_1_1rpc_1_1client.html#a79427687f2719fd3839d47cd73fa1480":[1,0,0,10,2,10], +"classcbdc_1_1rpc_1_1client.html#a2765b617449d34c7fc72eec012f02046":[1,0,0,10,2,9], "classcbdc_1_1rpc_1_1client.html#a79427687f2719fd3839d47cd73fa1480":[0,0,0,11,2,10], -"classcbdc_1_1rpc_1_1client.html#a81dc7620aa3e504efef8b8da8e187a6d":[1,0,0,10,2,4], +"classcbdc_1_1rpc_1_1client.html#a79427687f2719fd3839d47cd73fa1480":[1,0,0,10,2,10], "classcbdc_1_1rpc_1_1client.html#a81dc7620aa3e504efef8b8da8e187a6d":[0,0,0,11,2,4], +"classcbdc_1_1rpc_1_1client.html#a81dc7620aa3e504efef8b8da8e187a6d":[1,0,0,10,2,4], "classcbdc_1_1rpc_1_1client.html#a902a9240cfab5bd8be131948096f9fa9":[1,0,0,10,2,12], "classcbdc_1_1rpc_1_1client.html#a902a9240cfab5bd8be131948096f9fa9":[0,0,0,11,2,12], "classcbdc_1_1rpc_1_1client.html#a988a308da7426dee0e3eb72ed8cfe7e6":[0,0,0,11,2,0], "classcbdc_1_1rpc_1_1client.html#a988a308da7426dee0e3eb72ed8cfe7e6":[1,0,0,10,2,0], "classcbdc_1_1rpc_1_1client.html#ad4d1a6059c6b58ce6d114fb196d2967e":[0,0,0,11,2,8], "classcbdc_1_1rpc_1_1client.html#ad4d1a6059c6b58ce6d114fb196d2967e":[1,0,0,10,2,8], -"classcbdc_1_1rpc_1_1client.html#ae32ffaa97fecc690147b89b4c3bde896":[1,0,0,10,2,3], "classcbdc_1_1rpc_1_1client.html#ae32ffaa97fecc690147b89b4c3bde896":[0,0,0,11,2,3], -"classcbdc_1_1rpc_1_1client.html#ae4f96639b767cb8103c53106a3b1d16f":[0,0,0,11,2,6], +"classcbdc_1_1rpc_1_1client.html#ae32ffaa97fecc690147b89b4c3bde896":[1,0,0,10,2,3], "classcbdc_1_1rpc_1_1client.html#ae4f96639b767cb8103c53106a3b1d16f":[1,0,0,10,2,6], -"classcbdc_1_1rpc_1_1client.html#ae55b22e96bc942baef36e14d9bae0821":[1,0,0,10,2,1], +"classcbdc_1_1rpc_1_1client.html#ae4f96639b767cb8103c53106a3b1d16f":[0,0,0,11,2,6], "classcbdc_1_1rpc_1_1client.html#ae55b22e96bc942baef36e14d9bae0821":[0,0,0,11,2,1], +"classcbdc_1_1rpc_1_1client.html#ae55b22e96bc942baef36e14d9bae0821":[1,0,0,10,2,1], "classcbdc_1_1rpc_1_1curl__initializer.html":[1,0,0,10,3], "classcbdc_1_1rpc_1_1curl__initializer.html":[0,0,0,11,3], "classcbdc_1_1rpc_1_1curl__initializer.html#a914a9783ab2efd8ff0c33e8a4fe0471e":[0,0,0,11,3,1], "classcbdc_1_1rpc_1_1curl__initializer.html#a914a9783ab2efd8ff0c33e8a4fe0471e":[1,0,0,10,3,1], "classcbdc_1_1rpc_1_1curl__initializer.html#af76aa76ee2a9540f0c65c4f35d0e1df0":[0,0,0,11,3,0], "classcbdc_1_1rpc_1_1curl__initializer.html#af76aa76ee2a9540f0c65c4f35d0e1df0":[1,0,0,10,3,0], -"classcbdc_1_1rpc_1_1epoll__event__handler.html":[0,0,0,11,4], "classcbdc_1_1rpc_1_1epoll__event__handler.html":[1,0,0,10,4], +"classcbdc_1_1rpc_1_1epoll__event__handler.html":[0,0,0,11,4], "classcbdc_1_1rpc_1_1epoll__event__handler.html#a07b564d818ed94c18f2d9da0eea13c5d":[1,0,0,10,4,3], "classcbdc_1_1rpc_1_1epoll__event__handler.html#a07b564d818ed94c18f2d9da0eea13c5d":[0,0,0,11,4,3], -"classcbdc_1_1rpc_1_1epoll__event__handler.html#a35d0850b0c106d3d40d3e41d8bc16475":[1,0,0,10,4,4], "classcbdc_1_1rpc_1_1epoll__event__handler.html#a35d0850b0c106d3d40d3e41d8bc16475":[0,0,0,11,4,4], +"classcbdc_1_1rpc_1_1epoll__event__handler.html#a35d0850b0c106d3d40d3e41d8bc16475":[1,0,0,10,4,4], "classcbdc_1_1rpc_1_1epoll__event__handler.html#a51a3550dd670f390b4200865aee74d49":[1,0,0,10,4,0], "classcbdc_1_1rpc_1_1epoll__event__handler.html#a51a3550dd670f390b4200865aee74d49":[0,0,0,11,4,0], -"classcbdc_1_1rpc_1_1epoll__event__handler.html#a94414b6c0577d12205f23c9b5673fa94":[1,0,0,10,4,6], "classcbdc_1_1rpc_1_1epoll__event__handler.html#a94414b6c0577d12205f23c9b5673fa94":[0,0,0,11,4,6], -"classcbdc_1_1rpc_1_1epoll__event__handler.html#ab2bc4145682dd0ee9437177044f4177a":[1,0,0,10,4,2], +"classcbdc_1_1rpc_1_1epoll__event__handler.html#a94414b6c0577d12205f23c9b5673fa94":[1,0,0,10,4,6], "classcbdc_1_1rpc_1_1epoll__event__handler.html#ab2bc4145682dd0ee9437177044f4177a":[0,0,0,11,4,2], -"classcbdc_1_1rpc_1_1epoll__event__handler.html#abbce261b48b483daab68478e894a877c":[1,0,0,10,4,5], +"classcbdc_1_1rpc_1_1epoll__event__handler.html#ab2bc4145682dd0ee9437177044f4177a":[1,0,0,10,4,2], "classcbdc_1_1rpc_1_1epoll__event__handler.html#abbce261b48b483daab68478e894a877c":[0,0,0,11,4,5], +"classcbdc_1_1rpc_1_1epoll__event__handler.html#abbce261b48b483daab68478e894a877c":[1,0,0,10,4,5], "classcbdc_1_1rpc_1_1epoll__event__handler.html#abe41b4b115628ec75a87163d29087d3b":[1,0,0,10,4,1], "classcbdc_1_1rpc_1_1epoll__event__handler.html#abe41b4b115628ec75a87163d29087d3b":[0,0,0,11,4,1], "classcbdc_1_1rpc_1_1epoll__event__handler.html#acda036da32d47d95f946da43f46633cc":[0,0,0,11,4,9], @@ -206,10 +206,10 @@ var NAVTREEINDEX7 = "classcbdc_1_1rpc_1_1epoll__event__handler.html#ae8bdddefecfb4b02525eda37dc74242d":[1,0,0,10,4,7], "classcbdc_1_1rpc_1_1epoll__event__handler.html#af317e6952d4cbc34817ce12058c55963":[0,0,0,11,4,8], "classcbdc_1_1rpc_1_1epoll__event__handler.html#af317e6952d4cbc34817ce12058c55963":[1,0,0,10,4,8], -"classcbdc_1_1rpc_1_1event__handler.html":[0,0,0,11,5], "classcbdc_1_1rpc_1_1event__handler.html":[1,0,0,10,5], -"classcbdc_1_1rpc_1_1event__handler.html#a2d1ad83d76490d263361e02735d8501e":[0,0,0,11,5,2], +"classcbdc_1_1rpc_1_1event__handler.html":[0,0,0,11,5], "classcbdc_1_1rpc_1_1event__handler.html#a2d1ad83d76490d263361e02735d8501e":[1,0,0,10,5,2], +"classcbdc_1_1rpc_1_1event__handler.html#a2d1ad83d76490d263361e02735d8501e":[0,0,0,11,5,2], "classcbdc_1_1rpc_1_1event__handler.html#a72d651e51e923eedf8ec353068552ed5":[0,0,0,11,5,4], "classcbdc_1_1rpc_1_1event__handler.html#a72d651e51e923eedf8ec353068552ed5":[1,0,0,10,5,4], "classcbdc_1_1rpc_1_1event__handler.html#aa16b0136209c71982f668a0f0c7f46af":[1,0,0,10,5,1], @@ -218,18 +218,18 @@ var NAVTREEINDEX7 = "classcbdc_1_1rpc_1_1event__handler.html#aa16b0136209c71982f668a0f0c7f46afa0f6969d7052da9261e31ddb6e88c136e":[1,0,0,10,5,1,0], "classcbdc_1_1rpc_1_1event__handler.html#aa16b0136209c71982f668a0f0c7f46afa13b5bfe96f3e2fe411c9f66f4a582adf":[0,0,0,11,5,1,1], "classcbdc_1_1rpc_1_1event__handler.html#aa16b0136209c71982f668a0f0c7f46afa13b5bfe96f3e2fe411c9f66f4a582adf":[1,0,0,10,5,1,1], -"classcbdc_1_1rpc_1_1event__handler.html#aa16b0136209c71982f668a0f0c7f46afa54c9ccb45f5ee60133cca31fca024432":[1,0,0,10,5,1,3], "classcbdc_1_1rpc_1_1event__handler.html#aa16b0136209c71982f668a0f0c7f46afa54c9ccb45f5ee60133cca31fca024432":[0,0,0,11,5,1,3], -"classcbdc_1_1rpc_1_1event__handler.html#aa16b0136209c71982f668a0f0c7f46afac68271a63ddbc431c307beb7d2918275":[0,0,0,11,5,1,2], +"classcbdc_1_1rpc_1_1event__handler.html#aa16b0136209c71982f668a0f0c7f46afa54c9ccb45f5ee60133cca31fca024432":[1,0,0,10,5,1,3], "classcbdc_1_1rpc_1_1event__handler.html#aa16b0136209c71982f668a0f0c7f46afac68271a63ddbc431c307beb7d2918275":[1,0,0,10,5,1,2], +"classcbdc_1_1rpc_1_1event__handler.html#aa16b0136209c71982f668a0f0c7f46afac68271a63ddbc431c307beb7d2918275":[0,0,0,11,5,1,2], "classcbdc_1_1rpc_1_1event__handler.html#aa6d3068260dcb0b3ee7bded078dbeff1":[1,0,0,10,5,6], "classcbdc_1_1rpc_1_1event__handler.html#aa6d3068260dcb0b3ee7bded078dbeff1":[0,0,0,11,5,6], -"classcbdc_1_1rpc_1_1event__handler.html#ac03dd1273082354b7abbaef0cfc15a2b":[0,0,0,11,5,3], "classcbdc_1_1rpc_1_1event__handler.html#ac03dd1273082354b7abbaef0cfc15a2b":[1,0,0,10,5,3], +"classcbdc_1_1rpc_1_1event__handler.html#ac03dd1273082354b7abbaef0cfc15a2b":[0,0,0,11,5,3], "classcbdc_1_1rpc_1_1event__handler.html#acde251971b30661c6400cd6fab6400c5":[0,0,0,11,5,0], "classcbdc_1_1rpc_1_1event__handler.html#acde251971b30661c6400cd6fab6400c5":[1,0,0,10,5,0], -"classcbdc_1_1rpc_1_1event__handler.html#af61dd4d83dec143ae9d78e83f2f1efec":[0,0,0,11,5,5], "classcbdc_1_1rpc_1_1event__handler.html#af61dd4d83dec143ae9d78e83f2f1efec":[1,0,0,10,5,5], +"classcbdc_1_1rpc_1_1event__handler.html#af61dd4d83dec143ae9d78e83f2f1efec":[0,0,0,11,5,5], "classcbdc_1_1rpc_1_1json__rpc__http__client.html":[1,0,0,10,7], "classcbdc_1_1rpc_1_1json__rpc__http__client.html":[0,0,0,11,7], "classcbdc_1_1rpc_1_1json__rpc__http__client.html#a0a9845cca4bd6de64357aba52861a141":[1,0,0,10,7,5], @@ -240,14 +240,14 @@ var NAVTREEINDEX7 = "classcbdc_1_1rpc_1_1json__rpc__http__client.html#a4f2c54a4c75ef3812341497f4686411b":[0,0,0,11,7,4], "classcbdc_1_1rpc_1_1json__rpc__http__client.html#a57c567593d5685ff112db8fe45254603":[0,0,0,11,7,9], "classcbdc_1_1rpc_1_1json__rpc__http__client.html#a57c567593d5685ff112db8fe45254603":[1,0,0,10,7,9], -"classcbdc_1_1rpc_1_1json__rpc__http__client.html#a6bcc26cbd8487a756caf4b3d99cbeb97":[0,0,0,11,7,3], "classcbdc_1_1rpc_1_1json__rpc__http__client.html#a6bcc26cbd8487a756caf4b3d99cbeb97":[1,0,0,10,7,3], -"classcbdc_1_1rpc_1_1json__rpc__http__client.html#a87bd38652a0c6c63daaee5b3cefeb5cd":[0,0,0,11,7,7], +"classcbdc_1_1rpc_1_1json__rpc__http__client.html#a6bcc26cbd8487a756caf4b3d99cbeb97":[0,0,0,11,7,3], "classcbdc_1_1rpc_1_1json__rpc__http__client.html#a87bd38652a0c6c63daaee5b3cefeb5cd":[1,0,0,10,7,7], +"classcbdc_1_1rpc_1_1json__rpc__http__client.html#a87bd38652a0c6c63daaee5b3cefeb5cd":[0,0,0,11,7,7], "classcbdc_1_1rpc_1_1json__rpc__http__client.html#a88c73a4e2ba162df7847132c8cd097f9":[0,0,0,11,7,2], "classcbdc_1_1rpc_1_1json__rpc__http__client.html#a88c73a4e2ba162df7847132c8cd097f9":[1,0,0,10,7,2], -"classcbdc_1_1rpc_1_1json__rpc__http__client.html#a8ecae3197c353efb818766409fae684b":[0,0,0,11,7,8], "classcbdc_1_1rpc_1_1json__rpc__http__client.html#a8ecae3197c353efb818766409fae684b":[1,0,0,10,7,8], +"classcbdc_1_1rpc_1_1json__rpc__http__client.html#a8ecae3197c353efb818766409fae684b":[0,0,0,11,7,8], "classcbdc_1_1rpc_1_1json__rpc__http__client.html#ae979452e992da99a7a55722a8869d2ba":[0,0,0,11,7,1], "classcbdc_1_1rpc_1_1json__rpc__http__client.html#ae979452e992da99a7a55722a8869d2ba":[1,0,0,10,7,1] }; diff --git a/navtreeindex8.js b/navtreeindex8.js index 61103936c..7ac055855 100644 --- a/navtreeindex8.js +++ b/navtreeindex8.js @@ -4,10 +4,10 @@ var NAVTREEINDEX8 = "classcbdc_1_1rpc_1_1json__rpc__http__client.html#afe104282ecfe5f22ec7777616ce64cc9":[1,0,0,10,7,6], "classcbdc_1_1rpc_1_1json__rpc__http__server.html":[0,0,0,11,8], "classcbdc_1_1rpc_1_1json__rpc__http__server.html":[1,0,0,10,8], -"classcbdc_1_1rpc_1_1json__rpc__http__server.html#a18ccdebd3c7272d734e74ec1712ee156":[0,0,0,11,8,4], "classcbdc_1_1rpc_1_1json__rpc__http__server.html#a18ccdebd3c7272d734e74ec1712ee156":[1,0,0,10,8,4], -"classcbdc_1_1rpc_1_1json__rpc__http__server.html#a28de0e6b6f3068936fdaf755176f703d":[1,0,0,10,8,5], +"classcbdc_1_1rpc_1_1json__rpc__http__server.html#a18ccdebd3c7272d734e74ec1712ee156":[0,0,0,11,8,4], "classcbdc_1_1rpc_1_1json__rpc__http__server.html#a28de0e6b6f3068936fdaf755176f703d":[0,0,0,11,8,5], +"classcbdc_1_1rpc_1_1json__rpc__http__server.html#a28de0e6b6f3068936fdaf755176f703d":[1,0,0,10,8,5], "classcbdc_1_1rpc_1_1json__rpc__http__server.html#a3b6b7e031f62c151e41f2e97a36a0e42":[0,0,0,11,8,7], "classcbdc_1_1rpc_1_1json__rpc__http__server.html#a3b6b7e031f62c151e41f2e97a36a0e42":[1,0,0,10,8,7], "classcbdc_1_1rpc_1_1json__rpc__http__server.html#a78c13f4399c49a327366dcb3cd223e51":[0,0,0,11,8,8], @@ -16,196 +16,196 @@ var NAVTREEINDEX8 = "classcbdc_1_1rpc_1_1json__rpc__http__server.html#aa83bcc0daf5e97a7613ab07e2d6aed62":[0,0,0,11,8,2], "classcbdc_1_1rpc_1_1json__rpc__http__server.html#ab0566502c5229c69cd419027e767e56f":[0,0,0,11,8,3], "classcbdc_1_1rpc_1_1json__rpc__http__server.html#ab0566502c5229c69cd419027e767e56f":[1,0,0,10,8,3], -"classcbdc_1_1rpc_1_1json__rpc__http__server.html#ab4b9bf5b3b845c1fe85e7ac1f16bfdde":[1,0,0,10,8,9], "classcbdc_1_1rpc_1_1json__rpc__http__server.html#ab4b9bf5b3b845c1fe85e7ac1f16bfdde":[0,0,0,11,8,9], -"classcbdc_1_1rpc_1_1json__rpc__http__server.html#ad7b1b62ba9c12ba2a8e7321f666da333":[1,0,0,10,8,0], +"classcbdc_1_1rpc_1_1json__rpc__http__server.html#ab4b9bf5b3b845c1fe85e7ac1f16bfdde":[1,0,0,10,8,9], "classcbdc_1_1rpc_1_1json__rpc__http__server.html#ad7b1b62ba9c12ba2a8e7321f666da333":[0,0,0,11,8,0], -"classcbdc_1_1rpc_1_1json__rpc__http__server.html#ae61285948f80c087a0472012e6b773e2":[1,0,0,10,8,1], +"classcbdc_1_1rpc_1_1json__rpc__http__server.html#ad7b1b62ba9c12ba2a8e7321f666da333":[1,0,0,10,8,0], "classcbdc_1_1rpc_1_1json__rpc__http__server.html#ae61285948f80c087a0472012e6b773e2":[0,0,0,11,8,1], -"classcbdc_1_1rpc_1_1json__rpc__http__server.html#aed051c8a2ff43245a94287a56ccf85a2":[0,0,0,11,8,6], +"classcbdc_1_1rpc_1_1json__rpc__http__server.html#ae61285948f80c087a0472012e6b773e2":[1,0,0,10,8,1], "classcbdc_1_1rpc_1_1json__rpc__http__server.html#aed051c8a2ff43245a94287a56ccf85a2":[1,0,0,10,8,6], +"classcbdc_1_1rpc_1_1json__rpc__http__server.html#aed051c8a2ff43245a94287a56ccf85a2":[0,0,0,11,8,6], "classcbdc_1_1rpc_1_1kqueue__event__handler.html":[1,0,0,10,9], "classcbdc_1_1rpc_1_1kqueue__event__handler.html":[0,0,0,11,9], "classcbdc_1_1rpc_1_1kqueue__event__handler.html#a005c9f7fb7016cec5ea349b10d1d7b73":[0,0,0,11,9,4], "classcbdc_1_1rpc_1_1kqueue__event__handler.html#a005c9f7fb7016cec5ea349b10d1d7b73":[1,0,0,10,9,4], -"classcbdc_1_1rpc_1_1kqueue__event__handler.html#a0f0fc7e6f24d04a5aad34863b68bbe3f":[1,0,0,10,9,2], "classcbdc_1_1rpc_1_1kqueue__event__handler.html#a0f0fc7e6f24d04a5aad34863b68bbe3f":[0,0,0,11,9,2], -"classcbdc_1_1rpc_1_1kqueue__event__handler.html#a231e6f066a866953d9ce5adefb833727":[1,0,0,10,9,1], +"classcbdc_1_1rpc_1_1kqueue__event__handler.html#a0f0fc7e6f24d04a5aad34863b68bbe3f":[1,0,0,10,9,2], "classcbdc_1_1rpc_1_1kqueue__event__handler.html#a231e6f066a866953d9ce5adefb833727":[0,0,0,11,9,1], -"classcbdc_1_1rpc_1_1kqueue__event__handler.html#a416579e04a6255d94f3fc67b5af30818":[1,0,0,10,9,0], +"classcbdc_1_1rpc_1_1kqueue__event__handler.html#a231e6f066a866953d9ce5adefb833727":[1,0,0,10,9,1], "classcbdc_1_1rpc_1_1kqueue__event__handler.html#a416579e04a6255d94f3fc67b5af30818":[0,0,0,11,9,0], -"classcbdc_1_1rpc_1_1kqueue__event__handler.html#a910fa749df38229c7f6f1e29c0047690":[1,0,0,10,9,5], +"classcbdc_1_1rpc_1_1kqueue__event__handler.html#a416579e04a6255d94f3fc67b5af30818":[1,0,0,10,9,0], "classcbdc_1_1rpc_1_1kqueue__event__handler.html#a910fa749df38229c7f6f1e29c0047690":[0,0,0,11,9,5], +"classcbdc_1_1rpc_1_1kqueue__event__handler.html#a910fa749df38229c7f6f1e29c0047690":[1,0,0,10,9,5], "classcbdc_1_1rpc_1_1kqueue__event__handler.html#ae65e8781c592e028dc8b91739c7cb2bd":[1,0,0,10,9,3], "classcbdc_1_1rpc_1_1kqueue__event__handler.html#ae65e8781c592e028dc8b91739c7cb2bd":[0,0,0,11,9,3], -"classcbdc_1_1rpc_1_1server.html":[0,0,0,11,12], "classcbdc_1_1rpc_1_1server.html":[1,0,0,10,12], -"classcbdc_1_1rpc_1_1server.html#a0e2b6743638848a32dde4407e0d2cffb":[0,0,0,11,12,9], +"classcbdc_1_1rpc_1_1server.html":[0,0,0,11,12], "classcbdc_1_1rpc_1_1server.html#a0e2b6743638848a32dde4407e0d2cffb":[1,0,0,10,12,9], +"classcbdc_1_1rpc_1_1server.html#a0e2b6743638848a32dde4407e0d2cffb":[0,0,0,11,12,9], "classcbdc_1_1rpc_1_1server.html#a15f502965b37860bf1bee7a5ec330ed9":[0,0,0,11,12,0], "classcbdc_1_1rpc_1_1server.html#a15f502965b37860bf1bee7a5ec330ed9":[1,0,0,10,12,0], "classcbdc_1_1rpc_1_1server.html#a7620f8aa9f9ae67b187aacd95e7d1f32":[1,0,0,10,12,7], "classcbdc_1_1rpc_1_1server.html#a7620f8aa9f9ae67b187aacd95e7d1f32":[0,0,0,11,12,7], "classcbdc_1_1rpc_1_1server.html#a7ec6a8363d50d93bf8b65bab0ea96bc2":[0,0,0,11,12,2], "classcbdc_1_1rpc_1_1server.html#a7ec6a8363d50d93bf8b65bab0ea96bc2":[1,0,0,10,12,2], -"classcbdc_1_1rpc_1_1server.html#a846572c530f7d99bfb9ac7a63b8069da":[1,0,0,10,12,8], "classcbdc_1_1rpc_1_1server.html#a846572c530f7d99bfb9ac7a63b8069da":[0,0,0,11,12,8], +"classcbdc_1_1rpc_1_1server.html#a846572c530f7d99bfb9ac7a63b8069da":[1,0,0,10,12,8], "classcbdc_1_1rpc_1_1server.html#a910eed9cbc3faaf0d6f927f7cba7f4de":[0,0,0,11,12,5], "classcbdc_1_1rpc_1_1server.html#a910eed9cbc3faaf0d6f927f7cba7f4de":[1,0,0,10,12,5], "classcbdc_1_1rpc_1_1server.html#aa0c383cf6cf9a8fea5e263d832000627":[0,0,0,11,12,10], "classcbdc_1_1rpc_1_1server.html#aa0c383cf6cf9a8fea5e263d832000627":[1,0,0,10,12,10], "classcbdc_1_1rpc_1_1server.html#ab2562ea21975c38ae466a694e65a91c9":[0,0,0,11,12,6], "classcbdc_1_1rpc_1_1server.html#ab2562ea21975c38ae466a694e65a91c9":[1,0,0,10,12,6], -"classcbdc_1_1rpc_1_1server.html#abcb5ed6beb90f4a1a84398607ae70c0e":[1,0,0,10,12,4], "classcbdc_1_1rpc_1_1server.html#abcb5ed6beb90f4a1a84398607ae70c0e":[0,0,0,11,12,4], -"classcbdc_1_1rpc_1_1server.html#ac5d124c2935f856a1d47ebd51a4b4589":[1,0,0,10,12,1], +"classcbdc_1_1rpc_1_1server.html#abcb5ed6beb90f4a1a84398607ae70c0e":[1,0,0,10,12,4], "classcbdc_1_1rpc_1_1server.html#ac5d124c2935f856a1d47ebd51a4b4589":[0,0,0,11,12,1], -"classcbdc_1_1rpc_1_1server.html#ac8106913c148058a4bc5c5c055cce465":[1,0,0,10,12,3], +"classcbdc_1_1rpc_1_1server.html#ac5d124c2935f856a1d47ebd51a4b4589":[1,0,0,10,12,1], "classcbdc_1_1rpc_1_1server.html#ac8106913c148058a4bc5c5c055cce465":[0,0,0,11,12,3], +"classcbdc_1_1rpc_1_1server.html#ac8106913c148058a4bc5c5c055cce465":[1,0,0,10,12,3], "classcbdc_1_1rpc_1_1tcp__client.html":[0,0,0,11,13], "classcbdc_1_1rpc_1_1tcp__client.html":[1,0,0,10,13], -"classcbdc_1_1rpc_1_1tcp__client.html#a06a4c7f1849180bf99c5ffda9ea2d75d":[0,0,0,11,13,4], "classcbdc_1_1rpc_1_1tcp__client.html#a06a4c7f1849180bf99c5ffda9ea2d75d":[1,0,0,10,13,4], +"classcbdc_1_1rpc_1_1tcp__client.html#a06a4c7f1849180bf99c5ffda9ea2d75d":[0,0,0,11,13,4], "classcbdc_1_1rpc_1_1tcp__client.html#a21daade14698f76e4bc738bff5d099ee":[0,0,0,11,13,7], "classcbdc_1_1rpc_1_1tcp__client.html#a21daade14698f76e4bc738bff5d099ee":[1,0,0,10,13,7], -"classcbdc_1_1rpc_1_1tcp__client.html#a354fc8f64798e492a6596439f6c71f52":[0,0,0,11,13,2], "classcbdc_1_1rpc_1_1tcp__client.html#a354fc8f64798e492a6596439f6c71f52":[1,0,0,10,13,2], -"classcbdc_1_1rpc_1_1tcp__client.html#a529847742092e1d3d902142eded03b44":[1,0,0,10,13,6], +"classcbdc_1_1rpc_1_1tcp__client.html#a354fc8f64798e492a6596439f6c71f52":[0,0,0,11,13,2], "classcbdc_1_1rpc_1_1tcp__client.html#a529847742092e1d3d902142eded03b44":[0,0,0,11,13,6], +"classcbdc_1_1rpc_1_1tcp__client.html#a529847742092e1d3d902142eded03b44":[1,0,0,10,13,6], "classcbdc_1_1rpc_1_1tcp__client.html#a64a86306be5e9dfa82d569c759723b75":[1,0,0,10,13,5], "classcbdc_1_1rpc_1_1tcp__client.html#a64a86306be5e9dfa82d569c759723b75":[0,0,0,11,13,5], "classcbdc_1_1rpc_1_1tcp__client.html#a839d01f1c90bdbe8ba08737b2f26da4d":[0,0,0,11,13,0], "classcbdc_1_1rpc_1_1tcp__client.html#a839d01f1c90bdbe8ba08737b2f26da4d":[1,0,0,10,13,0], -"classcbdc_1_1rpc_1_1tcp__client.html#a86a323e26f764e9ea6a44baaf945b1bd":[0,0,0,11,13,1], "classcbdc_1_1rpc_1_1tcp__client.html#a86a323e26f764e9ea6a44baaf945b1bd":[1,0,0,10,13,1], -"classcbdc_1_1rpc_1_1tcp__client.html#acebd281e805a3dc103092df22a14566e":[1,0,0,10,13,3], +"classcbdc_1_1rpc_1_1tcp__client.html#a86a323e26f764e9ea6a44baaf945b1bd":[0,0,0,11,13,1], "classcbdc_1_1rpc_1_1tcp__client.html#acebd281e805a3dc103092df22a14566e":[0,0,0,11,13,3], +"classcbdc_1_1rpc_1_1tcp__client.html#acebd281e805a3dc103092df22a14566e":[1,0,0,10,13,3], "classcbdc_1_1rpc_1_1tcp__server.html":[1,0,0,10,14], "classcbdc_1_1rpc_1_1tcp__server.html":[0,0,0,11,14], -"classcbdc_1_1rpc_1_1tcp__server.html#a3c7f8670ffff326fbe9de78860356f6e":[1,0,0,10,14,6], "classcbdc_1_1rpc_1_1tcp__server.html#a3c7f8670ffff326fbe9de78860356f6e":[0,0,0,11,14,6], +"classcbdc_1_1rpc_1_1tcp__server.html#a3c7f8670ffff326fbe9de78860356f6e":[1,0,0,10,14,6], "classcbdc_1_1rpc_1_1tcp__server.html#a3f8597a7004aad53f330a295b7942651":[1,0,0,10,14,1], "classcbdc_1_1rpc_1_1tcp__server.html#a3f8597a7004aad53f330a295b7942651":[0,0,0,11,14,1], -"classcbdc_1_1rpc_1_1tcp__server.html#a456d992bcfe6e1b6e83e324973046553":[1,0,0,10,14,0], "classcbdc_1_1rpc_1_1tcp__server.html#a456d992bcfe6e1b6e83e324973046553":[0,0,0,11,14,0], -"classcbdc_1_1rpc_1_1tcp__server.html#a901522e461be1e57627a0354c17963d9":[1,0,0,10,14,3], +"classcbdc_1_1rpc_1_1tcp__server.html#a456d992bcfe6e1b6e83e324973046553":[1,0,0,10,14,0], "classcbdc_1_1rpc_1_1tcp__server.html#a901522e461be1e57627a0354c17963d9":[0,0,0,11,14,3], -"classcbdc_1_1rpc_1_1tcp__server.html#ab7a981f48308b3c5674638b2f976d212":[1,0,0,10,14,5], +"classcbdc_1_1rpc_1_1tcp__server.html#a901522e461be1e57627a0354c17963d9":[1,0,0,10,14,3], "classcbdc_1_1rpc_1_1tcp__server.html#ab7a981f48308b3c5674638b2f976d212":[0,0,0,11,14,5], +"classcbdc_1_1rpc_1_1tcp__server.html#ab7a981f48308b3c5674638b2f976d212":[1,0,0,10,14,5], "classcbdc_1_1rpc_1_1tcp__server.html#abbe78a938f310efa3428cdc60b403afe":[0,0,0,11,14,4], "classcbdc_1_1rpc_1_1tcp__server.html#abbe78a938f310efa3428cdc60b403afe":[1,0,0,10,14,4], -"classcbdc_1_1rpc_1_1tcp__server.html#af443e0a282b8125e60725752d705f0d9":[0,0,0,11,14,2], "classcbdc_1_1rpc_1_1tcp__server.html#af443e0a282b8125e60725752d705f0d9":[1,0,0,10,14,2], -"classcbdc_1_1sentinel_1_1async__interface.html":[0,0,0,12,1], +"classcbdc_1_1rpc_1_1tcp__server.html#af443e0a282b8125e60725752d705f0d9":[0,0,0,11,14,2], "classcbdc_1_1sentinel_1_1async__interface.html":[1,0,0,11,1], +"classcbdc_1_1sentinel_1_1async__interface.html":[0,0,0,12,1], "classcbdc_1_1sentinel_1_1async__interface.html#a0c0cc35d7040af524a5e55a0f6907f1e":[1,0,0,11,1,2], "classcbdc_1_1sentinel_1_1async__interface.html#a0c0cc35d7040af524a5e55a0f6907f1e":[0,0,0,12,1,2], "classcbdc_1_1sentinel_1_1async__interface.html#a17b4f6d151c5e157d0bcfa23d0b4ec23":[1,0,0,11,1,0], "classcbdc_1_1sentinel_1_1async__interface.html#a17b4f6d151c5e157d0bcfa23d0b4ec23":[0,0,0,12,1,0], -"classcbdc_1_1sentinel_1_1async__interface.html#a431beb693ac3dae31ef26625b96f765b":[0,0,0,12,1,3], "classcbdc_1_1sentinel_1_1async__interface.html#a431beb693ac3dae31ef26625b96f765b":[1,0,0,11,1,3], -"classcbdc_1_1sentinel_1_1async__interface.html#a53fd624d9991cf8bfe7a69751a2b455d":[1,0,0,11,1,6], +"classcbdc_1_1sentinel_1_1async__interface.html#a431beb693ac3dae31ef26625b96f765b":[0,0,0,12,1,3], "classcbdc_1_1sentinel_1_1async__interface.html#a53fd624d9991cf8bfe7a69751a2b455d":[0,0,0,12,1,6], +"classcbdc_1_1sentinel_1_1async__interface.html#a53fd624d9991cf8bfe7a69751a2b455d":[1,0,0,11,1,6], "classcbdc_1_1sentinel_1_1async__interface.html#a5a94c79cce7279798c8af9eb93bc7973":[0,0,0,12,1,1], "classcbdc_1_1sentinel_1_1async__interface.html#a5a94c79cce7279798c8af9eb93bc7973":[1,0,0,11,1,1], -"classcbdc_1_1sentinel_1_1async__interface.html#a7dd0059ba2684bf7cce1d67a96bcb4ae":[0,0,0,12,1,7], "classcbdc_1_1sentinel_1_1async__interface.html#a7dd0059ba2684bf7cce1d67a96bcb4ae":[1,0,0,11,1,7], +"classcbdc_1_1sentinel_1_1async__interface.html#a7dd0059ba2684bf7cce1d67a96bcb4ae":[0,0,0,12,1,7], "classcbdc_1_1sentinel_1_1async__interface.html#a8308f0af57c5dc127c5d62287f7be829":[1,0,0,11,1,9], "classcbdc_1_1sentinel_1_1async__interface.html#a8308f0af57c5dc127c5d62287f7be829":[0,0,0,12,1,9], "classcbdc_1_1sentinel_1_1async__interface.html#aab366ef65b9ce0354d64dd78352b389d":[0,0,0,12,1,11], "classcbdc_1_1sentinel_1_1async__interface.html#aab366ef65b9ce0354d64dd78352b389d":[1,0,0,11,1,11], -"classcbdc_1_1sentinel_1_1async__interface.html#acce92d9544e2cdc3825e54cd8d908764":[0,0,0,12,1,8], "classcbdc_1_1sentinel_1_1async__interface.html#acce92d9544e2cdc3825e54cd8d908764":[1,0,0,11,1,8], +"classcbdc_1_1sentinel_1_1async__interface.html#acce92d9544e2cdc3825e54cd8d908764":[0,0,0,12,1,8], "classcbdc_1_1sentinel_1_1async__interface.html#ad10c73504f4ec7ebe43d4a9af33443d8":[0,0,0,12,1,5], "classcbdc_1_1sentinel_1_1async__interface.html#ad10c73504f4ec7ebe43d4a9af33443d8":[1,0,0,11,1,5], -"classcbdc_1_1sentinel_1_1async__interface.html#af600996ff8aed9b0623981fea95c9500":[0,0,0,12,1,4], "classcbdc_1_1sentinel_1_1async__interface.html#af600996ff8aed9b0623981fea95c9500":[1,0,0,11,1,4], +"classcbdc_1_1sentinel_1_1async__interface.html#af600996ff8aed9b0623981fea95c9500":[0,0,0,12,1,4], "classcbdc_1_1sentinel_1_1async__interface.html#afa4f4d711e099bb5fad9fa641a0b1a64":[0,0,0,12,1,10], "classcbdc_1_1sentinel_1_1async__interface.html#afa4f4d711e099bb5fad9fa641a0b1a64":[1,0,0,11,1,10], "classcbdc_1_1sentinel_1_1controller.html":[1,0,0,11,2], "classcbdc_1_1sentinel_1_1controller.html":[0,0,0,12,2], -"classcbdc_1_1sentinel_1_1controller.html#a0ff21a45bb423988f090b91b29152437":[0,0,0,12,2,1], "classcbdc_1_1sentinel_1_1controller.html#a0ff21a45bb423988f090b91b29152437":[1,0,0,11,2,1], +"classcbdc_1_1sentinel_1_1controller.html#a0ff21a45bb423988f090b91b29152437":[0,0,0,12,2,1], "classcbdc_1_1sentinel_1_1controller.html#a17c21f693c6fab92407fa77f8dc680d7":[1,0,0,11,2,7], "classcbdc_1_1sentinel_1_1controller.html#a17c21f693c6fab92407fa77f8dc680d7":[0,0,0,12,2,7], -"classcbdc_1_1sentinel_1_1controller.html#a1d4df93378cd40f7c538b190099d1dd7":[1,0,0,11,2,2], "classcbdc_1_1sentinel_1_1controller.html#a1d4df93378cd40f7c538b190099d1dd7":[0,0,0,12,2,2], -"classcbdc_1_1sentinel_1_1controller.html#a58716cd34910b067bdbcd44558fcffa1":[0,0,0,12,2,8], +"classcbdc_1_1sentinel_1_1controller.html#a1d4df93378cd40f7c538b190099d1dd7":[1,0,0,11,2,2], "classcbdc_1_1sentinel_1_1controller.html#a58716cd34910b067bdbcd44558fcffa1":[1,0,0,11,2,8], +"classcbdc_1_1sentinel_1_1controller.html#a58716cd34910b067bdbcd44558fcffa1":[0,0,0,12,2,8], "classcbdc_1_1sentinel_1_1controller.html#a78c98ae9947e9aa2c18e073b7efe9da8":[0,0,0,12,2,4], "classcbdc_1_1sentinel_1_1controller.html#a78c98ae9947e9aa2c18e073b7efe9da8":[1,0,0,11,2,4], "classcbdc_1_1sentinel_1_1controller.html#a8490b55af35073cabcd4f25319f8b86d":[1,0,0,11,2,9], "classcbdc_1_1sentinel_1_1controller.html#a8490b55af35073cabcd4f25319f8b86d":[0,0,0,12,2,9], -"classcbdc_1_1sentinel_1_1controller.html#ac43c9864a70f39713990a80e7a13564c":[1,0,0,11,2,6], "classcbdc_1_1sentinel_1_1controller.html#ac43c9864a70f39713990a80e7a13564c":[0,0,0,12,2,6], +"classcbdc_1_1sentinel_1_1controller.html#ac43c9864a70f39713990a80e7a13564c":[1,0,0,11,2,6], "classcbdc_1_1sentinel_1_1controller.html#ae924830aeac9489afc35ae01f136f417":[1,0,0,11,2,5], "classcbdc_1_1sentinel_1_1controller.html#ae924830aeac9489afc35ae01f136f417":[0,0,0,12,2,5], -"classcbdc_1_1sentinel_1_1controller.html#aea4f113078aee61afd4015e0caa9deec":[0,0,0,12,2,0], "classcbdc_1_1sentinel_1_1controller.html#aea4f113078aee61afd4015e0caa9deec":[1,0,0,11,2,0], -"classcbdc_1_1sentinel_1_1controller.html#af3708bb9c68797a0080742b0b1a93455":[0,0,0,12,2,3], +"classcbdc_1_1sentinel_1_1controller.html#aea4f113078aee61afd4015e0caa9deec":[0,0,0,12,2,0], "classcbdc_1_1sentinel_1_1controller.html#af3708bb9c68797a0080742b0b1a93455":[1,0,0,11,2,3], -"classcbdc_1_1sentinel_1_1interface.html":[1,0,0,11,5], +"classcbdc_1_1sentinel_1_1controller.html#af3708bb9c68797a0080742b0b1a93455":[0,0,0,12,2,3], "classcbdc_1_1sentinel_1_1interface.html":[0,0,0,12,5], -"classcbdc_1_1sentinel_1_1interface.html#a264e428ca02320214417d5303ccda8a8":[1,0,0,11,5,4], +"classcbdc_1_1sentinel_1_1interface.html":[1,0,0,11,5], "classcbdc_1_1sentinel_1_1interface.html#a264e428ca02320214417d5303ccda8a8":[0,0,0,12,5,4], -"classcbdc_1_1sentinel_1_1interface.html#a2c619844ee67ce5b493c24010e58fdfa":[0,0,0,12,5,6], +"classcbdc_1_1sentinel_1_1interface.html#a264e428ca02320214417d5303ccda8a8":[1,0,0,11,5,4], "classcbdc_1_1sentinel_1_1interface.html#a2c619844ee67ce5b493c24010e58fdfa":[1,0,0,11,5,6], -"classcbdc_1_1sentinel_1_1interface.html#a2f30080e389111b1664332f40d312aae":[1,0,0,11,5,1], +"classcbdc_1_1sentinel_1_1interface.html#a2c619844ee67ce5b493c24010e58fdfa":[0,0,0,12,5,6], "classcbdc_1_1sentinel_1_1interface.html#a2f30080e389111b1664332f40d312aae":[0,0,0,12,5,1], -"classcbdc_1_1sentinel_1_1interface.html#a41a72f0ceee4a6baf1320e3e1dbd1139":[1,0,0,11,5,2], +"classcbdc_1_1sentinel_1_1interface.html#a2f30080e389111b1664332f40d312aae":[1,0,0,11,5,1], "classcbdc_1_1sentinel_1_1interface.html#a41a72f0ceee4a6baf1320e3e1dbd1139":[0,0,0,12,5,2], +"classcbdc_1_1sentinel_1_1interface.html#a41a72f0ceee4a6baf1320e3e1dbd1139":[1,0,0,11,5,2], "classcbdc_1_1sentinel_1_1interface.html#a4bcbf1a3c7c0dea6abca181d47361a27":[1,0,0,11,5,7], "classcbdc_1_1sentinel_1_1interface.html#a4bcbf1a3c7c0dea6abca181d47361a27":[0,0,0,12,5,7], "classcbdc_1_1sentinel_1_1interface.html#a5214789e0b42438a8cf67bdacde50106":[0,0,0,12,5,0], "classcbdc_1_1sentinel_1_1interface.html#a5214789e0b42438a8cf67bdacde50106":[1,0,0,11,5,0], -"classcbdc_1_1sentinel_1_1interface.html#a6ae50cb105a1f5e464fb7ab17f58a872":[1,0,0,11,5,3], "classcbdc_1_1sentinel_1_1interface.html#a6ae50cb105a1f5e464fb7ab17f58a872":[0,0,0,12,5,3], -"classcbdc_1_1sentinel_1_1interface.html#ab561851279d524b46a8fec5d6cbdec4b":[0,0,0,12,5,5], +"classcbdc_1_1sentinel_1_1interface.html#a6ae50cb105a1f5e464fb7ab17f58a872":[1,0,0,11,5,3], "classcbdc_1_1sentinel_1_1interface.html#ab561851279d524b46a8fec5d6cbdec4b":[1,0,0,11,5,5], +"classcbdc_1_1sentinel_1_1interface.html#ab561851279d524b46a8fec5d6cbdec4b":[0,0,0,12,5,5], "classcbdc_1_1sentinel_1_1rpc_1_1async__server.html":[0,0,0,12,0,0], "classcbdc_1_1sentinel_1_1rpc_1_1async__server.html":[1,0,0,11,0,0], -"classcbdc_1_1sentinel_1_1rpc_1_1async__server.html#ab8afc464d4f0efaf1bc029224e64d3b4":[1,0,0,11,0,0,0], "classcbdc_1_1sentinel_1_1rpc_1_1async__server.html#ab8afc464d4f0efaf1bc029224e64d3b4":[0,0,0,12,0,0,0], +"classcbdc_1_1sentinel_1_1rpc_1_1async__server.html#ab8afc464d4f0efaf1bc029224e64d3b4":[1,0,0,11,0,0,0], "classcbdc_1_1sentinel_1_1rpc_1_1client.html":[1,0,0,11,0,1], "classcbdc_1_1sentinel_1_1rpc_1_1client.html":[0,0,0,12,0,1], -"classcbdc_1_1sentinel_1_1rpc_1_1client.html#a06b13449e9d3e93b5cf829b2b7b3d1b3":[0,0,0,12,0,1,8], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#a06b13449e9d3e93b5cf829b2b7b3d1b3":[1,0,0,11,0,1,8], -"classcbdc_1_1sentinel_1_1rpc_1_1client.html#a0705fcbfc1f96e6fd8cb64ec7b373cca":[1,0,0,11,0,1,6], +"classcbdc_1_1sentinel_1_1rpc_1_1client.html#a06b13449e9d3e93b5cf829b2b7b3d1b3":[0,0,0,12,0,1,8], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#a0705fcbfc1f96e6fd8cb64ec7b373cca":[0,0,0,12,0,1,6], +"classcbdc_1_1sentinel_1_1rpc_1_1client.html#a0705fcbfc1f96e6fd8cb64ec7b373cca":[1,0,0,11,0,1,6], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#a1182943d9510a93517d3aef73d319e64":[1,0,0,11,0,1,1], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#a1182943d9510a93517d3aef73d319e64":[0,0,0,12,0,1,1], -"classcbdc_1_1sentinel_1_1rpc_1_1client.html#a122f3870fe624dd22ae6aac5610bd0bf":[1,0,0,11,0,1,3], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#a122f3870fe624dd22ae6aac5610bd0bf":[0,0,0,12,0,1,3], -"classcbdc_1_1sentinel_1_1rpc_1_1client.html#a453603cdba6a1d81c02b653464efff6a":[0,0,0,12,0,1,12], +"classcbdc_1_1sentinel_1_1rpc_1_1client.html#a122f3870fe624dd22ae6aac5610bd0bf":[1,0,0,11,0,1,3], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#a453603cdba6a1d81c02b653464efff6a":[1,0,0,11,0,1,12], -"classcbdc_1_1sentinel_1_1rpc_1_1client.html#a457e55d85f23966f7213b8bff116f73e":[0,0,0,12,0,1,11], +"classcbdc_1_1sentinel_1_1rpc_1_1client.html#a453603cdba6a1d81c02b653464efff6a":[0,0,0,12,0,1,12], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#a457e55d85f23966f7213b8bff116f73e":[1,0,0,11,0,1,11], +"classcbdc_1_1sentinel_1_1rpc_1_1client.html#a457e55d85f23966f7213b8bff116f73e":[0,0,0,12,0,1,11], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#a59ff62cc52f6124f64c6432079adcb34":[1,0,0,11,0,1,2], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#a59ff62cc52f6124f64c6432079adcb34":[0,0,0,12,0,1,2], -"classcbdc_1_1sentinel_1_1rpc_1_1client.html#a637016d12f2ce6497495dabf59813191":[1,0,0,11,0,1,9], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#a637016d12f2ce6497495dabf59813191":[0,0,0,12,0,1,9], -"classcbdc_1_1sentinel_1_1rpc_1_1client.html#a72d3a395a73f51068c2e11dfb89f1268":[0,0,0,12,0,1,0], +"classcbdc_1_1sentinel_1_1rpc_1_1client.html#a637016d12f2ce6497495dabf59813191":[1,0,0,11,0,1,9], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#a72d3a395a73f51068c2e11dfb89f1268":[1,0,0,11,0,1,0], -"classcbdc_1_1sentinel_1_1rpc_1_1client.html#a94b5c587f758831eae8563c1f5d4f427":[0,0,0,12,0,1,10], +"classcbdc_1_1sentinel_1_1rpc_1_1client.html#a72d3a395a73f51068c2e11dfb89f1268":[0,0,0,12,0,1,0], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#a94b5c587f758831eae8563c1f5d4f427":[1,0,0,11,0,1,10], -"classcbdc_1_1sentinel_1_1rpc_1_1client.html#aa508ebb9e413e564efd6bfdbfcde3ba1":[1,0,0,11,0,1,13], +"classcbdc_1_1sentinel_1_1rpc_1_1client.html#a94b5c587f758831eae8563c1f5d4f427":[0,0,0,12,0,1,10], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#aa508ebb9e413e564efd6bfdbfcde3ba1":[0,0,0,12,0,1,13], -"classcbdc_1_1sentinel_1_1rpc_1_1client.html#aa9d44b0367e067ca3ac66f505a3f9d41":[0,0,0,12,0,1,4], +"classcbdc_1_1sentinel_1_1rpc_1_1client.html#aa508ebb9e413e564efd6bfdbfcde3ba1":[1,0,0,11,0,1,13], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#aa9d44b0367e067ca3ac66f505a3f9d41":[1,0,0,11,0,1,4], +"classcbdc_1_1sentinel_1_1rpc_1_1client.html#aa9d44b0367e067ca3ac66f505a3f9d41":[0,0,0,12,0,1,4], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#aadfcd6b3a2f76ab58aba5a6014eadcc3":[1,0,0,11,0,1,5], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#aadfcd6b3a2f76ab58aba5a6014eadcc3":[0,0,0,12,0,1,5], -"classcbdc_1_1sentinel_1_1rpc_1_1client.html#ad220fe7bc2563327c2ca12d9af0cade6":[0,0,0,12,0,1,7], "classcbdc_1_1sentinel_1_1rpc_1_1client.html#ad220fe7bc2563327c2ca12d9af0cade6":[1,0,0,11,0,1,7], -"classcbdc_1_1sentinel_1_1rpc_1_1server.html":[1,0,0,11,0,2], +"classcbdc_1_1sentinel_1_1rpc_1_1client.html#ad220fe7bc2563327c2ca12d9af0cade6":[0,0,0,12,0,1,7], "classcbdc_1_1sentinel_1_1rpc_1_1server.html":[0,0,0,12,0,2], +"classcbdc_1_1sentinel_1_1rpc_1_1server.html":[1,0,0,11,0,2], "classcbdc_1_1sentinel_1_1rpc_1_1server.html#a0859284cf61dc2d9d660d0f2c350df04":[1,0,0,11,0,2,2], "classcbdc_1_1sentinel_1_1rpc_1_1server.html#a0859284cf61dc2d9d660d0f2c350df04":[0,0,0,12,0,2,2], -"classcbdc_1_1sentinel_1_1rpc_1_1server.html#a9461d7dac4a82092aa429d8e49260320":[0,0,0,12,0,2,3], "classcbdc_1_1sentinel_1_1rpc_1_1server.html#a9461d7dac4a82092aa429d8e49260320":[1,0,0,11,0,2,3], -"classcbdc_1_1sentinel_1_1rpc_1_1server.html#aaf3b057e3da0905d5ac8e756f40f05e3":[1,0,0,11,0,2,1], +"classcbdc_1_1sentinel_1_1rpc_1_1server.html#a9461d7dac4a82092aa429d8e49260320":[0,0,0,12,0,2,3], "classcbdc_1_1sentinel_1_1rpc_1_1server.html#aaf3b057e3da0905d5ac8e756f40f05e3":[0,0,0,12,0,2,1], -"classcbdc_1_1sentinel_1_1rpc_1_1server.html#ad2d7a0e2181bc2e739cce8884a404c9d":[1,0,0,11,0,2,5], +"classcbdc_1_1sentinel_1_1rpc_1_1server.html#aaf3b057e3da0905d5ac8e756f40f05e3":[1,0,0,11,0,2,1], "classcbdc_1_1sentinel_1_1rpc_1_1server.html#ad2d7a0e2181bc2e739cce8884a404c9d":[0,0,0,12,0,2,5], +"classcbdc_1_1sentinel_1_1rpc_1_1server.html#ad2d7a0e2181bc2e739cce8884a404c9d":[1,0,0,11,0,2,5], "classcbdc_1_1sentinel_1_1rpc_1_1server.html#af20216ad45455c4df8863c8ebad77e07":[0,0,0,12,0,2,0], "classcbdc_1_1sentinel_1_1rpc_1_1server.html#af20216ad45455c4df8863c8ebad77e07":[1,0,0,11,0,2,0], "classcbdc_1_1sentinel_1_1rpc_1_1server.html#afb36270e1d2450f59786763e579b3c21":[1,0,0,11,0,2,4], @@ -214,28 +214,28 @@ var NAVTREEINDEX8 = "classcbdc_1_1sentinel__2pc_1_1controller.html":[0,0,0,13,0], "classcbdc_1_1sentinel__2pc_1_1controller.html#a13038726459d1d034f571a035ad3e97a":[1,0,0,12,0,5], "classcbdc_1_1sentinel__2pc_1_1controller.html#a13038726459d1d034f571a035ad3e97a":[0,0,0,13,0,5], -"classcbdc_1_1sentinel__2pc_1_1controller.html#a1587e23360d3925d06e1e4b337fcab64":[1,0,0,12,0,1], "classcbdc_1_1sentinel__2pc_1_1controller.html#a1587e23360d3925d06e1e4b337fcab64":[0,0,0,13,0,1], -"classcbdc_1_1sentinel__2pc_1_1controller.html#a2388cd7faeb7fc540f3c3a5d2c68de43":[1,0,0,12,0,0], +"classcbdc_1_1sentinel__2pc_1_1controller.html#a1587e23360d3925d06e1e4b337fcab64":[1,0,0,12,0,1], "classcbdc_1_1sentinel__2pc_1_1controller.html#a2388cd7faeb7fc540f3c3a5d2c68de43":[0,0,0,13,0,0], +"classcbdc_1_1sentinel__2pc_1_1controller.html#a2388cd7faeb7fc540f3c3a5d2c68de43":[1,0,0,12,0,0], "classcbdc_1_1sentinel__2pc_1_1controller.html#a26df99de09e97991104d7a12c9c2d0c8":[0,0,0,13,0,6], "classcbdc_1_1sentinel__2pc_1_1controller.html#a26df99de09e97991104d7a12c9c2d0c8":[1,0,0,12,0,6], "classcbdc_1_1sentinel__2pc_1_1controller.html#a2703c6cc9b27c4d04ec5855d9deb2ee7":[0,0,0,13,0,4], "classcbdc_1_1sentinel__2pc_1_1controller.html#a2703c6cc9b27c4d04ec5855d9deb2ee7":[1,0,0,12,0,4], -"classcbdc_1_1sentinel__2pc_1_1controller.html#a483472ce935319e2ce9cfa2bb42dd9f3":[1,0,0,12,0,3], "classcbdc_1_1sentinel__2pc_1_1controller.html#a483472ce935319e2ce9cfa2bb42dd9f3":[0,0,0,13,0,3], +"classcbdc_1_1sentinel__2pc_1_1controller.html#a483472ce935319e2ce9cfa2bb42dd9f3":[1,0,0,12,0,3], "classcbdc_1_1sentinel__2pc_1_1controller.html#a565350e777c53c8e8aa2cbcdc37c9fd5":[1,0,0,12,0,2], "classcbdc_1_1sentinel__2pc_1_1controller.html#a565350e777c53c8e8aa2cbcdc37c9fd5":[0,0,0,13,0,2], -"classcbdc_1_1sentinel__2pc_1_1controller.html#a9d4bf16db66a7e852966704f2ee8792d":[1,0,0,12,0,9], "classcbdc_1_1sentinel__2pc_1_1controller.html#a9d4bf16db66a7e852966704f2ee8792d":[0,0,0,13,0,9], -"classcbdc_1_1sentinel__2pc_1_1controller.html#abd1a2eee65dfd86045a182655788b03f":[1,0,0,12,0,8], +"classcbdc_1_1sentinel__2pc_1_1controller.html#a9d4bf16db66a7e852966704f2ee8792d":[1,0,0,12,0,9], "classcbdc_1_1sentinel__2pc_1_1controller.html#abd1a2eee65dfd86045a182655788b03f":[0,0,0,13,0,8], -"classcbdc_1_1sentinel__2pc_1_1controller.html#ad396075a8f896d71dbed9a76aba2e0d8":[1,0,0,12,0,7], +"classcbdc_1_1sentinel__2pc_1_1controller.html#abd1a2eee65dfd86045a182655788b03f":[1,0,0,12,0,8], "classcbdc_1_1sentinel__2pc_1_1controller.html#ad396075a8f896d71dbed9a76aba2e0d8":[0,0,0,13,0,7], -"classcbdc_1_1serializer.html":[1,0,0,28], +"classcbdc_1_1sentinel__2pc_1_1controller.html#ad396075a8f896d71dbed9a76aba2e0d8":[1,0,0,12,0,7], "classcbdc_1_1serializer.html":[0,0,0,29], -"classcbdc_1_1serializer.html#a0b85860068db685b8dcd255ba2426f15":[0,0,0,29,2], +"classcbdc_1_1serializer.html":[1,0,0,28], "classcbdc_1_1serializer.html#a0b85860068db685b8dcd255ba2426f15":[1,0,0,28,2], +"classcbdc_1_1serializer.html#a0b85860068db685b8dcd255ba2426f15":[0,0,0,29,2], "classcbdc_1_1serializer.html#a10859682ba56a9b8113de4f1e91b88cd":[0,0,0,29,0], "classcbdc_1_1serializer.html#a10859682ba56a9b8113de4f1e91b88cd":[1,0,0,28,0], "classcbdc_1_1serializer.html#a3fa44f0c9a7c8372b3034ecd072fa7f1":[0,0,0,29,4], @@ -244,10 +244,10 @@ var NAVTREEINDEX8 = "classcbdc_1_1serializer.html#a45419030ce931c10f1b64fcc62318bf1":[1,0,0,28,3], "classcbdc_1_1serializer.html#a5b7d2c41ecc1cb0f9cdcb18d54dcd89e":[1,0,0,28,5], "classcbdc_1_1serializer.html#a5b7d2c41ecc1cb0f9cdcb18d54dcd89e":[0,0,0,29,5], -"classcbdc_1_1serializer.html#a60b441fc9d98ff0a09ce0b6beadc7840":[1,0,0,28,6], "classcbdc_1_1serializer.html#a60b441fc9d98ff0a09ce0b6beadc7840":[0,0,0,29,6], -"classcbdc_1_1serializer.html#a657b78beaef965eb623a08c64d6917e7":[1,0,0,28,7], +"classcbdc_1_1serializer.html#a60b441fc9d98ff0a09ce0b6beadc7840":[1,0,0,28,6], "classcbdc_1_1serializer.html#a657b78beaef965eb623a08c64d6917e7":[0,0,0,29,7], -"classcbdc_1_1serializer.html#a66e3e7dbe631def550a31d369ec6b126":[0,0,0,29,1], -"classcbdc_1_1serializer.html#a66e3e7dbe631def550a31d369ec6b126":[1,0,0,28,1] +"classcbdc_1_1serializer.html#a657b78beaef965eb623a08c64d6917e7":[1,0,0,28,7], +"classcbdc_1_1serializer.html#a66e3e7dbe631def550a31d369ec6b126":[1,0,0,28,1], +"classcbdc_1_1serializer.html#a66e3e7dbe631def550a31d369ec6b126":[0,0,0,29,1] }; diff --git a/navtreeindex9.js b/navtreeindex9.js index 2a1a53491..e96616d76 100644 --- a/navtreeindex9.js +++ b/navtreeindex9.js @@ -1,27 +1,27 @@ var NAVTREEINDEX9 = { -"classcbdc_1_1serializer.html#a79e03cbcd421b0554cfd653304d8e5c4":[0,0,0,29,11], "classcbdc_1_1serializer.html#a79e03cbcd421b0554cfd653304d8e5c4":[1,0,0,28,11], +"classcbdc_1_1serializer.html#a79e03cbcd421b0554cfd653304d8e5c4":[0,0,0,29,11], "classcbdc_1_1serializer.html#ac3ead9f74fb7925ebd5a5c7260b89546":[1,0,0,28,8], "classcbdc_1_1serializer.html#ac3ead9f74fb7925ebd5a5c7260b89546":[0,0,0,29,8], "classcbdc_1_1serializer.html#ad2d6d5f04c245a70888c37657636c12a":[1,0,0,28,10], "classcbdc_1_1serializer.html#ad2d6d5f04c245a70888c37657636c12a":[0,0,0,29,10], "classcbdc_1_1serializer.html#adece15a2c01b07454bd10773cb3e8b3e":[1,0,0,28,9], "classcbdc_1_1serializer.html#adece15a2c01b07454bd10773cb3e8b3e":[0,0,0,29,9], -"classcbdc_1_1shard_1_1controller.html":[0,0,0,14,0], "classcbdc_1_1shard_1_1controller.html":[1,0,0,13,0], +"classcbdc_1_1shard_1_1controller.html":[0,0,0,14,0], "classcbdc_1_1shard_1_1controller.html#a15a5d10af02971b2ad053f8db4da5865":[1,0,0,13,0,0], "classcbdc_1_1shard_1_1controller.html#a15a5d10af02971b2ad053f8db4da5865":[0,0,0,14,0,0], "classcbdc_1_1shard_1_1controller.html#a1d9cb1663edae62c7bd016d6c4d84a96":[0,0,0,14,0,5], "classcbdc_1_1shard_1_1controller.html#a1d9cb1663edae62c7bd016d6c4d84a96":[1,0,0,13,0,5], -"classcbdc_1_1shard_1_1controller.html#a71fe99953dcf2159a8d7bcabe1cc666a":[0,0,0,14,0,2], "classcbdc_1_1shard_1_1controller.html#a71fe99953dcf2159a8d7bcabe1cc666a":[1,0,0,13,0,2], -"classcbdc_1_1shard_1_1controller.html#a74f2cb63b6786d32412402eec3a6249d":[1,0,0,13,0,6], +"classcbdc_1_1shard_1_1controller.html#a71fe99953dcf2159a8d7bcabe1cc666a":[0,0,0,14,0,2], "classcbdc_1_1shard_1_1controller.html#a74f2cb63b6786d32412402eec3a6249d":[0,0,0,14,0,6], -"classcbdc_1_1shard_1_1controller.html#a7ca8c6e4256f81a348057f49bd0da18f":[1,0,0,13,0,7], +"classcbdc_1_1shard_1_1controller.html#a74f2cb63b6786d32412402eec3a6249d":[1,0,0,13,0,6], "classcbdc_1_1shard_1_1controller.html#a7ca8c6e4256f81a348057f49bd0da18f":[0,0,0,14,0,7], -"classcbdc_1_1shard_1_1controller.html#a859a53d0b77e57d52fb4954e83f505ba":[1,0,0,13,0,3], +"classcbdc_1_1shard_1_1controller.html#a7ca8c6e4256f81a348057f49bd0da18f":[1,0,0,13,0,7], "classcbdc_1_1shard_1_1controller.html#a859a53d0b77e57d52fb4954e83f505ba":[0,0,0,14,0,3], +"classcbdc_1_1shard_1_1controller.html#a859a53d0b77e57d52fb4954e83f505ba":[1,0,0,13,0,3], "classcbdc_1_1shard_1_1controller.html#ab6ed2f58ac64e9caec3c71f48aa573b3":[0,0,0,14,0,4], "classcbdc_1_1shard_1_1controller.html#ab6ed2f58ac64e9caec3c71f48aa573b3":[1,0,0,13,0,4], "classcbdc_1_1shard_1_1controller.html#af396482af44de07255f82cceca5a5966":[0,0,0,14,0,1], @@ -30,54 +30,54 @@ var NAVTREEINDEX9 = "classcbdc_1_1shard_1_1shard.html":[0,0,0,14,1], "classcbdc_1_1shard_1_1shard.html#a314a6d66cd77b8dc56c21a844e109ff6":[0,0,0,14,1,4], "classcbdc_1_1shard_1_1shard.html#a314a6d66cd77b8dc56c21a844e109ff6":[1,0,0,13,1,4], -"classcbdc_1_1shard_1_1shard.html#a3e51851423cecb272b2b7b689318f67b":[0,0,0,14,1,1], "classcbdc_1_1shard_1_1shard.html#a3e51851423cecb272b2b7b689318f67b":[1,0,0,13,1,1], -"classcbdc_1_1shard_1_1shard.html#a43ca8261d317e87c4367da83427a9716":[0,0,0,14,1,2], +"classcbdc_1_1shard_1_1shard.html#a3e51851423cecb272b2b7b689318f67b":[0,0,0,14,1,1], "classcbdc_1_1shard_1_1shard.html#a43ca8261d317e87c4367da83427a9716":[1,0,0,13,1,2], -"classcbdc_1_1shard_1_1shard.html#a820b418a77ffef1d5139393409a580e3":[0,0,0,14,1,3], +"classcbdc_1_1shard_1_1shard.html#a43ca8261d317e87c4367da83427a9716":[0,0,0,14,1,2], "classcbdc_1_1shard_1_1shard.html#a820b418a77ffef1d5139393409a580e3":[1,0,0,13,1,3], -"classcbdc_1_1shard_1_1shard.html#adfa110728ba916e1c0970f029947f50a":[0,0,0,14,1,0], +"classcbdc_1_1shard_1_1shard.html#a820b418a77ffef1d5139393409a580e3":[0,0,0,14,1,3], "classcbdc_1_1shard_1_1shard.html#adfa110728ba916e1c0970f029947f50a":[1,0,0,13,1,0], +"classcbdc_1_1shard_1_1shard.html#adfa110728ba916e1c0970f029947f50a":[0,0,0,14,1,0], "classcbdc_1_1size__serializer.html":[1,0,0,29], "classcbdc_1_1size__serializer.html":[0,0,0,30], "classcbdc_1_1size__serializer.html#a4e6e7714a12b954c9aa55f61325c603f":[0,0,0,30,6], "classcbdc_1_1size__serializer.html#a4e6e7714a12b954c9aa55f61325c603f":[1,0,0,29,6], "classcbdc_1_1size__serializer.html#a8143718c5f299b6ba3fef688de51bbb1":[0,0,0,30,4], "classcbdc_1_1size__serializer.html#a8143718c5f299b6ba3fef688de51bbb1":[1,0,0,29,4], -"classcbdc_1_1size__serializer.html#a880d1f8a4c6cf9e89217230839b4e90a":[0,0,0,30,2], "classcbdc_1_1size__serializer.html#a880d1f8a4c6cf9e89217230839b4e90a":[1,0,0,29,2], +"classcbdc_1_1size__serializer.html#a880d1f8a4c6cf9e89217230839b4e90a":[0,0,0,30,2], "classcbdc_1_1size__serializer.html#a9e37b5e58a2e8b13b991034baf5d70dc":[0,0,0,30,0], "classcbdc_1_1size__serializer.html#a9e37b5e58a2e8b13b991034baf5d70dc":[1,0,0,29,0], -"classcbdc_1_1size__serializer.html#aaefaaeb9ee674dcd9516a2a34c19f98a":[0,0,0,30,5], "classcbdc_1_1size__serializer.html#aaefaaeb9ee674dcd9516a2a34c19f98a":[1,0,0,29,5], -"classcbdc_1_1size__serializer.html#abba99a247c291ae1a0d859591e6126eb":[0,0,0,30,1], +"classcbdc_1_1size__serializer.html#aaefaaeb9ee674dcd9516a2a34c19f98a":[0,0,0,30,5], "classcbdc_1_1size__serializer.html#abba99a247c291ae1a0d859591e6126eb":[1,0,0,29,1], -"classcbdc_1_1size__serializer.html#ac59c9d68d315337e8cfe2a670de0b572":[1,0,0,29,3], +"classcbdc_1_1size__serializer.html#abba99a247c291ae1a0d859591e6126eb":[0,0,0,30,1], "classcbdc_1_1size__serializer.html#ac59c9d68d315337e8cfe2a670de0b572":[0,0,0,30,3], -"classcbdc_1_1size__serializer.html#adb488da2078b41121b721b3cc11134fe":[1,0,0,29,7], +"classcbdc_1_1size__serializer.html#ac59c9d68d315337e8cfe2a670de0b572":[1,0,0,29,3], "classcbdc_1_1size__serializer.html#adb488da2078b41121b721b3cc11134fe":[0,0,0,30,7], -"classcbdc_1_1stream__serializer.html":[1,0,0,30], +"classcbdc_1_1size__serializer.html#adb488da2078b41121b721b3cc11134fe":[1,0,0,29,7], "classcbdc_1_1stream__serializer.html":[0,0,0,31], -"classcbdc_1_1stream__serializer.html#a2f62375ea734d41bad512e3b0c683d6e":[1,0,0,30,0], +"classcbdc_1_1stream__serializer.html":[1,0,0,30], "classcbdc_1_1stream__serializer.html#a2f62375ea734d41bad512e3b0c683d6e":[0,0,0,31,0], +"classcbdc_1_1stream__serializer.html#a2f62375ea734d41bad512e3b0c683d6e":[1,0,0,30,0], "classcbdc_1_1stream__serializer.html#ac82c89ff88c809682c791dbc75d6a01b":[0,0,0,31,1], "classcbdc_1_1stream__serializer.html#ac82c89ff88c809682c791dbc75d6a01b":[1,0,0,30,1], "classcbdc_1_1thread__pool.html":[1,0,0,31], "classcbdc_1_1thread__pool.html":[0,0,0,32], -"classcbdc_1_1thread__pool.html#a4cd72b643cf0776da5ab8dc8ddca004d":[1,0,0,31,4], "classcbdc_1_1thread__pool.html#a4cd72b643cf0776da5ab8dc8ddca004d":[0,0,0,32,4], +"classcbdc_1_1thread__pool.html#a4cd72b643cf0776da5ab8dc8ddca004d":[1,0,0,31,4], "classcbdc_1_1thread__pool.html#a4ff509230b9d475f100e1cd1b9da369e":[0,0,0,32,3], "classcbdc_1_1thread__pool.html#a4ff509230b9d475f100e1cd1b9da369e":[1,0,0,31,3], "classcbdc_1_1thread__pool.html#a57064856a485d2a004af64fbbfb37d9b":[0,0,0,32,6], "classcbdc_1_1thread__pool.html#a57064856a485d2a004af64fbbfb37d9b":[1,0,0,31,6], -"classcbdc_1_1thread__pool.html#a5bfee99a26b1b9b8324b6a83d290d82a":[0,0,0,32,5], "classcbdc_1_1thread__pool.html#a5bfee99a26b1b9b8324b6a83d290d82a":[1,0,0,31,5], -"classcbdc_1_1thread__pool.html#a629dec3911df6f80a5cf14f870bf8ee0":[1,0,0,31,1], +"classcbdc_1_1thread__pool.html#a5bfee99a26b1b9b8324b6a83d290d82a":[0,0,0,32,5], "classcbdc_1_1thread__pool.html#a629dec3911df6f80a5cf14f870bf8ee0":[0,0,0,32,1], +"classcbdc_1_1thread__pool.html#a629dec3911df6f80a5cf14f870bf8ee0":[1,0,0,31,1], "classcbdc_1_1thread__pool.html#a920d54a1732743617973c3ec6fb3c21c":[0,0,0,32,0], "classcbdc_1_1thread__pool.html#a920d54a1732743617973c3ec6fb3c21c":[1,0,0,31,0], -"classcbdc_1_1thread__pool.html#ac774f8be581842dc335b4d223a3a2ba2":[1,0,0,31,2], "classcbdc_1_1thread__pool.html#ac774f8be581842dc335b4d223a3a2ba2":[0,0,0,32,2], +"classcbdc_1_1thread__pool.html#ac774f8be581842dc335b4d223a3a2ba2":[1,0,0,31,2], "classcbdc_1_1transaction_1_1wallet.html":[1,0,0,14,7], "classcbdc_1_1transaction_1_1wallet.html":[0,0,0,15,7], "classcbdc_1_1transaction_1_1wallet.html#a18287c9dd06a34ded91f0912c334e4ee":[1,0,0,14,7,2], @@ -86,14 +86,14 @@ var NAVTREEINDEX9 = "classcbdc_1_1transaction_1_1wallet.html#a1c3cd37aaac3c62c8f371335a46fa56e":[0,0,0,15,7,13], "classcbdc_1_1transaction_1_1wallet.html#a21c096fb144c2f1e34a1ec876099ca26":[0,0,0,15,7,7], "classcbdc_1_1transaction_1_1wallet.html#a21c096fb144c2f1e34a1ec876099ca26":[1,0,0,14,7,7], -"classcbdc_1_1transaction_1_1wallet.html#a2d1829663335873671ccc1945e6ff7a4":[0,0,0,15,7,9], "classcbdc_1_1transaction_1_1wallet.html#a2d1829663335873671ccc1945e6ff7a4":[1,0,0,14,7,9], -"classcbdc_1_1transaction_1_1wallet.html#a469f625da2c550b4742d951905d7838e":[0,0,0,15,7,14], +"classcbdc_1_1transaction_1_1wallet.html#a2d1829663335873671ccc1945e6ff7a4":[0,0,0,15,7,9], "classcbdc_1_1transaction_1_1wallet.html#a469f625da2c550b4742d951905d7838e":[1,0,0,14,7,14], +"classcbdc_1_1transaction_1_1wallet.html#a469f625da2c550b4742d951905d7838e":[0,0,0,15,7,14], "classcbdc_1_1transaction_1_1wallet.html#a5cd7c8c9775b617a67f411c79852fe91":[0,0,0,15,7,3], "classcbdc_1_1transaction_1_1wallet.html#a5cd7c8c9775b617a67f411c79852fe91":[1,0,0,14,7,3], -"classcbdc_1_1transaction_1_1wallet.html#a74707315568d160c2130d74183b35c4b":[1,0,0,14,7,10], "classcbdc_1_1transaction_1_1wallet.html#a74707315568d160c2130d74183b35c4b":[0,0,0,15,7,10], +"classcbdc_1_1transaction_1_1wallet.html#a74707315568d160c2130d74183b35c4b":[1,0,0,14,7,10], "classcbdc_1_1transaction_1_1wallet.html#a7d716a2522b39b6392d5fe9500425dab":[1,0,0,14,7,4], "classcbdc_1_1transaction_1_1wallet.html#a7d716a2522b39b6392d5fe9500425dab":[0,0,0,15,7,4], "classcbdc_1_1transaction_1_1wallet.html#a9c43b25624220a3fb7b53fed3cb25317":[1,0,0,14,7,15], @@ -102,14 +102,14 @@ var NAVTREEINDEX9 = "classcbdc_1_1transaction_1_1wallet.html#aa75ad269110e2b216c9e834d1dcd4da4":[0,0,0,15,7,16], "classcbdc_1_1transaction_1_1wallet.html#ab14dad71bfe40f9213c82e8e1d30d1cb":[0,0,0,15,7,11], "classcbdc_1_1transaction_1_1wallet.html#ab14dad71bfe40f9213c82e8e1d30d1cb":[1,0,0,14,7,11], -"classcbdc_1_1transaction_1_1wallet.html#ac107d98de6e878cd41d9662d42ec494f":[0,0,0,15,7,8], "classcbdc_1_1transaction_1_1wallet.html#ac107d98de6e878cd41d9662d42ec494f":[1,0,0,14,7,8], +"classcbdc_1_1transaction_1_1wallet.html#ac107d98de6e878cd41d9662d42ec494f":[0,0,0,15,7,8], "classcbdc_1_1transaction_1_1wallet.html#ac20137fcd296cf677a4bc0b7d62dbaeb":[0,0,0,15,7,5], "classcbdc_1_1transaction_1_1wallet.html#ac20137fcd296cf677a4bc0b7d62dbaeb":[1,0,0,14,7,5], "classcbdc_1_1transaction_1_1wallet.html#ad2549676db34c147021cde3a13a4ddc5":[0,0,0,15,7,6], "classcbdc_1_1transaction_1_1wallet.html#ad2549676db34c147021cde3a13a4ddc5":[1,0,0,14,7,6], -"classcbdc_1_1transaction_1_1wallet.html#adeee389cb2c0204200931f98855dbf5b":[1,0,0,14,7,12], "classcbdc_1_1transaction_1_1wallet.html#adeee389cb2c0204200931f98855dbf5b":[0,0,0,15,7,12], +"classcbdc_1_1transaction_1_1wallet.html#adeee389cb2c0204200931f98855dbf5b":[1,0,0,14,7,12], "classcbdc_1_1transaction_1_1wallet.html#aeb445b51bc7a03e7d2655dd50e999466":[1,0,0,14,7,0], "classcbdc_1_1transaction_1_1wallet.html#aeb445b51bc7a03e7d2655dd50e999466":[0,0,0,15,7,0], "classcbdc_1_1transaction_1_1wallet.html#aeeb0ef1e1a41f66249cd91ddc33d5c4e":[1,0,0,14,7,1], @@ -118,8 +118,8 @@ var NAVTREEINDEX9 = "classcbdc_1_1twophase__client.html":[0,0,0,33], "classcbdc_1_1twophase__client.html#a2f617e83a479a5b7c23f255bbd887f38":[0,0,0,33,6], "classcbdc_1_1twophase__client.html#a2f617e83a479a5b7c23f255bbd887f38":[1,0,0,32,6], -"classcbdc_1_1twophase__client.html#a330ed7ae21fc46e00a60d9882ed88e35":[0,0,0,33,4], "classcbdc_1_1twophase__client.html#a330ed7ae21fc46e00a60d9882ed88e35":[1,0,0,32,4], +"classcbdc_1_1twophase__client.html#a330ed7ae21fc46e00a60d9882ed88e35":[0,0,0,33,4], "classcbdc_1_1twophase__client.html#a38ae72046b8426bd3feff21e3e08dc4b":[0,0,0,33,11], "classcbdc_1_1twophase__client.html#a38ae72046b8426bd3feff21e3e08dc4b":[1,0,0,32,11], "classcbdc_1_1twophase__client.html#a4585bdd5dc82c526fc6f717aab3ac897":[0,0,0,33,0], @@ -130,52 +130,52 @@ var NAVTREEINDEX9 = "classcbdc_1_1twophase__client.html#a5d2b52db822c6927aa11ae264da0165b":[1,0,0,32,9], "classcbdc_1_1twophase__client.html#a90edbb199dbb26844ad3f9831c4b6257":[0,0,0,33,5], "classcbdc_1_1twophase__client.html#a90edbb199dbb26844ad3f9831c4b6257":[1,0,0,32,5], -"classcbdc_1_1twophase__client.html#a95b57c1a7d76c505c0858273e990d83e":[1,0,0,32,7], "classcbdc_1_1twophase__client.html#a95b57c1a7d76c505c0858273e990d83e":[0,0,0,33,7], -"classcbdc_1_1twophase__client.html#a9d88e6e755fbf9f075dab104ab3f8964":[0,0,0,33,2], +"classcbdc_1_1twophase__client.html#a95b57c1a7d76c505c0858273e990d83e":[1,0,0,32,7], "classcbdc_1_1twophase__client.html#a9d88e6e755fbf9f075dab104ab3f8964":[1,0,0,32,2], +"classcbdc_1_1twophase__client.html#a9d88e6e755fbf9f075dab104ab3f8964":[0,0,0,33,2], "classcbdc_1_1twophase__client.html#aa4ecd92005c902c8ef93ce64b5ee8382":[1,0,0,32,1], "classcbdc_1_1twophase__client.html#aa4ecd92005c902c8ef93ce64b5ee8382":[0,0,0,33,1], "classcbdc_1_1twophase__client.html#ac9680ccb7276ce007bf135450b8652de":[1,0,0,32,8], "classcbdc_1_1twophase__client.html#ac9680ccb7276ce007bf135450b8652de":[0,0,0,33,8], -"classcbdc_1_1twophase__client.html#af1ee97dcc34b1a08214d0626433b3571":[0,0,0,33,3], "classcbdc_1_1twophase__client.html#af1ee97dcc34b1a08214d0626433b3571":[1,0,0,32,3], +"classcbdc_1_1twophase__client.html#af1ee97dcc34b1a08214d0626433b3571":[0,0,0,33,3], "classcbdc_1_1watchtower_1_1async__client.html":[0,0,0,16,0], "classcbdc_1_1watchtower_1_1async__client.html":[1,0,0,15,0], "classcbdc_1_1watchtower_1_1async__client.html#a0405829dddc6688e0a2cc62f0fbc1c20":[1,0,0,15,0,2], "classcbdc_1_1watchtower_1_1async__client.html#a0405829dddc6688e0a2cc62f0fbc1c20":[0,0,0,16,0,2], -"classcbdc_1_1watchtower_1_1async__client.html#a206266684c2a3f5c48a91fdfa3386a6d":[0,0,0,16,0,7], "classcbdc_1_1watchtower_1_1async__client.html#a206266684c2a3f5c48a91fdfa3386a6d":[1,0,0,15,0,7], +"classcbdc_1_1watchtower_1_1async__client.html#a206266684c2a3f5c48a91fdfa3386a6d":[0,0,0,16,0,7], "classcbdc_1_1watchtower_1_1async__client.html#a2c31b4277afc9aed976d42d25f9150a0":[1,0,0,15,0,12], "classcbdc_1_1watchtower_1_1async__client.html#a2c31b4277afc9aed976d42d25f9150a0":[0,0,0,16,0,12], -"classcbdc_1_1watchtower_1_1async__client.html#a3934a339e8a29f091eca0fff467c947f":[0,0,0,16,0,11], "classcbdc_1_1watchtower_1_1async__client.html#a3934a339e8a29f091eca0fff467c947f":[1,0,0,15,0,11], +"classcbdc_1_1watchtower_1_1async__client.html#a3934a339e8a29f091eca0fff467c947f":[0,0,0,16,0,11], "classcbdc_1_1watchtower_1_1async__client.html#a5206f8bd1ec3101ed3d22b04daa3f9e2":[0,0,0,16,0,6], "classcbdc_1_1watchtower_1_1async__client.html#a5206f8bd1ec3101ed3d22b04daa3f9e2":[1,0,0,15,0,6], -"classcbdc_1_1watchtower_1_1async__client.html#a5c4aa82900a3f97daf3cd31818cdf0f8":[0,0,0,16,0,13], "classcbdc_1_1watchtower_1_1async__client.html#a5c4aa82900a3f97daf3cd31818cdf0f8":[1,0,0,15,0,13], +"classcbdc_1_1watchtower_1_1async__client.html#a5c4aa82900a3f97daf3cd31818cdf0f8":[0,0,0,16,0,13], "classcbdc_1_1watchtower_1_1async__client.html#a7431a1cdfb8383364245c7a84d4d50b5":[0,0,0,16,0,9], "classcbdc_1_1watchtower_1_1async__client.html#a7431a1cdfb8383364245c7a84d4d50b5":[1,0,0,15,0,9], -"classcbdc_1_1watchtower_1_1async__client.html#a78b51a0c7be19e0261cb8904df877c16":[1,0,0,15,0,4], "classcbdc_1_1watchtower_1_1async__client.html#a78b51a0c7be19e0261cb8904df877c16":[0,0,0,16,0,4], +"classcbdc_1_1watchtower_1_1async__client.html#a78b51a0c7be19e0261cb8904df877c16":[1,0,0,15,0,4], "classcbdc_1_1watchtower_1_1async__client.html#a94142154bdd06c8cf3e03aff8f035e60":[1,0,0,15,0,5], "classcbdc_1_1watchtower_1_1async__client.html#a94142154bdd06c8cf3e03aff8f035e60":[0,0,0,16,0,5], -"classcbdc_1_1watchtower_1_1async__client.html#a97687b57dc1b93550086fc44071987cb":[0,0,0,16,0,3], "classcbdc_1_1watchtower_1_1async__client.html#a97687b57dc1b93550086fc44071987cb":[1,0,0,15,0,3], -"classcbdc_1_1watchtower_1_1async__client.html#a9f5540265d828c342bae57da5ed76802":[0,0,0,16,0,10], +"classcbdc_1_1watchtower_1_1async__client.html#a97687b57dc1b93550086fc44071987cb":[0,0,0,16,0,3], "classcbdc_1_1watchtower_1_1async__client.html#a9f5540265d828c342bae57da5ed76802":[1,0,0,15,0,10], +"classcbdc_1_1watchtower_1_1async__client.html#a9f5540265d828c342bae57da5ed76802":[0,0,0,16,0,10], "classcbdc_1_1watchtower_1_1async__client.html#aa92905b56148e748b234ffbea819988e":[1,0,0,15,0,8], "classcbdc_1_1watchtower_1_1async__client.html#aa92905b56148e748b234ffbea819988e":[0,0,0,16,0,8], "classcbdc_1_1watchtower_1_1async__client.html#ac048379a85530fb4dd6f404dea054c62":[0,0,0,16,0,0], "classcbdc_1_1watchtower_1_1async__client.html#ac048379a85530fb4dd6f404dea054c62":[1,0,0,15,0,0], -"classcbdc_1_1watchtower_1_1async__client.html#af4be0633afab4c71908e8bf5c2e1309f":[1,0,0,15,0,1], "classcbdc_1_1watchtower_1_1async__client.html#af4be0633afab4c71908e8bf5c2e1309f":[0,0,0,16,0,1], -"classcbdc_1_1watchtower_1_1best__block__height__response.html":[1,0,0,15,2], +"classcbdc_1_1watchtower_1_1async__client.html#af4be0633afab4c71908e8bf5c2e1309f":[1,0,0,15,0,1], "classcbdc_1_1watchtower_1_1best__block__height__response.html":[0,0,0,16,2], -"classcbdc_1_1watchtower_1_1best__block__height__response.html#a02c09dd142ef0cd4be97b3c5d5c31869":[1,0,0,15,2,3], +"classcbdc_1_1watchtower_1_1best__block__height__response.html":[1,0,0,15,2], "classcbdc_1_1watchtower_1_1best__block__height__response.html#a02c09dd142ef0cd4be97b3c5d5c31869":[0,0,0,16,2,3], -"classcbdc_1_1watchtower_1_1best__block__height__response.html#a1b0d960d3083d72cb24746daf01df859":[1,0,0,15,2,5], +"classcbdc_1_1watchtower_1_1best__block__height__response.html#a02c09dd142ef0cd4be97b3c5d5c31869":[1,0,0,15,2,3], "classcbdc_1_1watchtower_1_1best__block__height__response.html#a1b0d960d3083d72cb24746daf01df859":[0,0,0,16,2,5], +"classcbdc_1_1watchtower_1_1best__block__height__response.html#a1b0d960d3083d72cb24746daf01df859":[1,0,0,15,2,5], "classcbdc_1_1watchtower_1_1best__block__height__response.html#a51251a460f54f526cfe55edaba2cf930":[1,0,0,15,2,0], "classcbdc_1_1watchtower_1_1best__block__height__response.html#a51251a460f54f526cfe55edaba2cf930":[0,0,0,16,2,0], "classcbdc_1_1watchtower_1_1best__block__height__response.html#a9764488d356f08b52cd0947a27edcef4":[1,0,0,15,2,1], @@ -190,8 +190,8 @@ var NAVTREEINDEX9 = "classcbdc_1_1watchtower_1_1block__cache.html":[1,0,0,15,3], "classcbdc_1_1watchtower_1_1block__cache.html#a0696a5d2d77813afa9604425d68ca075":[0,0,0,16,3,5], "classcbdc_1_1watchtower_1_1block__cache.html#a0696a5d2d77813afa9604425d68ca075":[1,0,0,15,3,5], -"classcbdc_1_1watchtower_1_1block__cache.html#a3879bb092cade4c91eb0ac7c696fa455":[1,0,0,15,3,4], "classcbdc_1_1watchtower_1_1block__cache.html#a3879bb092cade4c91eb0ac7c696fa455":[0,0,0,16,3,4], +"classcbdc_1_1watchtower_1_1block__cache.html#a3879bb092cade4c91eb0ac7c696fa455":[1,0,0,15,3,4], "classcbdc_1_1watchtower_1_1block__cache.html#a3bf4d5033a82e4eeea6987f864295c69":[0,0,0,16,3,2], "classcbdc_1_1watchtower_1_1block__cache.html#a3bf4d5033a82e4eeea6987f864295c69":[1,0,0,15,3,2], "classcbdc_1_1watchtower_1_1block__cache.html#a807bdd0dd29f8b51d79a3be2244aaeae":[1,0,0,15,3,0], @@ -204,50 +204,50 @@ var NAVTREEINDEX9 = "classcbdc_1_1watchtower_1_1blocking__client.html":[0,0,0,16,4], "classcbdc_1_1watchtower_1_1blocking__client.html#a1d72a90e9b0bfab0a83ebc5a21f0e0e4":[0,0,0,16,4,2], "classcbdc_1_1watchtower_1_1blocking__client.html#a1d72a90e9b0bfab0a83ebc5a21f0e0e4":[1,0,0,15,4,2], -"classcbdc_1_1watchtower_1_1blocking__client.html#a1d94b65fa1c8eb55b46683e6b412a1c3":[1,0,0,15,4,0], "classcbdc_1_1watchtower_1_1blocking__client.html#a1d94b65fa1c8eb55b46683e6b412a1c3":[0,0,0,16,4,0], -"classcbdc_1_1watchtower_1_1blocking__client.html#a3b58eac2f1db3edc82415712c7f6ff39":[0,0,0,16,4,6], +"classcbdc_1_1watchtower_1_1blocking__client.html#a1d94b65fa1c8eb55b46683e6b412a1c3":[1,0,0,15,4,0], "classcbdc_1_1watchtower_1_1blocking__client.html#a3b58eac2f1db3edc82415712c7f6ff39":[1,0,0,15,4,6], -"classcbdc_1_1watchtower_1_1blocking__client.html#a4f3bb3e0249bc7dd70e4b6e79f7a4df9":[1,0,0,15,4,4], +"classcbdc_1_1watchtower_1_1blocking__client.html#a3b58eac2f1db3edc82415712c7f6ff39":[0,0,0,16,4,6], "classcbdc_1_1watchtower_1_1blocking__client.html#a4f3bb3e0249bc7dd70e4b6e79f7a4df9":[0,0,0,16,4,4], -"classcbdc_1_1watchtower_1_1blocking__client.html#a5794bbf03bc049a445bb0a9e81652763":[1,0,0,15,4,5], +"classcbdc_1_1watchtower_1_1blocking__client.html#a4f3bb3e0249bc7dd70e4b6e79f7a4df9":[1,0,0,15,4,4], "classcbdc_1_1watchtower_1_1blocking__client.html#a5794bbf03bc049a445bb0a9e81652763":[0,0,0,16,4,5], -"classcbdc_1_1watchtower_1_1blocking__client.html#a5bf30109cfd6d7df05c024cbc359b57b":[1,0,0,15,4,1], +"classcbdc_1_1watchtower_1_1blocking__client.html#a5794bbf03bc049a445bb0a9e81652763":[1,0,0,15,4,5], "classcbdc_1_1watchtower_1_1blocking__client.html#a5bf30109cfd6d7df05c024cbc359b57b":[0,0,0,16,4,1], +"classcbdc_1_1watchtower_1_1blocking__client.html#a5bf30109cfd6d7df05c024cbc359b57b":[1,0,0,15,4,1], "classcbdc_1_1watchtower_1_1blocking__client.html#a6b1203336762c9b61e2e8b4b081e1660":[1,0,0,15,4,9], "classcbdc_1_1watchtower_1_1blocking__client.html#a6b1203336762c9b61e2e8b4b081e1660":[0,0,0,16,4,9], -"classcbdc_1_1watchtower_1_1blocking__client.html#a81c5c4fc1d6ad0d34011e01fe441bda5":[1,0,0,15,4,3], "classcbdc_1_1watchtower_1_1blocking__client.html#a81c5c4fc1d6ad0d34011e01fe441bda5":[0,0,0,16,4,3], +"classcbdc_1_1watchtower_1_1blocking__client.html#a81c5c4fc1d6ad0d34011e01fe441bda5":[1,0,0,15,4,3], "classcbdc_1_1watchtower_1_1blocking__client.html#a884f21a0a36a282ce985ffb08166002e":[1,0,0,15,4,7], "classcbdc_1_1watchtower_1_1blocking__client.html#a884f21a0a36a282ce985ffb08166002e":[0,0,0,16,4,7], -"classcbdc_1_1watchtower_1_1blocking__client.html#aa6106c8f3a9f0cc33cd83c0d5c8fbb59":[0,0,0,16,4,8], "classcbdc_1_1watchtower_1_1blocking__client.html#aa6106c8f3a9f0cc33cd83c0d5c8fbb59":[1,0,0,15,4,8], +"classcbdc_1_1watchtower_1_1blocking__client.html#aa6106c8f3a9f0cc33cd83c0d5c8fbb59":[0,0,0,16,4,8], "classcbdc_1_1watchtower_1_1controller.html":[0,0,0,16,5], "classcbdc_1_1watchtower_1_1controller.html":[1,0,0,15,5], -"classcbdc_1_1watchtower_1_1controller.html#a19348f776f0d694bfc3eaf24a1f4bd30":[0,0,0,16,5,6], "classcbdc_1_1watchtower_1_1controller.html#a19348f776f0d694bfc3eaf24a1f4bd30":[1,0,0,15,5,6], +"classcbdc_1_1watchtower_1_1controller.html#a19348f776f0d694bfc3eaf24a1f4bd30":[0,0,0,16,5,6], "classcbdc_1_1watchtower_1_1controller.html#a27b3db2abc682e3d7adbc28be939f3fe":[1,0,0,15,5,3], "classcbdc_1_1watchtower_1_1controller.html#a27b3db2abc682e3d7adbc28be939f3fe":[0,0,0,16,5,3], "classcbdc_1_1watchtower_1_1controller.html#a4264a0430dfbc64b59fbea6bb6e95932":[1,0,0,15,5,5], "classcbdc_1_1watchtower_1_1controller.html#a4264a0430dfbc64b59fbea6bb6e95932":[0,0,0,16,5,5], "classcbdc_1_1watchtower_1_1controller.html#a61e8e905f621217d761238da5d4448c0":[1,0,0,15,5,2], "classcbdc_1_1watchtower_1_1controller.html#a61e8e905f621217d761238da5d4448c0":[0,0,0,16,5,2], -"classcbdc_1_1watchtower_1_1controller.html#a62eaea5fd6fae5fc164ae8f5859455e6":[0,0,0,16,5,7], "classcbdc_1_1watchtower_1_1controller.html#a62eaea5fd6fae5fc164ae8f5859455e6":[1,0,0,15,5,7], +"classcbdc_1_1watchtower_1_1controller.html#a62eaea5fd6fae5fc164ae8f5859455e6":[0,0,0,16,5,7], "classcbdc_1_1watchtower_1_1controller.html#a6c591f28240f5d889fdeb466cea9751d":[1,0,0,15,5,0], "classcbdc_1_1watchtower_1_1controller.html#a6c591f28240f5d889fdeb466cea9751d":[0,0,0,16,5,0], "classcbdc_1_1watchtower_1_1controller.html#a915ad5ad320c22f19536783993c835a6":[1,0,0,15,5,1], "classcbdc_1_1watchtower_1_1controller.html#a915ad5ad320c22f19536783993c835a6":[0,0,0,16,5,1], "classcbdc_1_1watchtower_1_1controller.html#aa8bf643342110ee8e15927ce7aab4723":[0,0,0,16,5,8], "classcbdc_1_1watchtower_1_1controller.html#aa8bf643342110ee8e15927ce7aab4723":[1,0,0,15,5,8], -"classcbdc_1_1watchtower_1_1controller.html#ad271e9ef6d02e18144ea3aa85addd331":[1,0,0,15,5,4], "classcbdc_1_1watchtower_1_1controller.html#ad271e9ef6d02e18144ea3aa85addd331":[0,0,0,16,5,4], +"classcbdc_1_1watchtower_1_1controller.html#ad271e9ef6d02e18144ea3aa85addd331":[1,0,0,15,5,4], "classcbdc_1_1watchtower_1_1error__cache.html":[1,0,0,15,6], "classcbdc_1_1watchtower_1_1error__cache.html":[0,0,0,16,6], "classcbdc_1_1watchtower_1_1error__cache.html#a05395951990913d8ef131150a8a3c58e":[0,0,0,16,6,1], "classcbdc_1_1watchtower_1_1error__cache.html#a05395951990913d8ef131150a8a3c58e":[1,0,0,15,6,1], -"classcbdc_1_1watchtower_1_1error__cache.html#a148f4a2c115da16a111cb2d96b759c80":[1,0,0,15,6,2], "classcbdc_1_1watchtower_1_1error__cache.html#a148f4a2c115da16a111cb2d96b759c80":[0,0,0,16,6,2], +"classcbdc_1_1watchtower_1_1error__cache.html#a148f4a2c115da16a111cb2d96b759c80":[1,0,0,15,6,2], "classcbdc_1_1watchtower_1_1error__cache.html#a34c83e16aca3843d51b2dc8416b0c612":[0,0,0,16,6,0], "classcbdc_1_1watchtower_1_1error__cache.html#a34c83e16aca3843d51b2dc8416b0c612":[1,0,0,15,6,0] }; diff --git a/search/all_b.js b/search/all_b.js index b845d5902..b8a2992a1 100644 --- a/search/all_b.js +++ b/search/all_b.js @@ -5,37 +5,38 @@ var searchData= ['last_5flog_5fidx_2',['last_log_idx',['../classcbdc_1_1raft_1_1node.html#aacb765c88d9f954b6d65ba48fc450a96',1,'cbdc::raft::node']]], ['last_5fsnapshot_3',['last_snapshot',['../classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html#a23d6bd5ff0ba6ca7eae96bd233f41fa8',1,'cbdc::parsec::runtime_locking_shard::state_machine::last_snapshot()'],['../classcbdc_1_1parsec_1_1ticket__machine_1_1state__machine.html#ad2914cc50df56835f12b29056a5d2ec4',1,'cbdc::parsec::ticket_machine::state_machine::last_snapshot()'],['../classcbdc_1_1atomizer_1_1state__machine.html#ae81f026e70b7fd2a956940b94b37eb1b',1,'cbdc::atomizer::state_machine::last_snapshot()'],['../classcbdc_1_1coordinator_1_1state__machine.html#a7e020b0c4a5155f4c59b8b4390b00e05',1,'cbdc::coordinator::state_machine::last_snapshot()'],['../classcbdc_1_1locking__shard_1_1state__machine.html#a368edb7c5c61cdf9dfba9012374d6327',1,'cbdc::locking_shard::state_machine::last_snapshot()']]], ['legacy_4',['legacy',['../namespacecbdc_1_1parsec_1_1agent_1_1runner.html#abfb002fcdfae5c294768b41b94ce7cefa228c70bfc5589c58c044e03fff0e17eb',1,'cbdc::parsec::agent::runner']]], - ['listen_5',['listen',['../classcbdc_1_1network_1_1connection__manager.html#aa08d852e546587c4b255e3d6f6f182d4',1,'cbdc::network::connection_manager::listen()'],['../classcbdc_1_1network_1_1tcp__listener.html#a431121e8dd1de18a15d1e6effa8b577f',1,'cbdc::network::tcp_listener::listen()']]], - ['load_6',['load',['../classcbdc_1_1transaction_1_1wallet.html#a2d1829663335873671ccc1945e6ff7a4',1,'cbdc::transaction::wallet::load()'],['../classcbdc_1_1raft_1_1log__store.html#a310cbd8d1793e0492a48798a7462b663',1,'cbdc::raft::log_store::load()']]], - ['load_5fconfig_7',['load_config',['../classcbdc_1_1raft_1_1state__manager.html#a6d9d39710748fa4044b669a6bff7b5f0',1,'cbdc::raft::state_manager']]], - ['load_5flog_5fstore_8',['load_log_store',['../classcbdc_1_1raft_1_1state__manager.html#a902659ef7212a212ddf90f7486054caf',1,'cbdc::raft::state_manager']]], - ['load_5fobject_9',['load_object',['../namespacecbdc_1_1raft.html#a183da30e2e2bd0af9322055ccccc2cea',1,'cbdc::raft']]], - ['load_5foptions_10',['load_options',['../namespacecbdc_1_1config.html#a58e2eb86244705e835c07541355a5309',1,'cbdc::config']]], - ['load_5ftype_11',['load_type',['../namespacecbdc_1_1parsec.html#aa6e5f076020399a54c18c49b8d2e89b3',1,'cbdc::parsec']]], - ['loadgen_5fseed_5frange_12',['loadgen_seed_range',['../namespacecbdc_1_1config.html#aef3d396c9afb421e002fc2cc93d0de74',1,'cbdc::config']]], - ['lock_5ferror_13',['lock_error',['../classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa754722288f0db10b86ab7764274e4d75',1,'cbdc::parsec::agent::runner::interface']]], - ['lock_5fheld_14',['lock_held',['../namespacecbdc_1_1parsec_1_1runtime__locking__shard.html#a967978c3b1fa292a0bca5d8687c97deea75b48df8fa6560018d7c00abc2641136',1,'cbdc::parsec::runtime_locking_shard']]], - ['lock_5fnot_5fheld_15',['lock_not_held',['../namespacecbdc_1_1parsec_1_1runtime__locking__shard.html#a967978c3b1fa292a0bca5d8687c97deea180ebb1de6ff4fbf856a6f172df32017',1,'cbdc::parsec::runtime_locking_shard']]], - ['lock_5foutputs_16',['lock_outputs',['../classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a211f134e3dc586860b664fed26eca00e',1,'cbdc::locking_shard::rpc::client::lock_outputs()'],['../classcbdc_1_1locking__shard_1_1interface.html#a69530d653511232ccd555b3c64a8816f',1,'cbdc::locking_shard::interface::lock_outputs()'],['../classcbdc_1_1locking__shard_1_1locking__shard.html#a2191dfca19425c15e6757b7380478dc1',1,'cbdc::locking_shard::locking_shard::lock_outputs()']]], - ['lock_5fparams_17',['lock_params',['../namespacecbdc_1_1locking__shard_1_1rpc.html#a1355fcac44056811939dbbaa57aa495c',1,'cbdc::locking_shard::rpc']]], - ['lock_5fqueued_18',['lock_queued',['../namespacecbdc_1_1parsec_1_1runtime__locking__shard.html#a967978c3b1fa292a0bca5d8687c97deea8f21259bb225d6e5c6174c31e606db84',1,'cbdc::parsec::runtime_locking_shard']]], - ['lock_5fresponse_19',['lock_response',['../namespacecbdc_1_1locking__shard_1_1rpc.html#ab55f8f475369820347e8f8fb5857ebdb',1,'cbdc::locking_shard::rpc']]], - ['lock_5ftype_20',['lock_type',['../namespacecbdc_1_1parsec_1_1runtime__locking__shard.html#af6d0adbce827f930d52e6c4d9e18851a',1,'cbdc::parsec::runtime_locking_shard::lock_type'],['../namespacecbdc_1_1parsec_1_1broker.html#ac3ea914b78c4a158376a9d8c5b80c6fa',1,'cbdc::parsec::broker::lock_type']]], - ['locking_5fshard_21',['locking_shard',['../classcbdc_1_1locking__shard_1_1locking__shard.html',1,'cbdc::locking_shard::locking_shard'],['../classcbdc_1_1locking__shard_1_1locking__shard.html#a48bdf9a4bfdf38aa0ca6b113034e9906',1,'cbdc::locking_shard::locking_shard::locking_shard(const std::pair< uint8_t, uint8_t > &output_range, std::shared_ptr< logging::log > logger, size_t completed_txs_cache_size, const std::string &preseed_file, config::options opts)'],['../classcbdc_1_1locking__shard_1_1locking__shard.html#a628716825a4c20daf36a207c69ccb1fa',1,'cbdc::locking_shard::locking_shard::locking_shard()=delete']]], - ['locking_5fshard_2ecpp_22',['locking_shard.cpp',['../locking__shard_8cpp.html',1,'']]], - ['locking_5fshard_2ehpp_23',['locking_shard.hpp',['../locking__shard_8hpp.html',1,'']]], - ['locking_5fshardd_2ecpp_24',['locking_shardd.cpp',['../locking__shardd_8cpp.html',1,'']]], - ['log_25',['log',['../classcbdc_1_1logging_1_1log.html',1,'cbdc::logging::log'],['../classcbdc_1_1logging_1_1log.html#a9a83cea6fdd17744fa38c3ae08221f39',1,'cbdc::logging::log::log()']]], - ['log_5fentries_26',['log_entries',['../classcbdc_1_1raft_1_1log__store.html#af215070723fc600e504822d5132b2edf',1,'cbdc::raft::log_store']]], - ['log_5fentries_5ft_27',['log_entries_t',['../classcbdc_1_1raft_1_1log__store.html#ac164d8af9130608ebe89d1a31fb73fde',1,'cbdc::raft::log_store']]], - ['log_5fentry_5ffrom_5fslice_28',['log_entry_from_slice',['../namespacecbdc_1_1raft.html#a5f85615ea5d2afb447d328a0db008119',1,'cbdc::raft']]], - ['log_5findex_5fkey_29',['log_index_key',['../classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ab652294fefa609ac468f74a08e4ffaca',1,'cbdc::parsec::agent::runner::evm_host']]], - ['log_5flevel_30',['log_level',['../namespacecbdc_1_1logging.html#a71a306e5ac8234a66ce25bb5aed18254',1,'cbdc::logging::log_level'],['../namespacecbdc_1_1raft.html#a90ce1bef3a0a2ff31a408bd8178818d8',1,'cbdc::raft::log_level']]], - ['log_5fstore_31',['log_store',['../classcbdc_1_1raft_1_1log__store.html',1,'cbdc::raft::log_store'],['../classcbdc_1_1raft_1_1log__store.html#ac8d89e8669625c066a4c9990270ad92b',1,'cbdc::raft::log_store::log_store()=default'],['../classcbdc_1_1raft_1_1log__store.html#a008ea9702a76d566633f983a37685bae',1,'cbdc::raft::log_store::log_store(const log_store &other)=delete'],['../classcbdc_1_1raft_1_1log__store.html#a4c55e4001f49a3fba58246f1da039ae7',1,'cbdc::raft::log_store::log_store(log_store &&other) noexcept']]], - ['log_5fstore_2ecpp_32',['log_store.cpp',['../log__store_8cpp.html',1,'']]], - ['log_5fstore_2ehpp_33',['log_store.hpp',['../log__store_8hpp.html',1,'']]], - ['logging_2ecpp_34',['logging.cpp',['../logging_8cpp.html',1,'']]], - ['logging_2ehpp_35',['logging.hpp',['../logging_8hpp.html',1,'']]], - ['lua_36',['lua',['../namespacecbdc_1_1parsec.html#a2f17434012c24ae975292c06112dfcbfaf8dbbbdb3b80b4f170a8272978f579eb',1,'cbdc::parsec']]], - ['lua_5frunner_37',['lua_runner',['../classcbdc_1_1parsec_1_1agent_1_1runner_1_1lua__runner.html',1,'cbdc::parsec::agent::runner::lua_runner'],['../classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a840a7911de8a5de9fd24223ff80aa145',1,'cbdc::parsec::agent::runner::interface::lua_runner'],['../classcbdc_1_1parsec_1_1agent_1_1runner_1_1lua__runner.html#aa6636652e22865355414f31ce13e036a',1,'cbdc::parsec::agent::runner::lua_runner::lua_runner()']]] + ['leveldbwriteoptions_5',['leveldbWriteOptions',['../structcbdc_1_1archiver_1_1leveldbWriteOptions.html',1,'cbdc::archiver::leveldbWriteOptions'],['../structcbdc_1_1archiver_1_1leveldbWriteOptions.html#af3369a0d1f9178058c609005a8f3d163',1,'cbdc::archiver::leveldbWriteOptions::leveldbWriteOptions()']]], + ['listen_6',['listen',['../classcbdc_1_1network_1_1connection__manager.html#aa08d852e546587c4b255e3d6f6f182d4',1,'cbdc::network::connection_manager::listen()'],['../classcbdc_1_1network_1_1tcp__listener.html#a431121e8dd1de18a15d1e6effa8b577f',1,'cbdc::network::tcp_listener::listen()']]], + ['load_7',['load',['../classcbdc_1_1transaction_1_1wallet.html#a2d1829663335873671ccc1945e6ff7a4',1,'cbdc::transaction::wallet::load()'],['../classcbdc_1_1raft_1_1log__store.html#a310cbd8d1793e0492a48798a7462b663',1,'cbdc::raft::log_store::load()']]], + ['load_5fconfig_8',['load_config',['../classcbdc_1_1raft_1_1state__manager.html#a6d9d39710748fa4044b669a6bff7b5f0',1,'cbdc::raft::state_manager']]], + ['load_5flog_5fstore_9',['load_log_store',['../classcbdc_1_1raft_1_1state__manager.html#a902659ef7212a212ddf90f7486054caf',1,'cbdc::raft::state_manager']]], + ['load_5fobject_10',['load_object',['../namespacecbdc_1_1raft.html#a183da30e2e2bd0af9322055ccccc2cea',1,'cbdc::raft']]], + ['load_5foptions_11',['load_options',['../namespacecbdc_1_1config.html#a58e2eb86244705e835c07541355a5309',1,'cbdc::config']]], + ['load_5ftype_12',['load_type',['../namespacecbdc_1_1parsec.html#aa6e5f076020399a54c18c49b8d2e89b3',1,'cbdc::parsec']]], + ['loadgen_5fseed_5frange_13',['loadgen_seed_range',['../namespacecbdc_1_1config.html#aef3d396c9afb421e002fc2cc93d0de74',1,'cbdc::config']]], + ['lock_5ferror_14',['lock_error',['../classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#ad2fbde4c96b2b825907951c15596cc8fa754722288f0db10b86ab7764274e4d75',1,'cbdc::parsec::agent::runner::interface']]], + ['lock_5fheld_15',['lock_held',['../namespacecbdc_1_1parsec_1_1runtime__locking__shard.html#a967978c3b1fa292a0bca5d8687c97deea75b48df8fa6560018d7c00abc2641136',1,'cbdc::parsec::runtime_locking_shard']]], + ['lock_5fnot_5fheld_16',['lock_not_held',['../namespacecbdc_1_1parsec_1_1runtime__locking__shard.html#a967978c3b1fa292a0bca5d8687c97deea180ebb1de6ff4fbf856a6f172df32017',1,'cbdc::parsec::runtime_locking_shard']]], + ['lock_5foutputs_17',['lock_outputs',['../classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a211f134e3dc586860b664fed26eca00e',1,'cbdc::locking_shard::rpc::client::lock_outputs()'],['../classcbdc_1_1locking__shard_1_1interface.html#a69530d653511232ccd555b3c64a8816f',1,'cbdc::locking_shard::interface::lock_outputs()'],['../classcbdc_1_1locking__shard_1_1locking__shard.html#a2191dfca19425c15e6757b7380478dc1',1,'cbdc::locking_shard::locking_shard::lock_outputs()']]], + ['lock_5fparams_18',['lock_params',['../namespacecbdc_1_1locking__shard_1_1rpc.html#a1355fcac44056811939dbbaa57aa495c',1,'cbdc::locking_shard::rpc']]], + ['lock_5fqueued_19',['lock_queued',['../namespacecbdc_1_1parsec_1_1runtime__locking__shard.html#a967978c3b1fa292a0bca5d8687c97deea8f21259bb225d6e5c6174c31e606db84',1,'cbdc::parsec::runtime_locking_shard']]], + ['lock_5fresponse_20',['lock_response',['../namespacecbdc_1_1locking__shard_1_1rpc.html#ab55f8f475369820347e8f8fb5857ebdb',1,'cbdc::locking_shard::rpc']]], + ['lock_5ftype_21',['lock_type',['../namespacecbdc_1_1parsec_1_1runtime__locking__shard.html#af6d0adbce827f930d52e6c4d9e18851a',1,'cbdc::parsec::runtime_locking_shard::lock_type'],['../namespacecbdc_1_1parsec_1_1broker.html#ac3ea914b78c4a158376a9d8c5b80c6fa',1,'cbdc::parsec::broker::lock_type']]], + ['locking_5fshard_22',['locking_shard',['../classcbdc_1_1locking__shard_1_1locking__shard.html',1,'cbdc::locking_shard::locking_shard'],['../classcbdc_1_1locking__shard_1_1locking__shard.html#a48bdf9a4bfdf38aa0ca6b113034e9906',1,'cbdc::locking_shard::locking_shard::locking_shard(const std::pair< uint8_t, uint8_t > &output_range, std::shared_ptr< logging::log > logger, size_t completed_txs_cache_size, const std::string &preseed_file, config::options opts)'],['../classcbdc_1_1locking__shard_1_1locking__shard.html#a628716825a4c20daf36a207c69ccb1fa',1,'cbdc::locking_shard::locking_shard::locking_shard()=delete']]], + ['locking_5fshard_2ecpp_23',['locking_shard.cpp',['../locking__shard_8cpp.html',1,'']]], + ['locking_5fshard_2ehpp_24',['locking_shard.hpp',['../locking__shard_8hpp.html',1,'']]], + ['locking_5fshardd_2ecpp_25',['locking_shardd.cpp',['../locking__shardd_8cpp.html',1,'']]], + ['log_26',['log',['../classcbdc_1_1logging_1_1log.html',1,'cbdc::logging::log'],['../classcbdc_1_1logging_1_1log.html#a9a83cea6fdd17744fa38c3ae08221f39',1,'cbdc::logging::log::log()']]], + ['log_5fentries_27',['log_entries',['../classcbdc_1_1raft_1_1log__store.html#af215070723fc600e504822d5132b2edf',1,'cbdc::raft::log_store']]], + ['log_5fentries_5ft_28',['log_entries_t',['../classcbdc_1_1raft_1_1log__store.html#ac164d8af9130608ebe89d1a31fb73fde',1,'cbdc::raft::log_store']]], + ['log_5fentry_5ffrom_5fslice_29',['log_entry_from_slice',['../namespacecbdc_1_1raft.html#a5f85615ea5d2afb447d328a0db008119',1,'cbdc::raft']]], + ['log_5findex_5fkey_30',['log_index_key',['../classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ab652294fefa609ac468f74a08e4ffaca',1,'cbdc::parsec::agent::runner::evm_host']]], + ['log_5flevel_31',['log_level',['../namespacecbdc_1_1logging.html#a71a306e5ac8234a66ce25bb5aed18254',1,'cbdc::logging::log_level'],['../namespacecbdc_1_1raft.html#a90ce1bef3a0a2ff31a408bd8178818d8',1,'cbdc::raft::log_level']]], + ['log_5fstore_32',['log_store',['../classcbdc_1_1raft_1_1log__store.html',1,'cbdc::raft::log_store'],['../classcbdc_1_1raft_1_1log__store.html#ac8d89e8669625c066a4c9990270ad92b',1,'cbdc::raft::log_store::log_store()=default'],['../classcbdc_1_1raft_1_1log__store.html#a008ea9702a76d566633f983a37685bae',1,'cbdc::raft::log_store::log_store(const log_store &other)=delete'],['../classcbdc_1_1raft_1_1log__store.html#a4c55e4001f49a3fba58246f1da039ae7',1,'cbdc::raft::log_store::log_store(log_store &&other) noexcept']]], + ['log_5fstore_2ecpp_33',['log_store.cpp',['../log__store_8cpp.html',1,'']]], + ['log_5fstore_2ehpp_34',['log_store.hpp',['../log__store_8hpp.html',1,'']]], + ['logging_2ecpp_35',['logging.cpp',['../logging_8cpp.html',1,'']]], + ['logging_2ehpp_36',['logging.hpp',['../logging_8hpp.html',1,'']]], + ['lua_37',['lua',['../namespacecbdc_1_1parsec.html#a2f17434012c24ae975292c06112dfcbfaf8dbbbdb3b80b4f170a8272978f579eb',1,'cbdc::parsec']]], + ['lua_5frunner_38',['lua_runner',['../classcbdc_1_1parsec_1_1agent_1_1runner_1_1lua__runner.html',1,'cbdc::parsec::agent::runner::lua_runner'],['../classcbdc_1_1parsec_1_1agent_1_1runner_1_1interface.html#a840a7911de8a5de9fd24223ff80aa145',1,'cbdc::parsec::agent::runner::interface::lua_runner'],['../classcbdc_1_1parsec_1_1agent_1_1runner_1_1lua__runner.html#aa6636652e22865355414f31ce13e036a',1,'cbdc::parsec::agent::runner::lua_runner::lua_runner()']]] ]; diff --git a/search/all_e.js b/search/all_e.js index 5be72330f..5f98df52c 100644 --- a/search/all_e.js +++ b/search/all_e.js @@ -18,7 +18,7 @@ var searchData= ['ostream_5fserializer_2ehpp_15',['ostream_serializer.hpp',['../ostream__serializer_8hpp.html',1,'']]], ['out_16',['out',['../classcbdc_1_1rpc_1_1event__handler.html#aa16b0136209c71982f668a0f0c7f46afac68271a63ddbc431c307beb7d2918275',1,'cbdc::rpc::event_handler']]], ['out_5fpoint_17',['out_point',['../structcbdc_1_1transaction_1_1out__point.html',1,'cbdc::transaction::out_point'],['../structcbdc_1_1transaction_1_1out__point.html#a2833154e8666df7f23d19f24bc09c134',1,'cbdc::transaction::out_point::out_point(const hash_t &hash, uint64_t index)'],['../structcbdc_1_1transaction_1_1out__point.html#a44deae8d795e6ef0a5e6f06e57a47d22',1,'cbdc::transaction::out_point::out_point()=default']]], - ['output_18',['output',['../structcbdc_1_1transaction_1_1output.html',1,'cbdc::transaction::output'],['../structcbdc_1_1transaction_1_1output.html#aa46b2ecbdf1e3a5ae51ec72839630e52',1,'cbdc::transaction::output::output()']]], + ['output_18',['output',['../structcbdc_1_1transaction_1_1output.html',1,'cbdc::transaction::output'],['../structcbdc_1_1transaction_1_1output.html#a4c104ae8fd8505a8d1a27f48ecfddcf2',1,'cbdc::transaction::output::output(hash_t witness_program_commitment, uint64_t value)'],['../structcbdc_1_1transaction_1_1output.html#aa46b2ecbdf1e3a5ae51ec72839630e52',1,'cbdc::transaction::output::output()=default']]], ['output_5ferror_19',['output_error',['../structcbdc_1_1transaction_1_1validation_1_1output__error.html',1,'cbdc::transaction::validation']]], ['output_5ferror_5fcode_20',['output_error_code',['../namespacecbdc_1_1transaction_1_1validation.html#ad0b22105b5a750786a167cb49773f797',1,'cbdc::transaction::validation']]], ['overloaded_21',['overloaded',['../structcbdc_1_1overloaded.html',1,'cbdc::overloaded< Ts >'],['../namespacecbdc.html#a2fbe92db727ad329bcd1c4c5f350c133',1,'cbdc::overloaded(Ts...) -> overloaded< Ts... >']]] diff --git a/search/classes_b.js b/search/classes_b.js index 23fb3ec0f..62ca8f994 100644 --- a/search/classes_b.js +++ b/search/classes_b.js @@ -1,7 +1,8 @@ var searchData= [ - ['locking_5fshard_0',['locking_shard',['../classcbdc_1_1locking__shard_1_1locking__shard.html',1,'cbdc::locking_shard']]], - ['log_1',['log',['../classcbdc_1_1logging_1_1log.html',1,'cbdc::logging']]], - ['log_5fstore_2',['log_store',['../classcbdc_1_1raft_1_1log__store.html',1,'cbdc::raft']]], - ['lua_5frunner_3',['lua_runner',['../classcbdc_1_1parsec_1_1agent_1_1runner_1_1lua__runner.html',1,'cbdc::parsec::agent::runner']]] + ['leveldbwriteoptions_0',['leveldbWriteOptions',['../structcbdc_1_1archiver_1_1leveldbWriteOptions.html',1,'cbdc::archiver']]], + ['locking_5fshard_1',['locking_shard',['../classcbdc_1_1locking__shard_1_1locking__shard.html',1,'cbdc::locking_shard']]], + ['log_2',['log',['../classcbdc_1_1logging_1_1log.html',1,'cbdc::logging']]], + ['log_5fstore_3',['log_store',['../classcbdc_1_1raft_1_1log__store.html',1,'cbdc::raft']]], + ['lua_5frunner_4',['lua_runner',['../classcbdc_1_1parsec_1_1agent_1_1runner_1_1lua__runner.html',1,'cbdc::parsec::agent::runner']]] ]; diff --git a/search/functions_b.js b/search/functions_b.js index b4383bd1a..0bc6ef116 100644 --- a/search/functions_b.js +++ b/search/functions_b.js @@ -4,19 +4,20 @@ var searchData= ['last_5fentry_1',['last_entry',['../classcbdc_1_1raft_1_1log__store.html#aba2f093c401b7cdd702b6007dfa2bde9',1,'cbdc::raft::log_store']]], ['last_5flog_5fidx_2',['last_log_idx',['../classcbdc_1_1raft_1_1node.html#aacb765c88d9f954b6d65ba48fc450a96',1,'cbdc::raft::node']]], ['last_5fsnapshot_3',['last_snapshot',['../classcbdc_1_1parsec_1_1runtime__locking__shard_1_1state__machine.html#a23d6bd5ff0ba6ca7eae96bd233f41fa8',1,'cbdc::parsec::runtime_locking_shard::state_machine::last_snapshot()'],['../classcbdc_1_1parsec_1_1ticket__machine_1_1state__machine.html#ad2914cc50df56835f12b29056a5d2ec4',1,'cbdc::parsec::ticket_machine::state_machine::last_snapshot()'],['../classcbdc_1_1atomizer_1_1state__machine.html#ae81f026e70b7fd2a956940b94b37eb1b',1,'cbdc::atomizer::state_machine::last_snapshot()'],['../classcbdc_1_1coordinator_1_1state__machine.html#a7e020b0c4a5155f4c59b8b4390b00e05',1,'cbdc::coordinator::state_machine::last_snapshot()'],['../classcbdc_1_1locking__shard_1_1state__machine.html#a368edb7c5c61cdf9dfba9012374d6327',1,'cbdc::locking_shard::state_machine::last_snapshot()']]], - ['listen_4',['listen',['../classcbdc_1_1network_1_1connection__manager.html#aa08d852e546587c4b255e3d6f6f182d4',1,'cbdc::network::connection_manager::listen()'],['../classcbdc_1_1network_1_1tcp__listener.html#a431121e8dd1de18a15d1e6effa8b577f',1,'cbdc::network::tcp_listener::listen()']]], - ['load_5',['load',['../classcbdc_1_1transaction_1_1wallet.html#a2d1829663335873671ccc1945e6ff7a4',1,'cbdc::transaction::wallet::load()'],['../classcbdc_1_1raft_1_1log__store.html#a310cbd8d1793e0492a48798a7462b663',1,'cbdc::raft::log_store::load()']]], - ['load_5fconfig_6',['load_config',['../classcbdc_1_1raft_1_1state__manager.html#a6d9d39710748fa4044b669a6bff7b5f0',1,'cbdc::raft::state_manager']]], - ['load_5flog_5fstore_7',['load_log_store',['../classcbdc_1_1raft_1_1state__manager.html#a902659ef7212a212ddf90f7486054caf',1,'cbdc::raft::state_manager']]], - ['load_5fobject_8',['load_object',['../namespacecbdc_1_1raft.html#a183da30e2e2bd0af9322055ccccc2cea',1,'cbdc::raft']]], - ['load_5foptions_9',['load_options',['../namespacecbdc_1_1config.html#a58e2eb86244705e835c07541355a5309',1,'cbdc::config']]], - ['loadgen_5fseed_5frange_10',['loadgen_seed_range',['../namespacecbdc_1_1config.html#aef3d396c9afb421e002fc2cc93d0de74',1,'cbdc::config']]], - ['lock_5foutputs_11',['lock_outputs',['../classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a211f134e3dc586860b664fed26eca00e',1,'cbdc::locking_shard::rpc::client::lock_outputs()'],['../classcbdc_1_1locking__shard_1_1interface.html#a69530d653511232ccd555b3c64a8816f',1,'cbdc::locking_shard::interface::lock_outputs()'],['../classcbdc_1_1locking__shard_1_1locking__shard.html#a2191dfca19425c15e6757b7380478dc1',1,'cbdc::locking_shard::locking_shard::lock_outputs(std::vector< tx > &&txs, const hash_t &dtx_id) -> std::optional< std::vector< bool > > final']]], - ['locking_5fshard_12',['locking_shard',['../classcbdc_1_1locking__shard_1_1locking__shard.html#a48bdf9a4bfdf38aa0ca6b113034e9906',1,'cbdc::locking_shard::locking_shard::locking_shard(const std::pair< uint8_t, uint8_t > &output_range, std::shared_ptr< logging::log > logger, size_t completed_txs_cache_size, const std::string &preseed_file, config::options opts)'],['../classcbdc_1_1locking__shard_1_1locking__shard.html#a628716825a4c20daf36a207c69ccb1fa',1,'cbdc::locking_shard::locking_shard::locking_shard()=delete']]], - ['log_13',['log',['../classcbdc_1_1logging_1_1log.html#a9a83cea6fdd17744fa38c3ae08221f39',1,'cbdc::logging::log']]], - ['log_5fentries_14',['log_entries',['../classcbdc_1_1raft_1_1log__store.html#af215070723fc600e504822d5132b2edf',1,'cbdc::raft::log_store']]], - ['log_5fentry_5ffrom_5fslice_15',['log_entry_from_slice',['../namespacecbdc_1_1raft.html#a5f85615ea5d2afb447d328a0db008119',1,'cbdc::raft']]], - ['log_5findex_5fkey_16',['log_index_key',['../classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ab652294fefa609ac468f74a08e4ffaca',1,'cbdc::parsec::agent::runner::evm_host']]], - ['log_5fstore_17',['log_store',['../classcbdc_1_1raft_1_1log__store.html#ac8d89e8669625c066a4c9990270ad92b',1,'cbdc::raft::log_store::log_store()=default'],['../classcbdc_1_1raft_1_1log__store.html#a008ea9702a76d566633f983a37685bae',1,'cbdc::raft::log_store::log_store(const log_store &other)=delete'],['../classcbdc_1_1raft_1_1log__store.html#a4c55e4001f49a3fba58246f1da039ae7',1,'cbdc::raft::log_store::log_store(log_store &&other) noexcept']]], - ['lua_5frunner_18',['lua_runner',['../classcbdc_1_1parsec_1_1agent_1_1runner_1_1lua__runner.html#aa6636652e22865355414f31ce13e036a',1,'cbdc::parsec::agent::runner::lua_runner']]] + ['leveldbwriteoptions_4',['leveldbWriteOptions',['../structcbdc_1_1archiver_1_1leveldbWriteOptions.html#af3369a0d1f9178058c609005a8f3d163',1,'cbdc::archiver::leveldbWriteOptions']]], + ['listen_5',['listen',['../classcbdc_1_1network_1_1connection__manager.html#aa08d852e546587c4b255e3d6f6f182d4',1,'cbdc::network::connection_manager::listen()'],['../classcbdc_1_1network_1_1tcp__listener.html#a431121e8dd1de18a15d1e6effa8b577f',1,'cbdc::network::tcp_listener::listen()']]], + ['load_6',['load',['../classcbdc_1_1transaction_1_1wallet.html#a2d1829663335873671ccc1945e6ff7a4',1,'cbdc::transaction::wallet::load()'],['../classcbdc_1_1raft_1_1log__store.html#a310cbd8d1793e0492a48798a7462b663',1,'cbdc::raft::log_store::load()']]], + ['load_5fconfig_7',['load_config',['../classcbdc_1_1raft_1_1state__manager.html#a6d9d39710748fa4044b669a6bff7b5f0',1,'cbdc::raft::state_manager']]], + ['load_5flog_5fstore_8',['load_log_store',['../classcbdc_1_1raft_1_1state__manager.html#a902659ef7212a212ddf90f7486054caf',1,'cbdc::raft::state_manager']]], + ['load_5fobject_9',['load_object',['../namespacecbdc_1_1raft.html#a183da30e2e2bd0af9322055ccccc2cea',1,'cbdc::raft']]], + ['load_5foptions_10',['load_options',['../namespacecbdc_1_1config.html#a58e2eb86244705e835c07541355a5309',1,'cbdc::config']]], + ['loadgen_5fseed_5frange_11',['loadgen_seed_range',['../namespacecbdc_1_1config.html#aef3d396c9afb421e002fc2cc93d0de74',1,'cbdc::config']]], + ['lock_5foutputs_12',['lock_outputs',['../classcbdc_1_1locking__shard_1_1rpc_1_1client.html#a211f134e3dc586860b664fed26eca00e',1,'cbdc::locking_shard::rpc::client::lock_outputs()'],['../classcbdc_1_1locking__shard_1_1interface.html#a69530d653511232ccd555b3c64a8816f',1,'cbdc::locking_shard::interface::lock_outputs()'],['../classcbdc_1_1locking__shard_1_1locking__shard.html#a2191dfca19425c15e6757b7380478dc1',1,'cbdc::locking_shard::locking_shard::lock_outputs(std::vector< tx > &&txs, const hash_t &dtx_id) -> std::optional< std::vector< bool > > final']]], + ['locking_5fshard_13',['locking_shard',['../classcbdc_1_1locking__shard_1_1locking__shard.html#a48bdf9a4bfdf38aa0ca6b113034e9906',1,'cbdc::locking_shard::locking_shard::locking_shard(const std::pair< uint8_t, uint8_t > &output_range, std::shared_ptr< logging::log > logger, size_t completed_txs_cache_size, const std::string &preseed_file, config::options opts)'],['../classcbdc_1_1locking__shard_1_1locking__shard.html#a628716825a4c20daf36a207c69ccb1fa',1,'cbdc::locking_shard::locking_shard::locking_shard()=delete']]], + ['log_14',['log',['../classcbdc_1_1logging_1_1log.html#a9a83cea6fdd17744fa38c3ae08221f39',1,'cbdc::logging::log']]], + ['log_5fentries_15',['log_entries',['../classcbdc_1_1raft_1_1log__store.html#af215070723fc600e504822d5132b2edf',1,'cbdc::raft::log_store']]], + ['log_5fentry_5ffrom_5fslice_16',['log_entry_from_slice',['../namespacecbdc_1_1raft.html#a5f85615ea5d2afb447d328a0db008119',1,'cbdc::raft']]], + ['log_5findex_5fkey_17',['log_index_key',['../classcbdc_1_1parsec_1_1agent_1_1runner_1_1evm__host.html#ab652294fefa609ac468f74a08e4ffaca',1,'cbdc::parsec::agent::runner::evm_host']]], + ['log_5fstore_18',['log_store',['../classcbdc_1_1raft_1_1log__store.html#ac8d89e8669625c066a4c9990270ad92b',1,'cbdc::raft::log_store::log_store()=default'],['../classcbdc_1_1raft_1_1log__store.html#a008ea9702a76d566633f983a37685bae',1,'cbdc::raft::log_store::log_store(const log_store &other)=delete'],['../classcbdc_1_1raft_1_1log__store.html#a4c55e4001f49a3fba58246f1da039ae7',1,'cbdc::raft::log_store::log_store(log_store &&other) noexcept']]], + ['lua_5frunner_19',['lua_runner',['../classcbdc_1_1parsec_1_1agent_1_1runner_1_1lua__runner.html#aa6636652e22865355414f31ce13e036a',1,'cbdc::parsec::agent::runner::lua_runner']]] ]; diff --git a/search/functions_e.js b/search/functions_e.js index 7e9ab7e09..276165e8a 100644 --- a/search/functions_e.js +++ b/search/functions_e.js @@ -14,6 +14,6 @@ var searchData= ['operator_3e_3e_11',['operator>>',['../namespacecbdc.html#a636db462d9e00b0d2422c2e34a628bd5',1,'cbdc::operator>>(serializer &deser, parsec::agent::rpc::request &req) -> serializer &'],['../namespacecbdc.html#a3a9bd3215a17d7570ba9d24198febebd',1,'cbdc::operator>>(serializer &deser, parsec::agent::runner::evm_account &acc) -> serializer &'],['../namespacecbdc.html#a9f45a5a9227d7b41a171c1faf23f6783',1,'cbdc::operator>>(serializer &deser, evmc::address &addr) -> serializer &'],['../namespacecbdc.html#ac4b8b635dbfe6a6e4b58f7f37392ee7d',1,'cbdc::operator>>(serializer &deser, evmc::bytes32 &b) -> serializer &'],['../namespacecbdc.html#a89e97a8aec354fd6458553c3633c0e8d',1,'cbdc::operator>>(serializer &deser, parsec::agent::runner::evm_sig &s) -> serializer &'],['../namespacecbdc.html#a4e7c6235ecec2c7fbc0a93cf08d04d2e',1,'cbdc::operator>>(serializer &deser, parsec::agent::runner::evm_access_tuple &at) -> serializer &'],['../namespacecbdc.html#ad48e1b429ce81112df6b6a95e372521c',1,'cbdc::operator>>(serializer &deser, parsec::agent::runner::evm_tx &tx) -> serializer &'],['../namespacecbdc.html#ad7a807f6046962c6d8cb9a1d2eb7d203',1,'cbdc::operator>>(serializer &deser, parsec::agent::runner::evm_dryrun_tx &tx) -> serializer &'],['../namespacecbdc.html#a4c0710f662416d5c44cada4c0dd0a7c2',1,'cbdc::operator>>(serializer &deser, parsec::agent::runner::evm_log &l) -> serializer &'],['../namespacecbdc.html#a64c636d0f8fac779a4d1e39c891a1d87',1,'cbdc::operator>>(serializer &deser, parsec::agent::runner::evm_tx_receipt &r) -> serializer &'],['../namespacecbdc.html#a0b8ec0a7255b4d010d2147c9cb01e3ab',1,'cbdc::operator>>(serializer &deser, parsec::agent::runner::code_key &k) -> serializer &'],['../namespacecbdc.html#aaa5f2dc568544e2580a43d8a21cc9715',1,'cbdc::operator>>(serializer &deser, parsec::agent::runner::storage_key &k) -> serializer &'],['../namespacecbdc.html#ad00e985fd9275dadc18bba60892ea170',1,'cbdc::operator>>(serializer &deser, parsec::agent::runner::evm_pretend_block &b) -> serializer &'],['../namespacecbdc.html#a55c8500b4e5dc26abbaa29dffcce6165',1,'cbdc::operator>>(serializer &deser, parsec::agent::runner::evm_log_query &lq) -> serializer &'],['../namespacecbdc.html#a4efb67cf4fbe04ab398d245ebadf343e',1,'cbdc::operator>>(serializer &deser, parsec::agent::runner::evm_log_index &idx) -> serializer &'],['../namespacecbdc.html#a5274047428d1066b7de1562b903d2b70',1,'cbdc::operator>>(serializer &ser, cbdc::rlp_value &v) -> serializer &'],['../namespacecbdc.html#a7b0b8e4875222c73d4a0f9811fffd10e',1,'cbdc::operator>>(serializer &deser, parsec::runtime_locking_shard::rpc::try_lock_request &req) -> serializer &'],['../namespacecbdc.html#abd01aaf5cc0bdc9e6e4009d4620a80c6',1,'cbdc::operator>>(serializer &deser, parsec::runtime_locking_shard::rpc::commit_request &req) -> serializer &'],['../namespacecbdc.html#a5a557047f04e39bee3645f7f11913a6b',1,'cbdc::operator>>(serializer &deser, parsec::runtime_locking_shard::rpc::prepare_request &req) -> serializer &'],['../namespacecbdc.html#abbbcf0d1350fc7fb99301e24852fb34b',1,'cbdc::operator>>(serializer &deser, parsec::runtime_locking_shard::rpc::rollback_request &req) -> serializer &'],['../namespacecbdc.html#aafec0a1ed1214a34033d6bdcfe3dc967',1,'cbdc::operator>>(serializer &deser, parsec::runtime_locking_shard::rpc::finish_request &req) -> serializer &'],['../namespacecbdc.html#a11416b88425426e6d539bcf0f095fd24',1,'cbdc::operator>>(serializer &deser, parsec::runtime_locking_shard::rpc::get_tickets_request &req) -> serializer &'],['../namespacecbdc.html#a59950c843499db5c91639107ec9083d3',1,'cbdc::operator>>(serializer &deser, parsec::runtime_locking_shard::shard_error &err) -> serializer &'],['../namespacecbdc.html#aebffac22a29e553b8f151d781c51b1a3',1,'cbdc::operator>>(serializer &deser, parsec::runtime_locking_shard::wounded_details &det) -> serializer &'],['../namespacecbdc.html#a071a64d24d4f76e4586265921448f5b8',1,'cbdc::operator>>(serializer &deser, parsec::runtime_locking_shard::rpc::replicated_prepare_request &req) -> serializer &'],['../namespacecbdc.html#a0dd38110a552f01e4fb74d2e175c7939',1,'cbdc::operator>>(serializer &deser, parsec::runtime_locking_shard::rpc::replicated_get_tickets_request &) -> serializer &'],['../namespacecbdc.html#a153801c7ed83eedaf9c10e99450ddd62',1,'cbdc::operator>>(serializer &deser, parsec::runtime_locking_shard::replicated_shard_interface::ticket_type &t) -> serializer &'],['../namespacecbdc.html#aeaca0a7bb565e39961f9a494c07cc8d9',1,'cbdc::operator>>(serializer &packet, cbdc::atomizer::block &blk) -> serializer &'],['../namespacecbdc.html#aa654e51127eadbb6990b29e76b1f4bff',1,'cbdc::operator>>(serializer &deser, atomizer::state_machine::snapshot &snp) -> serializer &'],['../namespacecbdc.html#ab5e98faf0a10c16eabd360ed6e852aa3',1,'cbdc::operator>>(serializer &packet, cbdc::atomizer::tx_notify_request &msg) -> serializer &'],['../namespacecbdc.html#a328fdd69dde5a48e5bd67c4b5e693c72',1,'cbdc::operator>>(serializer &packet, cbdc::atomizer::aggregate_tx_notification &msg) -> serializer &'],['../namespacecbdc.html#a6061439c904c886c9cdfca7113cc1b40',1,'cbdc::operator>>(serializer &packet, cbdc::atomizer::aggregate_tx_notify_request &msg) -> serializer &'],['../namespacecbdc.html#a3378a24caf1665f2f7cc48e841a8982d',1,'cbdc::operator>>(serializer &deser, atomizer::prune_request &r) -> serializer &'],['../namespacecbdc.html#aabd09e46f0fb64954b5e0e163cde5089',1,'cbdc::operator>>(serializer &deser, atomizer::make_block_request &) -> serializer &'],['../namespacecbdc.html#a555c125e2feaf9050ba037c07a6ac430',1,'cbdc::operator>>(serializer &deser, atomizer::get_block_request &r) -> serializer &'],['../namespacecbdc.html#a93f7e99516cff79d2a9b79d046da11d9',1,'cbdc::operator>>(serializer &deser, atomizer::make_block_response &r) -> serializer &'],['../namespacecbdc.html#a02d19f26ef8e97b28a57a1d014526d4b',1,'cbdc::operator>>(serializer &deser, atomizer::get_block_response &r) -> serializer &'],['../namespacecbdc.html#a0c01df9ddbb8de833984293440ef9829',1,'cbdc::operator>>(cbdc::serializer &packet, cbdc::watchtower::best_block_height_response &bbh_res) -> cbdc::serializer &'],['../namespacecbdc.html#ac54a2f0f9247f5dd5e01adfea88bff80',1,'cbdc::operator>>(cbdc::serializer &packet, cbdc::watchtower::status_update_request &su_req) -> cbdc::serializer &'],['../namespacecbdc.html#a55f4d78ca1647c178dd869217435ade6',1,'cbdc::operator>>(cbdc::serializer &packet, cbdc::watchtower::status_update_state &state) -> cbdc::serializer &'],['../namespacecbdc.html#a7ac0e6265c1070d03e3a04b39212c5a6',1,'cbdc::operator>>(cbdc::serializer &packet, cbdc::watchtower::status_request_check_success &chs) -> cbdc::serializer &'],['../namespacecbdc.html#aff530617cf8f7f60fa2550a20c913f72',1,'cbdc::operator>>(cbdc::serializer &packet, cbdc::watchtower::tx_error_inputs_dne &err) -> cbdc::serializer &'],['../namespacecbdc.html#a8b33cf902ee750904d3ec30d2bab9f0d',1,'cbdc::operator>>(cbdc::serializer &packet, cbdc::watchtower::tx_error_inputs_spent &err) -> cbdc::serializer &'],['../namespacecbdc.html#aa7e0e9cf4f9728fbf99fdd4a4a767fe9',1,'cbdc::operator>>(cbdc::serializer &packet, cbdc::watchtower::tx_error &err) -> cbdc::serializer &'],['../namespacecbdc.html#abcdf42e76fcced0d62dedadaf569bd95',1,'cbdc::operator>>(serializer &packet, sentinel::execute_response &r) -> serializer &'],['../namespacecbdc.html#afa8ed94567d28e14e81997a0f178ef19',1,'cbdc::operator>>(serializer &packet, transaction::out_point &op) -> serializer &'],['../namespacecbdc.html#a4fcd239ed4b336070898e92527d5eac7',1,'cbdc::operator>>(serializer &packet, transaction::output &out) -> serializer &'],['../namespacecbdc.html#ad70f506de794abb4ec03edbcd3c12e3c',1,'cbdc::operator>>(serializer &packet, transaction::input &inp) -> serializer &'],['../namespacecbdc.html#af078e818d421d65eb5db6a7edcb0e13e',1,'cbdc::operator>>(serializer &packet, transaction::full_tx &tx) -> serializer &'],['../namespacecbdc.html#aa290efc11b5d52eab7919a8aa17e3ed2',1,'cbdc::operator>>(serializer &packet, transaction::compact_tx &tx) -> serializer &'],['../namespacecbdc.html#a7c044bfd1646573730522d68933a2284',1,'cbdc::operator>>(serializer &packet, transaction::validation::input_error &e) -> serializer &'],['../namespacecbdc.html#a3ffb5b7be41f3dff422db374853072f3',1,'cbdc::operator>>(serializer &packet, transaction::validation::output_error &e) -> serializer &'],['../namespacecbdc.html#ac891ca50724e5356d265b9b9067cfe65',1,'cbdc::operator>>(serializer &packet, transaction::validation::witness_error &e) -> serializer &'],['../namespacecbdc.html#a11e5728cf5cd7fa1daece7af2629eb0e',1,'cbdc::operator>>(serializer &deser, coordinator::controller::coordinator_state &s) -> serializer &'],['../namespacecbdc.html#a7f79f3fa54aad94384e45956decd2910',1,'cbdc::operator>>(serializer &deser, coordinator::controller::sm_command_header &c) -> serializer &'],['../namespacecbdc.html#a3376f685b80231f4bcd78489c69f6e02',1,'cbdc::operator>>(serializer &packet, locking_shard::tx &tx) -> serializer &'],['../namespacecbdc.html#a3ec6a3b7ea09cc87a9bb12732b1d7f17',1,'cbdc::operator>>(serializer &packet, locking_shard::rpc::request &p) -> serializer &'],['../namespacecbdc.html#ad492dc3bc751a063e5c09077a32ddd3e',1,'cbdc::operator>>(serializer &packet, locking_shard::rpc::tx_status_request &p) -> serializer &'],['../namespacecbdc.html#a2fb9aa257fc995443051ea5b7d47dd2b',1,'cbdc::operator>>(serializer &packet, locking_shard::rpc::uhs_status_request &p) -> serializer &'],['../namespacecbdc.html#aa03a2f02ce44aa60aaf1085ae27a3474',1,'cbdc::operator>>(serializer &deser, rpc::header &header) -> serializer &'],['../namespacecbdc.html#a748366e7f5a1aacf9403792cb7d2069d',1,'cbdc::operator>>(serializer &deser, rpc::request< T > &req) -> serializer &'],['../namespacecbdc.html#afa0156bc256905832b9c8fb5f44ef430',1,'cbdc::operator>>(serializer &deser, rpc::response< T > &resp) -> serializer &'],['../namespacecbdc.html#adbaa57b6657f104fd756455dc7bbafaa',1,'cbdc::operator>>(serializer &packet, std::byte &b) -> serializer &'],['../namespacecbdc.html#ace08393afc37d0983ebb3397cb128b96',1,'cbdc::operator>>(serializer &deser, buffer &b) -> serializer &'],['../namespacecbdc.html#a8b54ca19013ea3e8d5dc9499450e8812',1,'cbdc::operator>>(serializer &s, T &) -> typename std::enable_if_t< std::is_empty_v< T >, serializer & >'],['../namespacecbdc.html#ac8924df2956ccefcdf0adf6285691cbc',1,'cbdc::operator>>(serializer &packet, std::array< T, len > &arr) -> typename std::enable_if_t< std::is_integral_v< T >, serializer & >'],['../namespacecbdc.html#a3560dda194699a40cad044dcce6b015f',1,'cbdc::operator>>(serializer &deser, std::optional< T > &val) -> serializer &'],['../namespacecbdc.html#ab4377925c7cdcac21c5140f29a450dc1',1,'cbdc::operator>>(serializer &deser, std::pair< A, B > &p) -> serializer &'],['../namespacecbdc.html#ad0ba6b04fa31005bf8e851f332792db4',1,'cbdc::operator>>(serializer &packet, std::vector< T > &vec) -> serializer &'],['../namespacecbdc.html#a47837e785b887bfd7e4b649ea6f16093',1,'cbdc::operator>>(serializer &deser, std::unordered_map< K, V, Ts... > &map) -> serializer &'],['../namespacecbdc.html#ab731fbb7bb4a7c49b353c02e6f2fc224',1,'cbdc::operator>>(serializer &deser, std::set< K, Ts... > &set) -> serializer &'],['../namespacecbdc.html#a40c7b4faff045fe7da053bc90d8c60d7',1,'cbdc::operator>>(serializer &deser, std::unordered_set< K, Ts... > &set) -> serializer &'],['../namespacecbdc.html#aa9a6bdedf1d4b2d530f81580f6573396',1,'cbdc::operator>>(serializer &deser, std::variant< Ts... > &var) -> std::enable_if_t<(std::is_default_constructible_v< Ts > &&...), serializer & >']]], ['ostream_5fserializer_12',['ostream_serializer',['../classcbdc_1_1ostream__serializer.html#a66f1a9a6df8fa7071e77a2f72b500361',1,'cbdc::ostream_serializer']]], ['out_5fpoint_13',['out_point',['../structcbdc_1_1transaction_1_1out__point.html#a2833154e8666df7f23d19f24bc09c134',1,'cbdc::transaction::out_point::out_point(const hash_t &hash, uint64_t index)'],['../structcbdc_1_1transaction_1_1out__point.html#a44deae8d795e6ef0a5e6f06e57a47d22',1,'cbdc::transaction::out_point::out_point()=default']]], - ['output_14',['output',['../structcbdc_1_1transaction_1_1output.html#aa46b2ecbdf1e3a5ae51ec72839630e52',1,'cbdc::transaction::output']]], + ['output_14',['output',['../structcbdc_1_1transaction_1_1output.html#a4c104ae8fd8505a8d1a27f48ecfddcf2',1,'cbdc::transaction::output::output(hash_t witness_program_commitment, uint64_t value)'],['../structcbdc_1_1transaction_1_1output.html#aa46b2ecbdf1e3a5ae51ec72839630e52',1,'cbdc::transaction::output::output()=default']]], ['overloaded_15',['overloaded',['../namespacecbdc.html#a2fbe92db727ad329bcd1c4c5f350c133',1,'cbdc']]] ]; diff --git a/shard_8cpp_source.html b/shard_8cpp_source.html index 2dd855ce1..d9c686600 100644 --- a/shard_8cpp_source.html +++ b/shard_8cpp_source.html @@ -311,7 +311,7 @@
Batch of compact transactions settled by the atomizer.
Definition block.hpp:19
std::unordered_set< uint64_t > m_attestations
Set of input indexes the shard is attesting are unspent at the given block height.
-
A condensed, hash-only transaction representation.
+
A condensed, hash-only transaction representation.
Indicates a shard that tried to process a given transaction was out of sync with the atomizer,...
diff --git a/shard_8hpp_source.html b/shard_8hpp_source.html index a6e3dac2e..3e59a23e0 100644 --- a/shard_8hpp_source.html +++ b/shard_8hpp_source.html @@ -179,7 +179,7 @@
std::array< unsigned char, cbdc::hash_size > hash_t
SHA256 hash container.
@ array
A collection of RLP values.
Batch of compact transactions settled by the atomizer.
Definition block.hpp:19
-
A condensed, hash-only transaction representation.
+
A condensed, hash-only transaction representation.
Messages atomizers and shards can use to transmit errors to the watchtower, and which the watchtower ...
diff --git a/structcbdc_1_1archiver_1_1leveldbWriteOptions.html b/structcbdc_1_1archiver_1_1leveldbWriteOptions.html new file mode 100644 index 000000000..6a15b5e42 --- /dev/null +++ b/structcbdc_1_1archiver_1_1leveldbWriteOptions.html @@ -0,0 +1,179 @@ + + + + + + + +OpenCBDC Transaction Processor: cbdc::archiver::leveldbWriteOptions Struct Reference + + + + + + + + + + + + + + + +
+
+

Typedefs

 Narchiver
 Natomizer
+ + + + + +
+
OpenCBDC Transaction Processor +
+
+ + + + + + + + + +
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+ +
cbdc::archiver::leveldbWriteOptions Struct Reference
+
+
+ +

Wrapper for leveldb::WriteOptions to provide a constructor to set base class member "sync". + More...

+ +

#include <controller.hpp>

+
+Inheritance diagram for cbdc::archiver::leveldbWriteOptions:
+
+
Inheritance graph
+ + + + + +
[legend]
+
+Collaboration diagram for cbdc::archiver::leveldbWriteOptions:
+
+
Collaboration graph
+ + + + + +
[legend]
+ + + + +

+Public Member Functions

 leveldbWriteOptions (bool do_sync)
 
+

Detailed Description

+

Wrapper for leveldb::WriteOptions to provide a constructor to set base class member "sync".

+

The base class default constructor is built with "= default;", and as a result - in c++20 - the single parameter constructor is not available.

+ +

Definition at line 22 of file uhs/atomizer/archiver/controller.hpp.

+

Constructor & Destructor Documentation

+ +

◆ leveldbWriteOptions()

+ +
+
+ + + + + +
+ + + + + + + +
cbdc::archiver::leveldbWriteOptions::leveldbWriteOptions (bool do_sync)
+
+explicit
+
+ +

Definition at line 17 of file uhs/atomizer/archiver/controller.cpp.

+ +

References cbdc::array.

+ +
+
+
The documentation for this struct was generated from the following files: +
+
+ + + + diff --git a/structcbdc_1_1archiver_1_1leveldbWriteOptions.js b/structcbdc_1_1archiver_1_1leveldbWriteOptions.js new file mode 100644 index 000000000..daa6ec4eb --- /dev/null +++ b/structcbdc_1_1archiver_1_1leveldbWriteOptions.js @@ -0,0 +1,4 @@ +var structcbdc_1_1archiver_1_1leveldbWriteOptions = +[ + [ "leveldbWriteOptions", "structcbdc_1_1archiver_1_1leveldbWriteOptions.html#af3369a0d1f9178058c609005a8f3d163", null ] +]; \ No newline at end of file diff --git a/structcbdc_1_1archiver_1_1leveldbWriteOptions__coll__graph.map b/structcbdc_1_1archiver_1_1leveldbWriteOptions__coll__graph.map new file mode 100644 index 000000000..bb7ddce55 --- /dev/null +++ b/structcbdc_1_1archiver_1_1leveldbWriteOptions__coll__graph.map @@ -0,0 +1,5 @@ + + + + + diff --git a/structcbdc_1_1archiver_1_1leveldbWriteOptions__coll__graph.md5 b/structcbdc_1_1archiver_1_1leveldbWriteOptions__coll__graph.md5 new file mode 100644 index 000000000..9578334f5 --- /dev/null +++ b/structcbdc_1_1archiver_1_1leveldbWriteOptions__coll__graph.md5 @@ -0,0 +1 @@ +bfd0d8f87f9064ad4d4f29bddc144ef4 \ No newline at end of file diff --git a/structcbdc_1_1archiver_1_1leveldbWriteOptions__coll__graph.png b/structcbdc_1_1archiver_1_1leveldbWriteOptions__coll__graph.png new file mode 100644 index 000000000..fed076a6c Binary files /dev/null and b/structcbdc_1_1archiver_1_1leveldbWriteOptions__coll__graph.png differ diff --git a/structcbdc_1_1archiver_1_1leveldbWriteOptions__inherit__graph.map b/structcbdc_1_1archiver_1_1leveldbWriteOptions__inherit__graph.map new file mode 100644 index 000000000..bb7ddce55 --- /dev/null +++ b/structcbdc_1_1archiver_1_1leveldbWriteOptions__inherit__graph.map @@ -0,0 +1,5 @@ + + + + + diff --git a/structcbdc_1_1archiver_1_1leveldbWriteOptions__inherit__graph.md5 b/structcbdc_1_1archiver_1_1leveldbWriteOptions__inherit__graph.md5 new file mode 100644 index 000000000..9578334f5 --- /dev/null +++ b/structcbdc_1_1archiver_1_1leveldbWriteOptions__inherit__graph.md5 @@ -0,0 +1 @@ +bfd0d8f87f9064ad4d4f29bddc144ef4 \ No newline at end of file diff --git a/structcbdc_1_1archiver_1_1leveldbWriteOptions__inherit__graph.png b/structcbdc_1_1archiver_1_1leveldbWriteOptions__inherit__graph.png new file mode 100644 index 000000000..fed076a6c Binary files /dev/null and b/structcbdc_1_1archiver_1_1leveldbWriteOptions__inherit__graph.png differ diff --git a/structcbdc_1_1transaction_1_1compact__tx.html b/structcbdc_1_1transaction_1_1compact__tx.html index 97a37bf51..3167bd943 100644 --- a/structcbdc_1_1transaction_1_1compact__tx.html +++ b/structcbdc_1_1transaction_1_1compact__tx.html @@ -142,7 +142,7 @@

The minimum amount of data necessary for the transaction processor to update the UHS with the changes from a full_tx.

See also
cbdc::operator<<(serializer&, const transaction::compact_tx&)
-

Definition at line 117 of file transaction.hpp.

+

Definition at line 119 of file transaction.hpp.

Constructor & Destructor Documentation

◆ compact_tx() [1/2]

@@ -192,9 +192,9 @@

-

Definition at line 122 of file transaction.cpp.

+

Definition at line 126 of file transaction.cpp.

-

References cbdc::array, m_id, cbdc::transaction::full_tx::m_inputs, m_inputs, cbdc::transaction::full_tx::m_outputs, m_uhs_outputs, cbdc::transaction::tx_id(), and cbdc::transaction::uhs_id_from_output().

+

References cbdc::array, m_id, cbdc::transaction::full_tx::m_inputs, m_inputs, cbdc::transaction::full_tx::m_outputs, m_uhs_outputs, cbdc::transaction::tx_id(), and cbdc::transaction::uhs_id_from_output().

Here is the call graph for this function:
@@ -234,7 +234,7 @@

Returns
-

Definition at line 154 of file transaction.cpp.

+

Definition at line 158 of file transaction.cpp.

References cbdc::array, and cbdc::make_buffer().

@@ -278,7 +278,7 @@

Definition at line 118 of file transaction.cpp.

+

Definition at line 122 of file transaction.cpp.

@@ -311,7 +311,7 @@

Returns
sentinel attestation containing the signature and associated public key.
-

Definition at line 133 of file transaction.cpp.

+

Definition at line 137 of file transaction.cpp.

References cbdc::array, and cbdc::pubkey_from_privkey().

@@ -356,7 +356,7 @@

Returns
true if the given attestation is valid for this compact transaction.
-

Definition at line 166 of file transaction.cpp.

+

Definition at line 170 of file transaction.cpp.

References cbdc::array.

@@ -377,7 +377,7 @@

Definition at line 129 of file transaction.hpp.

+

Definition at line 131 of file transaction.hpp.

@@ -395,9 +395,9 @@

tx_id.

-

Definition at line 119 of file transaction.hpp.

+

Definition at line 121 of file transaction.hpp.

-

Referenced by cbdc::locking_shard::locking_shard::apply_outputs(), and compact_tx().

+

Referenced by cbdc::locking_shard::locking_shard::apply_outputs(), and compact_tx().

@@ -415,9 +415,9 @@

Definition at line 122 of file transaction.hpp.

+

Definition at line 124 of file transaction.hpp.

-

Referenced by cbdc::locking_shard::locking_shard::apply_outputs(), and compact_tx().

+

Referenced by cbdc::locking_shard::locking_shard::apply_outputs(), and compact_tx().

@@ -435,9 +435,9 @@

Definition at line 125 of file transaction.hpp.

+

Definition at line 127 of file transaction.hpp.

-

Referenced by cbdc::locking_shard::locking_shard::apply_outputs(), and compact_tx().

+

Referenced by cbdc::locking_shard::locking_shard::apply_outputs(), and compact_tx().

diff --git a/structcbdc_1_1transaction_1_1compact__tx__hasher.html b/structcbdc_1_1transaction_1_1compact__tx__hasher.html index 7db21f15a..29fbd46f3 100644 --- a/structcbdc_1_1transaction_1_1compact__tx__hasher.html +++ b/structcbdc_1_1transaction_1_1compact__tx__hasher.html @@ -106,7 +106,7 @@

Detailed Description

-

Definition at line 166 of file transaction.hpp.

+

Definition at line 168 of file transaction.hpp.

Member Function Documentation

◆ operator()()

@@ -131,7 +131,7 @@

-

Definition at line 61 of file transaction.cpp.

+

Definition at line 65 of file transaction.cpp.

References cbdc::array.

diff --git a/structcbdc_1_1transaction_1_1full__tx.html b/structcbdc_1_1transaction_1_1full__tx.html index 0e3b17f03..ed3c1056e 100644 --- a/structcbdc_1_1transaction_1_1full__tx.html +++ b/structcbdc_1_1transaction_1_1full__tx.html @@ -143,7 +143,7 @@
See also
cbdc::operator<<(serializer&, const transaction::full_tx&)
-

Definition at line 92 of file transaction.hpp.

+

Definition at line 94 of file transaction.hpp.

Constructor & Destructor Documentation

◆ full_tx()

@@ -186,7 +186,7 @@

-

Definition at line 56 of file transaction.cpp.

+

Definition at line 60 of file transaction.cpp.

References cbdc::array.

@@ -207,9 +207,9 @@

Definition at line 94 of file transaction.hpp.

+

Definition at line 96 of file transaction.hpp.

-

Referenced by cbdc::client::abandon_transaction(), cbdc::transaction::compact_tx::compact_tx(), cbdc::transaction::wallet::confirm_transaction(), cbdc::transaction::wallet::create_seeded_transaction(), and cbdc::transaction::wallet::sign().

+

Referenced by cbdc::client::abandon_transaction(), cbdc::transaction::compact_tx::compact_tx(), cbdc::transaction::wallet::confirm_transaction(), cbdc::transaction::wallet::create_seeded_transaction(), and cbdc::transaction::wallet::sign().

@@ -227,9 +227,9 @@

Definition at line 97 of file transaction.hpp.

+

Definition at line 99 of file transaction.hpp.

-

Referenced by cbdc::transaction::compact_tx::compact_tx(), cbdc::transaction::wallet::confirm_transaction(), and cbdc::transaction::wallet::create_seeded_transaction().

+

Referenced by cbdc::transaction::compact_tx::compact_tx(), cbdc::transaction::wallet::confirm_transaction(), and cbdc::transaction::wallet::create_seeded_transaction().

@@ -247,7 +247,7 @@

Definition at line 100 of file transaction.hpp.

+

Definition at line 102 of file transaction.hpp.

Referenced by cbdc::transaction::wallet::sign().

diff --git a/structcbdc_1_1transaction_1_1input.html b/structcbdc_1_1transaction_1_1input.html index ae5605a07..bcd19544d 100644 --- a/structcbdc_1_1transaction_1_1input.html +++ b/structcbdc_1_1transaction_1_1input.html @@ -140,7 +140,7 @@

An out_point and associated output which a client intends to spend in a new transaction.

See also
cbdc::operator<<(serializer&, const transaction::input&)
-

Definition at line 68 of file transaction.hpp.

+

Definition at line 70 of file transaction.hpp.

Constructor & Destructor Documentation

◆ input()

@@ -183,7 +183,7 @@

-

Definition at line 44 of file transaction.cpp.

+

Definition at line 48 of file transaction.cpp.

References cbdc::array, and cbdc::make_buffer().

@@ -216,7 +216,7 @@

-

Definition at line 40 of file transaction.cpp.

+

Definition at line 44 of file transaction.cpp.

References cbdc::array.

@@ -237,7 +237,7 @@

-

Definition at line 35 of file transaction.cpp.

+

Definition at line 39 of file transaction.cpp.

References cbdc::array.

@@ -258,7 +258,7 @@

Definition at line 70 of file transaction.hpp.

+

Definition at line 72 of file transaction.hpp.

Referenced by cbdc::client::import_send_input().

@@ -278,9 +278,9 @@

Definition at line 73 of file transaction.hpp.

+

Definition at line 75 of file transaction.hpp.

-

Referenced by cbdc::transaction::input_from_output().

+

Referenced by cbdc::transaction::input_from_output().

diff --git a/structcbdc_1_1transaction_1_1output.html b/structcbdc_1_1transaction_1_1output.html index 119618238..1e495dc23 100644 --- a/structcbdc_1_1transaction_1_1output.html +++ b/structcbdc_1_1transaction_1_1output.html @@ -109,6 +109,8 @@   auto operator!= (const output &rhs) const -> bool   + output (hash_t witness_program_commitment, uint64_t value) +   output ()=default   @@ -128,8 +130,31 @@

Definition at line 49 of file transaction.hpp.

Constructor & Destructor Documentation

+ +

◆ output() [1/2]

+ +
+
+
+ + + + + + + + + + +
cbdc::transaction::output::output (hash_t witness_program_commitment,
uint64_t value )
+
+ +

Definition at line 35 of file transaction.cpp.

+ +
+ -

◆ output()

+

◆ output() [2/2]

diff --git a/structcbdc_1_1transaction_1_1output.js b/structcbdc_1_1transaction_1_1output.js index c10b494dd..d505cdbb0 100644 --- a/structcbdc_1_1transaction_1_1output.js +++ b/structcbdc_1_1transaction_1_1output.js @@ -1,5 +1,6 @@ var structcbdc_1_1transaction_1_1output = [ + [ "output", "structcbdc_1_1transaction_1_1output.html#a4c104ae8fd8505a8d1a27f48ecfddcf2", null ], [ "output", "structcbdc_1_1transaction_1_1output.html#aa46b2ecbdf1e3a5ae51ec72839630e52", null ], [ "operator!=", "structcbdc_1_1transaction_1_1output.html#a595bdf21dc5ce52c17e22aa198208c88", null ], [ "operator==", "structcbdc_1_1transaction_1_1output.html#adc225265e6ee723fdeed11229d03f7ce", null ], diff --git a/transaction_8cpp_source.html b/transaction_8cpp_source.html index 124c61397..0138e64e5 100644 --- a/transaction_8cpp_source.html +++ b/transaction_8cpp_source.html @@ -145,221 +145,228 @@
34
-
35 auto input::operator==(const input& rhs) const -> bool {
-
36 return m_prevout == rhs.m_prevout
-
37 && m_prevout_data == rhs.m_prevout_data;
-
38 }
+ +
36 : m_witness_program_commitment(witness_program_commitment),
+
37 m_value(value) {}
-
39
-
-
40 auto input::operator!=(const input& rhs) const -> bool {
-
41 return !(*this == rhs);
+
38
+
+
39 auto input::operator==(const input& rhs) const -> bool {
+
40 return m_prevout == rhs.m_prevout
+
41 && m_prevout_data == rhs.m_prevout_data;
42 }
43
- -
45 auto buf = cbdc::make_buffer(*this);
-
46
- - -
49
-
50 sha.Write(buf.c_ptr(), buf.size());
-
51 sha.Finalize(result.data());
-
52
-
53 return result;
-
54 }
+
44 auto input::operator!=(const input& rhs) const -> bool {
+
45 return !(*this == rhs);
+
46 }
-
55
-
-
56 auto full_tx::operator==(const full_tx& rhs) const -> bool {
-
57 return rhs.m_inputs == m_inputs && rhs.m_outputs == m_outputs
-
58 && rhs.m_witness == m_witness;
-
59 }
+
47
+
+ +
49 auto buf = cbdc::make_buffer(*this);
+
50
+ + +
53
+
54 sha.Write(buf.c_ptr(), buf.size());
+
55 sha.Finalize(result.data());
+
56
+
57 return result;
+
58 }
-
60
-
-
61 auto compact_tx_hasher::operator()(const compact_tx& tx) const noexcept
-
62 -> size_t {
-
63 size_t ret{};
-
64 std::memcpy(&ret, tx.m_id.data(), sizeof(ret));
-
65 return ret;
-
66 }
+
59
+
+
60 auto full_tx::operator==(const full_tx& rhs) const -> bool {
+
61 return rhs.m_inputs == m_inputs && rhs.m_outputs == m_outputs
+
62 && rhs.m_witness == m_witness;
+
63 }
-
67
-
-
68 auto tx_id(const full_tx& tx) noexcept -> hash_t {
- -
70
-
71 auto inp_buf = cbdc::make_buffer(tx.m_inputs);
-
72 sha.Write(inp_buf.c_ptr(), inp_buf.size());
-
73
-
74 auto out_buf = cbdc::make_buffer(tx.m_outputs);
-
75 sha.Write(out_buf.c_ptr(), out_buf.size());
-
76
-
77 hash_t ret;
-
78 sha.Finalize(ret.data());
-
79
-
80 return ret;
-
81 }
+
64
+
+
65 auto compact_tx_hasher::operator()(const compact_tx& tx) const noexcept
+
66 -> size_t {
+
67 size_t ret{};
+
68 std::memcpy(&ret, tx.m_id.data(), sizeof(ret));
+
69 return ret;
+
70 }
-
82
-
-
83 auto input_from_output(const full_tx& tx, size_t i, const hash_t& txid)
-
84 -> std::optional<input> {
-
85 input ret;
-
86 if(i >= tx.m_outputs.size()) {
-
87 return std::nullopt;
-
88 }
-
89 ret.m_prevout_data = tx.m_outputs[i];
-
90 ret.m_prevout.m_index = i;
-
91 ret.m_prevout.m_tx_id = txid;
-
92 return ret;
-
93 }
+
71
+
+
72 auto tx_id(const full_tx& tx) noexcept -> hash_t {
+ +
74
+
75 auto inp_buf = cbdc::make_buffer(tx.m_inputs);
+
76 sha.Write(inp_buf.c_ptr(), inp_buf.size());
+
77
+
78 auto out_buf = cbdc::make_buffer(tx.m_outputs);
+
79 sha.Write(out_buf.c_ptr(), out_buf.size());
+
80
+
81 hash_t ret;
+
82 sha.Finalize(ret.data());
+
83
+
84 return ret;
+
85 }
-
94
-
-
95 auto input_from_output(const full_tx& tx, size_t i)
-
96 -> std::optional<input> {
-
97 const auto id = tx_id(tx);
-
98 return input_from_output(tx, i, id);
-
99 }
+
86
+
+
87 auto input_from_output(const full_tx& tx, size_t i, const hash_t& txid)
+
88 -> std::optional<input> {
+
89 input ret;
+
90 if(i >= tx.m_outputs.size()) {
+
91 return std::nullopt;
+
92 }
+
93 ret.m_prevout_data = tx.m_outputs[i];
+
94 ret.m_prevout.m_index = i;
+
95 ret.m_prevout.m_tx_id = txid;
+
96 return ret;
+
97 }
-
100
-
- -
102 uint64_t i,
-
103 const output& output) -> hash_t {
-
104 CSHA256 sha;
-
105 hash_t ret;
-
106 sha.Write(entropy.data(), entropy.size());
-
107 std::array<unsigned char, sizeof(i)> index_arr{};
-
108 std::memcpy(index_arr.data(), &i, sizeof(i));
-
109 sha.Write(index_arr.data(), sizeof(i));
-
110
- -
112
-
113 sha.Write(buf.c_ptr(), buf.size());
-
114 sha.Finalize(ret.data());
-
115 return ret;
-
116 }
+
98
+
+
99 auto input_from_output(const full_tx& tx, size_t i)
+
100 -> std::optional<input> {
+
101 const auto id = tx_id(tx);
+
102 return input_from_output(tx, i, id);
+
103 }
-
117
-
-
118 auto compact_tx::operator==(const compact_tx& tx) const noexcept -> bool {
-
119 return m_id == tx.m_id;
+
104
+
+ +
106 uint64_t i,
+
107 const output& output) -> hash_t {
+
108 CSHA256 sha;
+
109 hash_t ret;
+
110 sha.Write(entropy.data(), entropy.size());
+
111 std::array<unsigned char, sizeof(i)> index_arr{};
+
112 std::memcpy(index_arr.data(), &i, sizeof(i));
+
113 sha.Write(index_arr.data(), sizeof(i));
+
114
+ +
116
+
117 sha.Write(buf.c_ptr(), buf.size());
+
118 sha.Finalize(ret.data());
+
119 return ret;
120 }
121
- -
123 m_id = tx_id(tx);
-
124 for(const auto& inp : tx.m_inputs) {
-
125 m_inputs.push_back(inp.hash());
-
126 }
-
127 for(uint64_t i = 0; i < tx.m_outputs.size(); i++) {
-
128 m_uhs_outputs.push_back(
- +
122 auto compact_tx::operator==(const compact_tx& tx) const noexcept -> bool {
+
123 return m_id == tx.m_id;
+
124 }
+
+
125
+
+ +
127 m_id = tx_id(tx);
+
128 for(const auto& inp : tx.m_inputs) {
+
129 m_inputs.push_back(inp.hash());
130 }
-
131 }
+
131 for(uint64_t i = 0; i < tx.m_outputs.size(); i++) {
+
132 m_uhs_outputs.push_back(
+ +
134 }
+
135 }
-
132
-
- - -
135 auto payload = hash();
- - -
138 [[maybe_unused]] const auto ret
- -
140 assert(ret == 1);
-
141
-
142 auto sig = signature_t();
-
143 [[maybe_unused]] const auto sign_ret
- -
145 sig.data(),
-
146 payload.data(),
-
147 &keypair,
-
148 nullptr,
-
149 nullptr);
-
150 assert(sign_ret == 1);
-
151 return {pubkey, sig};
-
152 }
+
136
+
+ + +
139 auto payload = hash();
+ + +
142 [[maybe_unused]] const auto ret
+ +
144 assert(ret == 1);
+
145
+
146 auto sig = signature_t();
+
147 [[maybe_unused]] const auto sign_ret
+ +
149 sig.data(),
+
150 payload.data(),
+
151 &keypair,
+
152 nullptr,
+
153 nullptr);
+
154 assert(sign_ret == 1);
+
155 return {pubkey, sig};
+
156 }
-
153
-
- -
155 // Don't include the attesations in the hash
-
156 auto ctx = *this;
-
157 ctx.m_attestations.clear();
-
158 auto buf = make_buffer(ctx);
-
159 auto sha = CSHA256();
-
160 sha.Write(buf.c_ptr(), buf.size());
-
161 auto ret = hash_t();
-
162 sha.Finalize(ret.data());
-
163 return ret;
-
164 }
+
157
+
+ +
159 // Don't include the attesations in the hash
+
160 auto ctx = *this;
+
161 ctx.m_attestations.clear();
+
162 auto buf = make_buffer(ctx);
+
163 auto sha = CSHA256();
+
164 sha.Write(buf.c_ptr(), buf.size());
+
165 auto ret = hash_t();
+
166 sha.Finalize(ret.data());
+
167 return ret;
+
168 }
-
165
-
- -
167 const sentinel_attestation& att) const -> bool {
-
168 auto payload = hash();
- -
170 if(secp256k1_xonly_pubkey_parse(ctx, &pubkey, att.first.data()) != 1) {
-
171 return false;
-
172 }
-
173
- -
175 att.second.data(),
-
176 payload.data(),
-
177 &pubkey)
-
178 != 1) {
-
179 return false;
-
180 }
-
181
-
182 return true;
-
183 }
+
169
+
+ +
171 const sentinel_attestation& att) const -> bool {
+
172 auto payload = hash();
+ +
174 if(secp256k1_xonly_pubkey_parse(ctx, &pubkey, att.first.data()) != 1) {
+
175 return false;
+
176 }
+
177
+ +
179 att.second.data(),
+
180 payload.data(),
+
181 &pubkey)
+
182 != 1) {
+
183 return false;
+
184 }
+
185
+
186 return true;
+
187 }
-
184}
+
188}
struct secp256k1_context_struct secp256k1_context
Definition keys.hpp:14
-
auto uhs_id_from_output(const hash_t &entropy, uint64_t i, const output &output) -> hash_t
-
std::pair< pubkey_t, signature_t > sentinel_attestation
Sentinel attestation type.
-
auto tx_id(const full_tx &tx) noexcept -> hash_t
Calculates the unique hash of a full transaction.
-
auto input_from_output(const full_tx &tx, size_t i, const hash_t &txid) -> std::optional< input >
Converts the output at the specified index to an input.
+
auto uhs_id_from_output(const hash_t &entropy, uint64_t i, const output &output) -> hash_t
+
std::pair< pubkey_t, signature_t > sentinel_attestation
Sentinel attestation type.
+
auto tx_id(const full_tx &tx) noexcept -> hash_t
Calculates the unique hash of a full transaction.
+
auto input_from_output(const full_tx &tx, size_t i, const hash_t &txid) -> std::optional< input >
Converts the output at the specified index to an input.
std::array< unsigned char, cbdc::hash_size > hash_t
SHA256 hash container.
std::array< unsigned char, pubkey_len > privkey_t
A private key of a public/private keypair.
Definition keys.hpp:23
@ array
A collection of RLP values.
std::array< unsigned char, sig_len > signature_t
A signature.
Definition keys.hpp:29
auto make_buffer(const T &obj) -> std::enable_if_t< std::is_same_v< B, nuraft::ptr< nuraft::buffer > >, nuraft::ptr< nuraft::buffer > >
Serialize object into nuraft::buffer using a cbdc::nuraft_serializer.
auto pubkey_from_privkey(const privkey_t &privkey, secp256k1_context *ctx) -> pubkey_t
Generates a public key from the specified private key.
Definition keys.cpp:12
-
auto operator()(compact_tx const &tx) const noexcept -> size_t
-
A condensed, hash-only transaction representation.
-
std::vector< hash_t > m_inputs
The set of hashes of the transaction's inputs.
-
hash_t m_id
The hash of the full transaction returned by tx_id.
-
std::vector< hash_t > m_uhs_outputs
The set of hashes of the new outputs created in the transaction.
-
auto hash() const -> hash_t
Return the hash of the compact transaction, without the sentinel attestations included.
-
auto operator==(const compact_tx &tx) const noexcept -> bool
Equality of two compact transactions.
-
auto verify(secp256k1_context *ctx, const sentinel_attestation &att) const -> bool
Verify the given attestation contains a valid signature that matches the compact transaction.
-
auto sign(secp256k1_context *ctx, const privkey_t &key) const -> sentinel_attestation
Sign the compact transaction and return the signature.
+
auto operator()(compact_tx const &tx) const noexcept -> size_t
+
A condensed, hash-only transaction representation.
+
std::vector< hash_t > m_inputs
The set of hashes of the transaction's inputs.
+
hash_t m_id
The hash of the full transaction returned by tx_id.
+
std::vector< hash_t > m_uhs_outputs
The set of hashes of the new outputs created in the transaction.
+
auto hash() const -> hash_t
Return the hash of the compact transaction, without the sentinel attestations included.
+
auto operator==(const compact_tx &tx) const noexcept -> bool
Equality of two compact transactions.
+
auto verify(secp256k1_context *ctx, const sentinel_attestation &att) const -> bool
Verify the given attestation contains a valid signature that matches the compact transaction.
+
auto sign(secp256k1_context *ctx, const privkey_t &key) const -> sentinel_attestation
Sign the compact transaction and return the signature.
-
A complete transaction.
-
std::vector< input > m_inputs
The set of inputs for the transaction.
-
std::vector< output > m_outputs
The set of new outputs created by the transaction.
-
auto operator==(const full_tx &rhs) const -> bool
-
An input for a new transaction.
-
auto hash() const -> hash_t
-
output m_prevout_data
The output's data.
-
auto operator==(const input &rhs) const -> bool
-
auto operator!=(const input &rhs) const -> bool
+
A complete transaction.
+
std::vector< input > m_inputs
The set of inputs for the transaction.
+
std::vector< output > m_outputs
The set of new outputs created by the transaction.
+
auto operator==(const full_tx &rhs) const -> bool
+
An input for a new transaction.
+
auto hash() const -> hash_t
+
output m_prevout_data
The output's data.
+
auto operator==(const input &rhs) const -> bool
+
auto operator!=(const input &rhs) const -> bool
The unique identifier of a specific output from a transaction.
auto operator==(const out_point &rhs) const -> bool
auto operator<(const out_point &rhs) const -> bool
An output of a transaction.
auto operator!=(const output &rhs) const -> bool
+
auto operator==(const output &rhs) const -> bool
diff --git a/transaction_8hpp_source.html b/transaction_8hpp_source.html index 2740862af..2a389ae1a 100644 --- a/transaction_8hpp_source.html +++ b/transaction_8hpp_source.html @@ -141,113 +141,115 @@
56 auto operator==(const output& rhs) const -> bool;
57 auto operator!=(const output& rhs) const -> bool;
58
-
59 output() = default;
-
60 };
+ +
60
+
61 output() = default;
+
62 };
-
61
-
-
68 struct input {
- -
71
- -
74
-
75 auto operator==(const input& rhs) const -> bool;
-
76 auto operator!=(const input& rhs) const -> bool;
-
77
-
78 [[nodiscard]] auto hash() const -> hash_t;
+
63
+
+
70 struct input {
+ +
73
+ +
76
+
77 auto operator==(const input& rhs) const -> bool;
+
78 auto operator!=(const input& rhs) const -> bool;
79
- -
81 };
+
80 [[nodiscard]] auto hash() const -> hash_t;
+
81
+ +
83 };
-
82
-
- -
94 std::vector<input> m_inputs{};
-
95
-
97 std::vector<output> m_outputs{};
-
98
-
100 std::vector<witness_t> m_witness{};
-
101
-
102 auto operator==(const full_tx& rhs) const -> bool;
+
84
+
+ +
96 std::vector<input> m_inputs{};
+
97
+
99 std::vector<output> m_outputs{};
+
100
+
102 std::vector<witness_t> m_witness{};
103
-
104 full_tx() = default;
-
105 };
+
104 auto operator==(const full_tx& rhs) const -> bool;
+
105
+
106 full_tx() = default;
+
107 };
-
106
-
109 using sentinel_attestation = std::pair<pubkey_t, signature_t>;
-
110
-
-
117 struct compact_tx {
-
119 hash_t m_id{};
-
120
-
122 std::vector<hash_t> m_inputs;
-
123
-
125 std::vector<hash_t> m_uhs_outputs;
-
126
-
128 std::unordered_map<pubkey_t, signature_t, hashing::null>
- -
130
-
133 auto operator==(const compact_tx& tx) const noexcept -> bool;
-
134
-
135 compact_tx() = default;
+
108
+
111 using sentinel_attestation = std::pair<pubkey_t, signature_t>;
+
112
+
+
119 struct compact_tx {
+
121 hash_t m_id{};
+
122
+
124 std::vector<hash_t> m_inputs;
+
125
+
127 std::vector<hash_t> m_uhs_outputs;
+
128
+
130 std::unordered_map<pubkey_t, signature_t, hashing::null>
+ +
132
+
135 auto operator==(const compact_tx& tx) const noexcept -> bool;
136
-
137 explicit compact_tx(const full_tx& tx);
+
137 compact_tx() = default;
138
-
144 [[nodiscard]] auto sign(secp256k1_context* ctx,
-
145 const privkey_t& key) const
- -
147
-
155 [[nodiscard]] auto verify(secp256k1_context* ctx,
-
156 const sentinel_attestation& att) const
-
157 -> bool;
-
158
-
163 [[nodiscard]] auto hash() const -> hash_t;
-
164 };
+
139 explicit compact_tx(const full_tx& tx);
+
140
+
146 [[nodiscard]] auto sign(secp256k1_context* ctx,
+
147 const privkey_t& key) const
+ +
149
+
157 [[nodiscard]] auto verify(secp256k1_context* ctx,
+
158 const sentinel_attestation& att) const
+
159 -> bool;
+
160
+
165 [[nodiscard]] auto hash() const -> hash_t;
+
166 };
-
165
-
- -
167 auto operator()(compact_tx const& tx) const noexcept -> size_t;
-
168 };
+
167
+
+ +
169 auto operator()(compact_tx const& tx) const noexcept -> size_t;
+
170 };
-
169
-
179 [[nodiscard]] auto tx_id(const full_tx& tx) noexcept -> hash_t;
-
180
-
186 auto input_from_output(const full_tx& tx, size_t i, const hash_t& txid)
-
187 -> std::optional<input>;
-
188
-
193 auto input_from_output(const full_tx& tx, size_t i)
-
194 -> std::optional<input>;
-
195
-
196 auto uhs_id_from_output(const hash_t& entropy,
-
197 uint64_t i,
-
198 const output& output) -> hash_t;
-
199}
-
200
-
201#endif // OPENCBDC_TX_SRC_TRANSACTION_TRANSACTION_H_
+
171
+
181 [[nodiscard]] auto tx_id(const full_tx& tx) noexcept -> hash_t;
+
182
+
188 auto input_from_output(const full_tx& tx, size_t i, const hash_t& txid)
+
189 -> std::optional<input>;
+
190
+
195 auto input_from_output(const full_tx& tx, size_t i)
+
196 -> std::optional<input>;
+
197
+
198 auto uhs_id_from_output(const hash_t& entropy,
+
199 uint64_t i,
+
200 const output& output) -> hash_t;
+
201}
+
202
+
203#endif // OPENCBDC_TX_SRC_TRANSACTION_TRANSACTION_H_
struct secp256k1_context_struct secp256k1_context
Definition keys.hpp:14
-
auto uhs_id_from_output(const hash_t &entropy, uint64_t i, const output &output) -> hash_t
-
std::pair< pubkey_t, signature_t > sentinel_attestation
Sentinel attestation type.
-
auto input_from_output(const full_tx &tx, size_t i, const hash_t &txid) -> std::optional< input >
Converts the output at the specified index to an input.
+
auto uhs_id_from_output(const hash_t &entropy, uint64_t i, const output &output) -> hash_t
+
std::pair< pubkey_t, signature_t > sentinel_attestation
Sentinel attestation type.
+
auto input_from_output(const full_tx &tx, size_t i, const hash_t &txid) -> std::optional< input >
Converts the output at the specified index to an input.
std::array< unsigned char, cbdc::hash_size > hash_t
SHA256 hash container.
std::array< unsigned char, pubkey_len > privkey_t
A private key of a public/private keypair.
Definition keys.hpp:23
@ array
A collection of RLP values.
- -
A condensed, hash-only transaction representation.
-
std::vector< hash_t > m_inputs
The set of hashes of the transaction's inputs.
-
std::unordered_map< pubkey_t, signature_t, hashing::null > m_attestations
Signatures from sentinels attesting the compact TX is valid.
-
std::vector< hash_t > m_uhs_outputs
The set of hashes of the new outputs created in the transaction.
+ +
A condensed, hash-only transaction representation.
+
std::vector< hash_t > m_inputs
The set of hashes of the transaction's inputs.
+
std::unordered_map< pubkey_t, signature_t, hashing::null > m_attestations
Signatures from sentinels attesting the compact TX is valid.
+
std::vector< hash_t > m_uhs_outputs
The set of hashes of the new outputs created in the transaction.
-
A complete transaction.
+
A complete transaction.
-
An input for a new transaction.
-
out_point m_prevout
The unique identifier of the output.
-
auto hash() const -> hash_t
-
output m_prevout_data
The output's data.
-
auto operator==(const input &rhs) const -> bool
-
auto operator!=(const input &rhs) const -> bool
+
An input for a new transaction.
+
out_point m_prevout
The unique identifier of the output.
+
auto hash() const -> hash_t
+
output m_prevout_data
The output's data.
+
auto operator==(const input &rhs) const -> bool
+
auto operator!=(const input &rhs) const -> bool
The unique identifier of a specific output from a transaction.
hash_t m_tx_id
The hash of the transaction which created the out_point.
auto operator==(const out_point &rhs) const -> bool
diff --git a/twophase__client_8cpp_source.html b/twophase__client_8cpp_source.html index 6333c0dfb..9bc8c07f1 100644 --- a/twophase__client_8cpp_source.html +++ b/twophase__client_8cpp_source.html @@ -237,8 +237,8 @@
@ array
A collection of RLP values.
auto to_string(const hash_t &val) -> std::string
Converts a hash to a hexadecimal string.
Project-wide configuration options.
Definition config.hpp:132
-
A condensed, hash-only transaction representation.
-
A complete transaction.
+
A condensed, hash-only transaction representation.
+
A complete transaction.
diff --git a/twophase__client_8hpp_source.html b/twophase__client_8hpp_source.html index 4ec2ef734..9d5b719a1 100644 --- a/twophase__client_8hpp_source.html +++ b/twophase__client_8hpp_source.html @@ -179,7 +179,7 @@
@ array
A collection of RLP values.
Project-wide configuration options.
Definition config.hpp:132
-
A complete transaction.
+
A complete transaction.
diff --git a/uhs_2atomizer_2archiver_2controller_8cpp_source.html b/uhs_2atomizer_2archiver_2controller_8cpp_source.html index fb3dd10f4..9f98c7bcc 100644 --- a/uhs_2atomizer_2archiver_2controller_8cpp_source.html +++ b/uhs_2atomizer_2archiver_2controller_8cpp_source.html @@ -114,328 +114,338 @@
13#include <utility>
14
15namespace cbdc::archiver {
-
- - -
18 std::shared_ptr<logging::log> log,
-
19 size_t max_samples)
-
20 : m_archiver_id(archiver_id),
-
21 m_opts(std::move(opts)),
-
22 m_logger(std::move(log)),
-
23 m_max_samples(max_samples) {}
+
16
+
+ +
18 // Set base class member:
+
19 sync = do_sync;
+
20 }
-
24
-
- -
26 m_atomizer_network.close();
-
27 m_archiver_network.close();
-
28
-
29 m_running = false;
-
30
-
31 if(m_atomizer_handler_thread.joinable()) {
-
32 m_atomizer_handler_thread.join();
-
33 }
-
34
-
35 if(m_archiver_server.joinable()) {
-
36 m_archiver_server.join();
-
37 }
-
38 }
+
21
+
22 const leveldbWriteOptions controller::m_write_options{true};
+
23
+
+ + +
26 std::shared_ptr<logging::log> log,
+
27 size_t max_samples)
+
28 : m_archiver_id(archiver_id),
+
29 m_opts(std::move(opts)),
+
30 m_logger(std::move(log)),
+
31 m_max_samples(max_samples) {}
-
39
-
-
40 auto controller::init() -> bool {
-
41 if(!init_leveldb()) {
-
42 return false;
-
43 }
-
44 if(!init_best_block()) {
-
45 return false;
-
46 }
-
47 if(!init_sample_collection()) {
-
48 return false;
-
49 }
-
50 if(!init_atomizer_connection()) {
-
51 return false;
-
52 }
-
53 if(!init_archiver_server()) {
-
54 return false;
-
55 }
-
56 return true;
-
57 }
+
32
+
+ +
34 m_atomizer_network.close();
+
35 m_archiver_network.close();
+
36
+
37 m_running = false;
+
38
+
39 if(m_atomizer_handler_thread.joinable()) {
+
40 m_atomizer_handler_thread.join();
+
41 }
+
42
+
43 if(m_archiver_server.joinable()) {
+
44 m_archiver_server.join();
+
45 }
+
46 }
-
58
-
-
59 auto controller::init_leveldb() -> bool {
-
60 leveldb::Options opt;
-
61 opt.create_if_missing = true;
-
62 opt.paranoid_checks = true;
-
63 opt.compression = leveldb::kNoCompression;
-
64
-
65 leveldb::DB* db_ptr{};
-
66 const auto res
-
67 = leveldb::DB::Open(opt,
-
68 m_opts.m_archiver_db_dirs[m_archiver_id],
-
69 &db_ptr);
-
70 if(!res.ok()) {
-
71 m_logger->error(res.ToString());
-
72 return false;
-
73 }
-
74 m_db.reset(db_ptr);
-
75 return true;
-
76 }
+
47
+
+
48 auto controller::init() -> bool {
+
49 if(!init_leveldb()) {
+
50 return false;
+
51 }
+
52 if(!init_best_block()) {
+
53 return false;
+
54 }
+
55 if(!init_sample_collection()) {
+
56 return false;
+
57 }
+
58 if(!init_atomizer_connection()) {
+
59 return false;
+
60 }
+
61 if(!init_archiver_server()) {
+
62 return false;
+
63 }
+
64 return true;
+
65 }
-
77
-
- -
79 std::string bestblock_val;
-
80 const auto blk_res
-
81 = m_db->Get(m_read_options, m_bestblock_key, &bestblock_val);
-
82 if(blk_res.IsNotFound()) {
-
83 bestblock_val = std::to_string(0);
-
84 const auto wr_res
-
85 = m_db->Put(m_write_options, m_bestblock_key, bestblock_val);
-
86 if(!wr_res.ok()) {
-
87 return false;
-
88 }
-
89 }
-
90 m_best_height = static_cast<uint64_t>(std::stoul(bestblock_val));
-
91 return true;
-
92 }
+
66
+
+
67 auto controller::init_leveldb() -> bool {
+
68 leveldb::Options opt;
+
69 opt.create_if_missing = true;
+
70 opt.paranoid_checks = true;
+
71 opt.compression = leveldb::kNoCompression;
+
72
+
73 leveldb::DB* db_ptr{};
+
74 const auto res
+
75 = leveldb::DB::Open(opt,
+
76 m_opts.m_archiver_db_dirs[m_archiver_id],
+
77 &db_ptr);
+
78 if(!res.ok()) {
+
79 m_logger->error(res.ToString());
+
80 return false;
+
81 }
+
82 m_db.reset(db_ptr);
+
83 return true;
+
84 }
-
93
-
- -
95 m_tp_sample_file.open("tp_samples.txt");
-
96 if(!m_tp_sample_file.good()) {
-
97 return false;
-
98 }
-
99 m_last_block_time = std::chrono::high_resolution_clock::now();
-
100 m_sample_collection_active = true;
-
101 return true;
-
102 }
+
85
+
+ +
87 std::string bestblock_val;
+
88 const auto blk_res
+
89 = m_db->Get(m_read_options, m_bestblock_key, &bestblock_val);
+
90 if(blk_res.IsNotFound()) {
+
91 bestblock_val = std::to_string(0);
+
92 const auto wr_res
+
93 = m_db->Put(m_write_options, m_bestblock_key, bestblock_val);
+
94 if(!wr_res.ok()) {
+
95 return false;
+
96 }
+
97 }
+
98 m_best_height = static_cast<uint64_t>(std::stoul(bestblock_val));
+
99 return true;
+
100 }
-
103
-
- -
105 m_atomizer_network.cluster_connect(m_opts.m_atomizer_endpoints, false);
-
106 if(!m_atomizer_network.connected_to_one()) {
-
107 m_logger->warn("Failed to connect to any atomizers.");
-
108 }
-
109
-
110 m_atomizer_handler_thread
-
111 = m_atomizer_network.start_handler([&](auto&& pkt) {
-
112 return atomizer_handler(std::forward<decltype(pkt)>(pkt));
-
113 });
-
114
-
115 return true;
-
116 }
+
101
+
+ +
103 m_tp_sample_file.open("tp_samples.txt");
+
104 if(!m_tp_sample_file.good()) {
+
105 return false;
+
106 }
+
107 m_last_block_time = std::chrono::high_resolution_clock::now();
+
108 m_sample_collection_active = true;
+
109 return true;
+
110 }
+
111
+
+ +
113 m_atomizer_network.cluster_connect(m_opts.m_atomizer_endpoints, false);
+
114 if(!m_atomizer_network.connected_to_one()) {
+
115 m_logger->warn("Failed to connect to any atomizers.");
+
116 }
117
-
- -
119 auto as = m_archiver_network.start_server(
-
120 m_opts.m_archiver_endpoints[m_archiver_id],
-
121 [&](auto&& pkt) {
-
122 return server_handler(std::forward<decltype(pkt)>(pkt));
-
123 });
-
124
-
125 if(!as.has_value()) {
-
126 m_logger->error("Failed to establish shard server.");
-
127 return false;
-
128 }
-
129
-
130 m_archiver_server = std::move(as.value());
-
131
-
132 return true;
-
133 }
+
118 m_atomizer_handler_thread
+
119 = m_atomizer_network.start_handler([&](auto&& pkt) {
+
120 return atomizer_handler(std::forward<decltype(pkt)>(pkt));
+
121 });
+
122
+
123 return true;
+
124 }
-
134
-
-
135 auto controller::running() const -> bool {
-
136 return m_running;
-
137 }
+
125
+
+ +
127 auto as = m_archiver_network.start_server(
+
128 m_opts.m_archiver_endpoints[m_archiver_id],
+
129 [&](auto&& pkt) {
+
130 return server_handler(std::forward<decltype(pkt)>(pkt));
+
131 });
+
132
+
133 if(!as.has_value()) {
+
134 m_logger->error("Failed to establish shard server.");
+
135 return false;
+
136 }
+
137
+
138 m_archiver_server = std::move(as.value());
+
139
+
140 return true;
+
141 }
-
138
-
- -
140 -> std::optional<cbdc::buffer> {
-
141 auto req = from_buffer<request>(*pkt.m_pkt);
-
142 if(!req.has_value()) {
-
143 m_logger->error("Invalid request packet");
-
144 return std::nullopt;
-
145 }
-
146 auto blk = get_block(req.value());
-
147 return cbdc::make_buffer(blk);
-
148 }
+
142
+
+
143 auto controller::running() const -> bool {
+
144 return m_running;
+
145 }
-
149
-
- -
151 -> std::optional<cbdc::buffer> {
-
152 auto blk = from_buffer<atomizer::block>(*pkt.m_pkt);
-
153 if(!blk.has_value()) {
-
154 m_logger->error("Invalid request packet");
-
155 return std::nullopt;
-
156 }
-
157 if((m_max_samples != 0) && (m_samples >= m_max_samples)) {
-
158 m_running = false;
-
159 return std::nullopt;
-
160 }
-
161 digest_block(blk.value());
-
162 return std::nullopt;
-
163 }
+
146
+
+ +
148 -> std::optional<cbdc::buffer> {
+
149 auto req = from_buffer<request>(*pkt.m_pkt);
+
150 if(!req.has_value()) {
+
151 m_logger->error("Invalid request packet");
+
152 return std::nullopt;
+
153 }
+
154 auto blk = get_block(req.value());
+
155 return cbdc::make_buffer(blk);
+
156 }
-
164
-
- -
166 return m_best_height;
-
167 }
+
157
+
+ +
159 -> std::optional<cbdc::buffer> {
+
160 auto blk = from_buffer<atomizer::block>(*pkt.m_pkt);
+
161 if(!blk.has_value()) {
+
162 m_logger->error("Invalid request packet");
+
163 return std::nullopt;
+
164 }
+
165 if((m_max_samples != 0) && (m_samples >= m_max_samples)) {
+
166 m_running = false;
+
167 return std::nullopt;
+
168 }
+
169 digest_block(blk.value());
+
170 return std::nullopt;
+
171 }
-
168
-
- -
170 if(m_best_height == 0) {
-
171 // This is the first call to digest_block. Check if there is
-
172 // already a best height value in the database and set it if so.
-
173 std::string bestblock_val;
-
174 const auto blk_res
-
175 = m_db->Get(m_read_options, m_bestblock_key, &bestblock_val);
-
176 if(blk_res.ok()) {
-
177 m_best_height
-
178 = static_cast<uint64_t>(std::stoul(bestblock_val));
-
179 }
-
180 }
-
181
- -
183 bool digest_next{false};
-
184 {
-
185 if(blk.m_height <= m_best_height) {
-
186 m_logger->warn("Not processing duplicate block h:",
-
187 blk.m_height);
-
188 return;
-
189 }
-
190
-
191 if(blk.m_height != m_best_height + 1) {
-
192 // Not contiguous, check prev block isn't deferred already
-
193 auto it = m_deferred.find(blk.m_height - 1);
-
194 if(it == m_deferred.end()) {
-
195 // Request previous block from atomizer cluster
-
196 request_block(blk.m_height - 1);
-
197 }
-
198 m_deferred.emplace(blk.m_height, blk);
-
199 return;
-
200 }
-
201
-
202 leveldb::WriteBatch batch;
-
203
-
204 m_logger->trace("Digesting block ", blk.m_height, "... ");
-
205
-
206 auto blk_bytes = make_buffer(blk);
-
207 leveldb::Slice blk_slice(blk_bytes.c_str(), blk_bytes.size());
-
208
-
209 const auto height_str = std::to_string(blk.m_height);
-
210
- -
212 batch.Put(m_bestblock_key, height_str);
-
213 m_best_height++;
-
214
-
215 const auto res = m_db->Write(m_write_options, &batch);
-
216 assert(res.ok());
-
217
-
218 m_logger->trace("Digested block ", blk.m_height);
-
219 if(m_sample_collection_active) {
-
220 const auto old_block_time = m_last_block_time;
-
221 m_last_block_time = std::chrono::high_resolution_clock::now();
-
222 const auto s_since_last_block = std::chrono::duration<double>(
-
223 m_last_block_time - old_block_time);
-
224 const auto tx_throughput
-
225 = static_cast<double>(blk.m_transactions.size())
-
226 / s_since_last_block.count();
-
227
-
228 m_tp_sample_file << tx_throughput << std::endl;
-
229 m_samples++;
-
230 }
-
231
-
232 // Tell the atomizer cluster to prune all blocks <
-
233 // m_best_height
-
234 request_prune(m_best_height);
-
235
-
236 auto it = m_deferred.find(blk.m_height + 1);
-
237 if(it != m_deferred.end()) {
-
238 next_blk = it->second;
-
239 digest_next = true;
-
240 }
-
241
-
242 m_deferred.erase(blk.m_height);
-
243 }
-
244
-
245 if(digest_next) {
-
246 // TODO: this can recurse back to genesis. In a long-running system
-
247 // we'll want an alternative method of building a new archiver node
-
248 // and limit the depth of recursion here.
- -
250 }
-
251 }
+
172
+
+ +
174 return m_best_height;
+
175 }
+
176
+
+ +
178 if(m_best_height == 0) {
+
179 // This is the first call to digest_block. Check if there is
+
180 // already a best height value in the database and set it if so.
+
181 std::string bestblock_val;
+
182 const auto blk_res
+
183 = m_db->Get(m_read_options, m_bestblock_key, &bestblock_val);
+
184 if(blk_res.ok()) {
+
185 m_best_height
+
186 = static_cast<uint64_t>(std::stoul(bestblock_val));
+
187 }
+
188 }
+
189
+ +
191 bool digest_next{false};
+
192 {
+
193 if(blk.m_height <= m_best_height) {
+
194 m_logger->warn("Not processing duplicate block h:",
+
195 blk.m_height);
+
196 return;
+
197 }
+
198
+
199 if(blk.m_height != m_best_height + 1) {
+
200 // Not contiguous, check prev block isn't deferred already
+
201 auto it = m_deferred.find(blk.m_height - 1);
+
202 if(it == m_deferred.end()) {
+
203 // Request previous block from atomizer cluster
+
204 request_block(blk.m_height - 1);
+
205 }
+
206 m_deferred.emplace(blk.m_height, blk);
+
207 return;
+
208 }
+
209
+
210 leveldb::WriteBatch batch;
+
211
+
212 m_logger->trace("Digesting block ", blk.m_height, "... ");
+
213
+
214 auto blk_bytes = make_buffer(blk);
+
215 leveldb::Slice blk_slice(blk_bytes.c_str(), blk_bytes.size());
+
216
+
217 const auto height_str = std::to_string(blk.m_height);
+
218
+ +
220 batch.Put(m_bestblock_key, height_str);
+
221 m_best_height++;
+
222
+
223 const auto res = m_db->Write(m_write_options, &batch);
+
224 assert(res.ok());
+
225
+
226 m_logger->trace("Digested block ", blk.m_height);
+
227 if(m_sample_collection_active) {
+
228 const auto old_block_time = m_last_block_time;
+
229 m_last_block_time = std::chrono::high_resolution_clock::now();
+
230 const auto s_since_last_block = std::chrono::duration<double>(
+
231 m_last_block_time - old_block_time);
+
232 const auto tx_throughput
+
233 = static_cast<double>(blk.m_transactions.size())
+
234 / s_since_last_block.count();
+
235
+
236 m_tp_sample_file << tx_throughput << std::endl;
+
237 m_samples++;
+
238 }
+
239
+
240 // Tell the atomizer cluster to prune all blocks <
+
241 // m_best_height
+
242 request_prune(m_best_height);
+
243
+
244 auto it = m_deferred.find(blk.m_height + 1);
+
245 if(it != m_deferred.end()) {
+
246 next_blk = it->second;
+
247 digest_next = true;
+
248 }
+
249
+
250 m_deferred.erase(blk.m_height);
+
251 }
252
-
- -
254 -> std::optional<cbdc::atomizer::block> {
-
255 m_logger->trace(__func__, "(", height, ")");
-
256 std::string height_str = std::to_string(height);
-
257 std::string blk_str;
-
258 // Assume blocks with 100k 256-byte transactions.
-
259 static constexpr const auto expected_entry_sz = 256 * 100000;
-
260 blk_str.reserve(expected_entry_sz);
-
261 auto s = m_db->Get(m_read_options, height_str, &blk_str);
-
262
-
263 if(!s.ok()) {
-
264 m_logger->warn("block", height, "not found");
-
265 m_logger->trace("end", __func__);
-
266
-
267 return std::nullopt;
-
268 }
-
269
-
270 auto buf = cbdc::buffer();
-
271 buf.append(blk_str.data(), blk_str.size());
- -
273 assert(blk.has_value());
-
274 m_logger->trace("found block", height, "-", blk.value().m_height);
-
275 return blk.value();
-
276 }
+
253 if(digest_next) {
+
254 // TODO: this can recurse back to genesis. In a long-running system
+
255 // we'll want an alternative method of building a new archiver node
+
256 // and limit the depth of recursion here.
+ +
258 }
+
259 }
+
260
+
+ +
262 -> std::optional<cbdc::atomizer::block> {
+
263 m_logger->trace(__func__, "(", height, ")");
+
264 std::string height_str = std::to_string(height);
+
265 std::string blk_str;
+
266 // Assume blocks with 100k 256-byte transactions.
+
267 static constexpr const auto expected_entry_sz = 256 * 100000;
+
268 blk_str.reserve(expected_entry_sz);
+
269 auto s = m_db->Get(m_read_options, height_str, &blk_str);
+
270
+
271 if(!s.ok()) {
+
272 m_logger->warn("block", height, "not found");
+
273 m_logger->trace("end", __func__);
+
274
+
275 return std::nullopt;
+
276 }
277
-
278 void controller::request_block(uint64_t height) {
-
279 m_logger->trace("Requesting block", height);
-
280 auto req = atomizer::get_block_request{height};
- -
282 if(!m_atomizer_network.send_to_one(pkt)) {
-
283 m_logger->error("Failed to request block", height);
-
284 }
-
285 }
-
286
-
287 void controller::request_prune(uint64_t height) {
-
288 m_logger->trace("Requesting prune h <", height);
-
289 auto req = atomizer::prune_request{height};
- -
291 if(!m_atomizer_network.send_to_one(pkt)) {
-
292 m_logger->error("Failed to request prune", height);
-
293 }
-
294 }
-
295}
+
278 auto buf = cbdc::buffer();
+
279 buf.append(blk_str.data(), blk_str.size());
+ +
281 assert(blk.has_value());
+
282 m_logger->trace("found block", height, "-", blk.value().m_height);
+
283 return blk.value();
+
284 }
+
+
285
+
286 void controller::request_block(uint64_t height) {
+
287 m_logger->trace("Requesting block", height);
+
288 auto req = atomizer::get_block_request{height};
+ +
290 if(!m_atomizer_network.send_to_one(pkt)) {
+
291 m_logger->error("Failed to request block", height);
+
292 }
+
293 }
+
294
+
295 void controller::request_prune(uint64_t height) {
+
296 m_logger->trace("Requesting prune h <", height);
+
297 auto req = atomizer::prune_request{height};
+ +
299 if(!m_atomizer_network.send_to_one(pkt)) {
+
300 m_logger->error("Failed to request prune", height);
+
301 }
+
302 }
+
303}
-
auto get_block(uint64_t height) -> std::optional< cbdc::atomizer::block >
Queries the archiver database for the block at the specified height.
-
auto init() -> bool
Initializes the controller with all its dependencies.
-
auto running() const -> bool
Returns true if this archiver is receiving blocks from the atomizer.
-
auto init_sample_collection() -> bool
Initializes the sample collection.
-
auto atomizer_handler(cbdc::network::message_t &&pkt) -> std::optional< cbdc::buffer >
Receives a serialized block from the atomizer and digests it.
-
void digest_block(const cbdc::atomizer::block &blk)
Adds a block to the archiver database.
-
auto init_leveldb() -> bool
Initializes the LevelDB database.
-
auto best_block_height() const -> uint64_t
Returns the archiver's best block height.
-
auto init_archiver_server() -> bool
Initializes the archiver server.
-
auto server_handler(cbdc::network::message_t &&pkt) -> std::optional< cbdc::buffer >
Receives a request for an archived block and returns the block.
- -
auto init_best_block() -> bool
Initializes the best block value.
-
auto init_atomizer_connection() -> bool
Initializes the connection to the atomizer.
+
auto get_block(uint64_t height) -> std::optional< cbdc::atomizer::block >
Queries the archiver database for the block at the specified height.
+
auto init() -> bool
Initializes the controller with all its dependencies.
+
auto running() const -> bool
Returns true if this archiver is receiving blocks from the atomizer.
+
auto init_sample_collection() -> bool
Initializes the sample collection.
+
auto atomizer_handler(cbdc::network::message_t &&pkt) -> std::optional< cbdc::buffer >
Receives a serialized block from the atomizer and digests it.
+
void digest_block(const cbdc::atomizer::block &blk)
Adds a block to the archiver database.
+
auto init_leveldb() -> bool
Initializes the LevelDB database.
+
auto best_block_height() const -> uint64_t
Returns the archiver's best block height.
+
auto init_archiver_server() -> bool
Initializes the archiver server.
+
auto server_handler(cbdc::network::message_t &&pkt) -> std::optional< cbdc::buffer >
Receives a request for an archived block and returns the block.
+ +
auto init_best_block() -> bool
Initializes the best block value.
+
auto init_atomizer_connection() -> bool
Initializes the connection to the atomizer.
void close()
Shuts down the network listener and all existing peer connections.
auto send_to_one(const std::shared_ptr< buffer > &data) -> bool
Send the provided data to an online peer managed by this network.
@@ -444,6 +454,8 @@
@ array
A collection of RLP values.
auto make_shared_buffer(const T &obj) -> std::shared_ptr< cbdc::buffer >
Serialize object into std::shared_ptr<cbdc::buffer> using a cbdc::buffer_serializer.
auto make_buffer(const T &obj) -> std::enable_if_t< std::is_same_v< B, nuraft::ptr< nuraft::buffer > >, nuraft::ptr< nuraft::buffer > >
Serialize object into nuraft::buffer using a cbdc::nuraft_serializer.
+
Wrapper for leveldb::WriteOptions to provide a constructor to set base class member "sync".
+
Batch of compact transactions settled by the atomizer.
Definition block.hpp:19
Project-wide configuration options.
Definition config.hpp:132
diff --git a/uhs_2atomizer_2archiver_2controller_8hpp.html b/uhs_2atomizer_2archiver_2controller_8hpp.html index f69e29f2d..4d6071bd4 100644 --- a/uhs_2atomizer_2archiver_2controller_8hpp.html +++ b/uhs_2atomizer_2archiver_2controller_8hpp.html @@ -274,6 +274,9 @@ + + + diff --git a/uhs_2atomizer_2archiver_2controller_8hpp.js b/uhs_2atomizer_2archiver_2controller_8hpp.js index 3147ce229..0e210b390 100644 --- a/uhs_2atomizer_2archiver_2controller_8hpp.js +++ b/uhs_2atomizer_2archiver_2controller_8hpp.js @@ -1,4 +1,5 @@ var uhs_2atomizer_2archiver_2controller_8hpp = [ + [ "cbdc::archiver::leveldbWriteOptions", "structcbdc_1_1archiver_1_1leveldbWriteOptions.html", "structcbdc_1_1archiver_1_1leveldbWriteOptions" ], [ "cbdc::archiver::controller", "classcbdc_1_1archiver_1_1controller.html", "classcbdc_1_1archiver_1_1controller" ] ]; \ No newline at end of file diff --git a/uhs_2atomizer_2archiver_2controller_8hpp_source.html b/uhs_2atomizer_2archiver_2controller_8hpp_source.html index 2a88c616a..ec4e444dd 100644 --- a/uhs_2atomizer_2archiver_2controller_8hpp_source.html +++ b/uhs_2atomizer_2archiver_2controller_8hpp_source.html @@ -115,103 +115,110 @@
14#include <leveldb/db.h>
15
16namespace cbdc::archiver {
-
-
21 class controller {
-
22 public:
-
23 controller() = delete;
-
24 controller(const controller&) = delete;
-
25 auto operator=(const controller&) -> controller& = delete;
- -
27 auto operator=(controller&&) -> controller& = delete;
-
28
- - -
36 std::shared_ptr<logging::log> log,
-
37 size_t max_samples);
-
38
- -
40
-
43 auto init() -> bool;
-
44
-
47 auto init_leveldb() -> bool;
-
48
-
51 auto init_best_block() -> bool;
-
52
- -
56
- -
60
-
63 auto init_archiver_server() -> bool;
-
64
- -
68
-
73 auto server_handler(cbdc::network::message_t&& pkt)
-
74 -> std::optional<cbdc::buffer>;
-
75
-
81 auto atomizer_handler(cbdc::network::message_t&& pkt)
-
82 -> std::optional<cbdc::buffer>;
-
83
-
95 void digest_block(const cbdc::atomizer::block& blk);
-
96
-
102 auto get_block(uint64_t height)
-
103 -> std::optional<cbdc::atomizer::block>;
-
104
-
111 [[nodiscard]] auto running() const -> bool;
-
112
-
113 private:
-
114 uint32_t m_archiver_id;
-
115 cbdc::config::options m_opts;
-
116 std::shared_ptr<logging::log> m_logger;
-
117
-
118 std::unique_ptr<leveldb::DB> m_db;
-
119 uint64_t m_best_height{0};
-
123 std::map<uint64_t, cbdc::atomizer::block> m_deferred;
-
124 std::ofstream m_tp_sample_file;
-
125 std::chrono::high_resolution_clock::time_point m_last_block_time;
-
126 size_t m_max_samples{};
-
127 size_t m_samples{};
-
128
-
129 cbdc::network::connection_manager m_atomizer_network;
-
130 cbdc::network::connection_manager m_archiver_network;
-
131
-
132 bool m_sample_collection_active{false};
-
133
-
134 std::thread m_atomizer_handler_thread;
-
135 std::thread m_archiver_server;
-
136
-
137 std::atomic_bool m_running{true};
-
138
-
139 const std::string m_bestblock_key = "bestblock";
-
140 static constexpr const leveldb::ReadOptions m_read_options{};
-
141 static constexpr const leveldb::WriteOptions m_write_options{true};
-
142
-
143 void request_block(uint64_t height);
-
144 void request_prune(uint64_t height);
-
145 };
+
17
+
+
22 struct leveldbWriteOptions : public leveldb::WriteOptions {
+
23 explicit leveldbWriteOptions(bool do_sync);
+
24 };
-
146}
+
25
+
+
30 class controller {
+
31 public:
+
32 controller() = delete;
+
33 controller(const controller&) = delete;
+
34 auto operator=(const controller&) -> controller& = delete;
+ +
36 auto operator=(controller&&) -> controller& = delete;
+
37
+ + +
45 std::shared_ptr<logging::log> log,
+
46 size_t max_samples);
+
47
+ +
49
+
52 auto init() -> bool;
+
53
+
56 auto init_leveldb() -> bool;
+
57
+
60 auto init_best_block() -> bool;
+
61
+ +
65
+ +
69
+
72 auto init_archiver_server() -> bool;
+
73
+ +
77
+
82 auto server_handler(cbdc::network::message_t&& pkt)
+
83 -> std::optional<cbdc::buffer>;
+
84
+
90 auto atomizer_handler(cbdc::network::message_t&& pkt)
+
91 -> std::optional<cbdc::buffer>;
+
92
+
104 void digest_block(const cbdc::atomizer::block& blk);
+
105
+
111 auto get_block(uint64_t height)
+
112 -> std::optional<cbdc::atomizer::block>;
+
113
+
120 [[nodiscard]] auto running() const -> bool;
+
121
+
122 private:
+
123 uint32_t m_archiver_id;
+
124 cbdc::config::options m_opts;
+
125 std::shared_ptr<logging::log> m_logger;
+
126
+
127 std::unique_ptr<leveldb::DB> m_db;
+
128 uint64_t m_best_height{0};
+
132 std::map<uint64_t, cbdc::atomizer::block> m_deferred;
+
133 std::ofstream m_tp_sample_file;
+
134 std::chrono::high_resolution_clock::time_point m_last_block_time;
+
135 size_t m_max_samples{};
+
136 size_t m_samples{};
+
137
+
138 cbdc::network::connection_manager m_atomizer_network;
+
139 cbdc::network::connection_manager m_archiver_network;
+
140
+
141 bool m_sample_collection_active{false};
+
142
+
143 std::thread m_atomizer_handler_thread;
+
144 std::thread m_archiver_server;
+
145
+
146 std::atomic_bool m_running{true};
147
-
148#endif // OPENCBDC_TX_SRC_ARCHIVER_CONTROLLER_H_
+
148 const std::string m_bestblock_key = "bestblock";
+
149 static constexpr const leveldb::ReadOptions m_read_options{};
+
150 static const leveldbWriteOptions m_write_options;
+
151
+
152 void request_block(uint64_t height);
+
153 void request_prune(uint64_t height);
+
154 };
+
+
155}
+
156
+
157#endif // OPENCBDC_TX_SRC_ARCHIVER_CONTROLLER_H_
-
Wrapper for the archiver executable implementation.
+
Wrapper for the archiver executable implementation.
-
auto get_block(uint64_t height) -> std::optional< cbdc::atomizer::block >
Queries the archiver database for the block at the specified height.
-
auto init() -> bool
Initializes the controller with all its dependencies.
-
auto running() const -> bool
Returns true if this archiver is receiving blocks from the atomizer.
-
auto init_sample_collection() -> bool
Initializes the sample collection.
-
auto atomizer_handler(cbdc::network::message_t &&pkt) -> std::optional< cbdc::buffer >
Receives a serialized block from the atomizer and digests it.
-
void digest_block(const cbdc::atomizer::block &blk)
Adds a block to the archiver database.
-
auto init_leveldb() -> bool
Initializes the LevelDB database.
-
auto best_block_height() const -> uint64_t
Returns the archiver's best block height.
+
auto get_block(uint64_t height) -> std::optional< cbdc::atomizer::block >
Queries the archiver database for the block at the specified height.
+
auto init() -> bool
Initializes the controller with all its dependencies.
+
auto running() const -> bool
Returns true if this archiver is receiving blocks from the atomizer.
+
auto init_sample_collection() -> bool
Initializes the sample collection.
+
auto atomizer_handler(cbdc::network::message_t &&pkt) -> std::optional< cbdc::buffer >
Receives a serialized block from the atomizer and digests it.
+
void digest_block(const cbdc::atomizer::block &blk)
Adds a block to the archiver database.
+
auto init_leveldb() -> bool
Initializes the LevelDB database.
+
auto best_block_height() const -> uint64_t
Returns the archiver's best block height.
controller(controller &&)=delete
auto operator=(controller &&) -> controller &=delete
-
auto init_archiver_server() -> bool
Initializes the archiver server.
-
auto server_handler(cbdc::network::message_t &&pkt) -> std::optional< cbdc::buffer >
Receives a request for an archived block and returns the block.
+
auto init_archiver_server() -> bool
Initializes the archiver server.
+
auto server_handler(cbdc::network::message_t &&pkt) -> std::optional< cbdc::buffer >
Receives a request for an archived block and returns the block.
controller(const controller &)=delete
auto operator=(const controller &) -> controller &=delete
- -
auto init_best_block() -> bool
Initializes the best block value.
-
auto init_atomizer_connection() -> bool
Initializes the connection to the atomizer.
+ +
auto init_best_block() -> bool
Initializes the best block value.
+
auto init_atomizer_connection() -> bool
Initializes the connection to the atomizer.
Buffer to store and retrieve byte data.
Definition buffer.hpp:15
Tools for reading options from a configuration file and building application-specific parameter sets ...
@@ -219,6 +226,8 @@
@ array
A collection of RLP values.
+
Wrapper for leveldb::WriteOptions to provide a constructor to set base class member "sync".
+
Project-wide configuration options.
Definition config.hpp:132
diff --git a/uhs_2atomizer_2atomizer_2controller_8cpp_source.html b/uhs_2atomizer_2atomizer_2controller_8cpp_source.html index 9ab178b34..6f9822571 100644 --- a/uhs_2atomizer_2atomizer_2controller_8cpp_source.html +++ b/uhs_2atomizer_2atomizer_2controller_8cpp_source.html @@ -264,141 +264,142 @@
157
158 void controller::tx_notify_handler() {
159 while(m_running) {
-
160 if(!m_raft_node.send_complete_txs([&](auto&& res, auto&& err) {
-
161 err_return_handler(std::forward<decltype(res)>(res),
-
162 std::forward<decltype(err)>(err));
-
163 })) {
-
164 static constexpr auto batch_send_delay
-
165 = std::chrono::milliseconds(20);
-
166 std::this_thread::sleep_for(batch_send_delay);
-
167 }
-
168 }
-
169 }
-
170
-
171 void controller::main_handler() {
-
172 auto last_time = std::chrono::high_resolution_clock::now();
-
173
-
174 while(m_running) {
-
175 const auto next_time
-
176 = last_time
-
177 + std::chrono::milliseconds(m_opts.m_target_block_interval);
-
178 std::this_thread::sleep_until(next_time);
-
179 last_time = std::chrono::high_resolution_clock::now();
-
180
-
181 if(m_raft_node.is_leader()) {
-
182 auto req = make_block_request();
-
183 auto res
-
184 = m_raft_node.make_request(req, [&](auto&& r, auto&& err) {
-
185 raft_result_handler(
-
186 std::forward<decltype(r)>(r),
-
187 std::forward<decltype(err)>(err));
-
188 });
-
189 if(!res && m_running) {
-
190 m_logger->error("Failed to make block at time",
-
191 last_time.time_since_epoch().count());
-
192 }
-
193 }
-
194 }
-
195 }
-
196
-
197 void controller::raft_result_handler(raft::result_type& r,
-
198 nuraft::ptr<std::exception>& err) {
-
199 if(err) {
-
200 return;
-
201 }
-
202
-
203 const auto res = r.get();
-
204 assert(res);
- -
206 assert(maybe_resp.has_value());
-
207 assert(
-
208 std::holds_alternative<make_block_response>(maybe_resp.value()));
-
209 auto& resp = std::get<make_block_response>(maybe_resp.value());
-
210
-
211 auto blk_pkt = make_shared_buffer(resp.m_blk);
-
212
-
213 m_atomizer_network.broadcast(blk_pkt);
-
214
-
215 m_logger->info("Block h:",
-
216 resp.m_blk.m_height,
-
217 ", nTXs:",
-
218 resp.m_blk.m_transactions.size(),
-
219 ", log idx:",
-
220 m_raft_node.last_log_idx(),
-
221 ", notifications:",
-
222 m_raft_node.tx_notify_count());
-
223
-
224 if(!resp.m_errs.empty()) {
-
225 auto buf = make_shared_buffer(resp.m_errs);
-
226 m_watchtower_network.broadcast(buf);
-
227 }
-
228 }
-
229
-
230 void controller::err_return_handler(raft::result_type& r,
-
231 nuraft::ptr<std::exception>& err) {
-
232 if(err) {
-
233 m_logger->warn("Exception handling log entry:", err->what());
-
234 return;
-
235 }
-
236
-
237 const auto res = r.get();
-
238 if(res) {
- -
240 assert(maybe_resp.has_value());
-
241 assert(std::holds_alternative<errors>(maybe_resp.value()));
-
242 auto& resp = std::get<errors>(maybe_resp.value());
-
243 m_watchtower_network.broadcast(resp);
-
244 }
-
245 }
-
246
-
247 auto controller::raft_callback(nuraft::cb_func::Type type,
-
248 nuraft::cb_func::Param* /* param */)
-
249 -> nuraft::cb_func::ReturnCode {
-
250 if(type == nuraft::cb_func::Type::BecomeFollower) {
-
251 // We became a follower so shutdown the client network handler and
-
252 // stop listening.
-
253 m_atomizer_network.close();
-
254 if(m_atomizer_server.joinable()) {
-
255 m_atomizer_server.join();
-
256 }
-
257 m_logger->debug("Became follower, stopped listening");
-
258 } else if(type == nuraft::cb_func::Type::BecomeLeader) {
-
259 // We became the leader. Ensure the previous handler thread is
-
260 // stopped and network shut down.
-
261 m_atomizer_network.close();
-
262 if(m_atomizer_server.joinable()) {
-
263 m_atomizer_server.join();
-
264 }
-
265 // Reset the client network so we can use it again.
-
266 m_atomizer_network.reset();
-
267 // Start listening on our client endpoint and start the handler
-
268 // thread.
-
269 auto as = m_atomizer_network.start_server(
-
270 m_opts.m_atomizer_endpoints[m_atomizer_id],
-
271 [&](auto&& pkt) {
-
272 return server_handler(std::forward<decltype(pkt)>(pkt));
-
273 });
-
274
-
275 if(!as.has_value()) {
-
276 m_logger->fatal("Failed to establish atomizer server.");
-
277 }
-
278 m_atomizer_server = std::move(as.value());
-
279 m_logger->debug("Became leader, started listening");
-
280 }
-
281 return nuraft::cb_func::ReturnCode::Ok;
-
282 }
-
283
-
284 void controller::notification_consumer() {
-
285 while(m_running) {
-
286 auto notif = tx_notify_request();
-
287 auto popped = m_notification_queue.pop(notif);
-
288 if(!popped) {
-
289 break;
-
290 }
-
291 m_raft_node.tx_notify(std::move(notif));
-
292 }
-
293 }
-
294}
+
160 if(!m_raft_node.send_complete_txs(
+
161 [&, this](auto&& res, auto&& err) {
+
162 err_return_handler(std::forward<decltype(res)>(res),
+
163 std::forward<decltype(err)>(err));
+
164 })) {
+
165 static constexpr auto batch_send_delay
+
166 = std::chrono::milliseconds(20);
+
167 std::this_thread::sleep_for(batch_send_delay);
+
168 }
+
169 }
+
170 }
+
171
+
172 void controller::main_handler() {
+
173 auto last_time = std::chrono::high_resolution_clock::now();
+
174
+
175 while(m_running) {
+
176 const auto next_time
+
177 = last_time
+
178 + std::chrono::milliseconds(m_opts.m_target_block_interval);
+
179 std::this_thread::sleep_until(next_time);
+
180 last_time = std::chrono::high_resolution_clock::now();
+
181
+
182 if(m_raft_node.is_leader()) {
+
183 auto req = make_block_request();
+
184 auto res
+
185 = m_raft_node.make_request(req, [&](auto&& r, auto&& err) {
+
186 raft_result_handler(
+
187 std::forward<decltype(r)>(r),
+
188 std::forward<decltype(err)>(err));
+
189 });
+
190 if(!res && m_running) {
+
191 m_logger->error("Failed to make block at time",
+
192 last_time.time_since_epoch().count());
+
193 }
+
194 }
+
195 }
+
196 }
+
197
+
198 void controller::raft_result_handler(raft::result_type& r,
+
199 nuraft::ptr<std::exception>& err) {
+
200 if(err) {
+
201 return;
+
202 }
+
203
+
204 const auto res = r.get();
+
205 assert(res);
+ +
207 assert(maybe_resp.has_value());
+
208 assert(
+
209 std::holds_alternative<make_block_response>(maybe_resp.value()));
+
210 auto& resp = std::get<make_block_response>(maybe_resp.value());
+
211
+
212 auto blk_pkt = make_shared_buffer(resp.m_blk);
+
213
+
214 m_atomizer_network.broadcast(blk_pkt);
+
215
+
216 m_logger->info("Block h:",
+
217 resp.m_blk.m_height,
+
218 ", nTXs:",
+
219 resp.m_blk.m_transactions.size(),
+
220 ", log idx:",
+
221 m_raft_node.last_log_idx(),
+
222 ", notifications:",
+
223 m_raft_node.tx_notify_count());
+
224
+
225 if(!resp.m_errs.empty()) {
+
226 auto buf = make_shared_buffer(resp.m_errs);
+
227 m_watchtower_network.broadcast(buf);
+
228 }
+
229 }
+
230
+
231 void controller::err_return_handler(raft::result_type& r,
+
232 nuraft::ptr<std::exception>& err) {
+
233 if(err) {
+
234 m_logger->warn("Exception handling log entry:", err->what());
+
235 return;
+
236 }
+
237
+
238 const auto res = r.get();
+
239 if(res) {
+ +
241 assert(maybe_resp.has_value());
+
242 assert(std::holds_alternative<errors>(maybe_resp.value()));
+
243 auto& resp = std::get<errors>(maybe_resp.value());
+
244 m_watchtower_network.broadcast(resp);
+
245 }
+
246 }
+
247
+
248 auto controller::raft_callback(nuraft::cb_func::Type type,
+
249 nuraft::cb_func::Param* /* param */)
+
250 -> nuraft::cb_func::ReturnCode {
+
251 if(type == nuraft::cb_func::Type::BecomeFollower) {
+
252 // We became a follower so shutdown the client network handler and
+
253 // stop listening.
+
254 m_atomizer_network.close();
+
255 if(m_atomizer_server.joinable()) {
+
256 m_atomizer_server.join();
+
257 }
+
258 m_logger->debug("Became follower, stopped listening");
+
259 } else if(type == nuraft::cb_func::Type::BecomeLeader) {
+
260 // We became the leader. Ensure the previous handler thread is
+
261 // stopped and network shut down.
+
262 m_atomizer_network.close();
+
263 if(m_atomizer_server.joinable()) {
+
264 m_atomizer_server.join();
+
265 }
+
266 // Reset the client network so we can use it again.
+
267 m_atomizer_network.reset();
+
268 // Start listening on our client endpoint and start the handler
+
269 // thread.
+
270 auto as = m_atomizer_network.start_server(
+
271 m_opts.m_atomizer_endpoints[m_atomizer_id],
+
272 [&](auto&& pkt) {
+
273 return server_handler(std::forward<decltype(pkt)>(pkt));
+
274 });
+
275
+
276 if(!as.has_value()) {
+
277 m_logger->fatal("Failed to establish atomizer server.");
+
278 }
+
279 m_atomizer_server = std::move(as.value());
+
280 m_logger->debug("Became leader, started listening");
+
281 }
+
282 return nuraft::cb_func::ReturnCode::Ok;
+
283 }
+
284
+
285 void controller::notification_consumer() {
+
286 while(m_running) {
+
287 auto notif = tx_notify_request();
+
288 auto popped = m_notification_queue.pop(notif);
+
289 if(!popped) {
+
290 break;
+
291 }
+
292 m_raft_node.tx_notify(std::move(notif));
+
293 }
+
294 }
+
295}
void tx_notify(tx_notify_request &&notif)
Add the given transaction notification to the set of pending notifications.
auto send_complete_txs(const raft::callback_type &result_fn) -> bool
Replicate a transaction notification command in the state machine containing the current set of compl...
diff --git a/uhs_2atomizer_2atomizer_2messages_8hpp_source.html b/uhs_2atomizer_2atomizer_2messages_8hpp_source.html index 5fcb0d916..2e7a93e0d 100644 --- a/uhs_2atomizer_2atomizer_2messages_8hpp_source.html +++ b/uhs_2atomizer_2atomizer_2messages_8hpp_source.html @@ -201,7 +201,7 @@
auto operator==(const tx_notify_request &rhs) const -> bool
transaction::compact_tx m_tx
Compact transaction associated with the notification.
uint64_t m_block_height
Block height at which the given input attestations are valid.
-
A condensed, hash-only transaction representation.
+
A condensed, hash-only transaction representation.
Messages atomizers and shards can use to transmit errors to the watchtower, and which the watchtower ...
diff --git a/uhs_2atomizer_2sentinel_2controller_8cpp_source.html b/uhs_2atomizer_2sentinel_2controller_8cpp_source.html index 34a5b5046..42b7a694f 100644 --- a/uhs_2atomizer_2sentinel_2controller_8cpp_source.html +++ b/uhs_2atomizer_2sentinel_2controller_8cpp_source.html @@ -267,7 +267,7 @@
157 success
158 = m_sentinel_clients[sentinel_id]->validate_transaction(
159 tx,
- +
161 auto r = requested;
162 r.insert(sentinel_id);
163 validate_result_handler(v_res, tx, ctx, r);
@@ -331,7 +331,7 @@
@ static_invalid
Statically invalid. Must be fixed and resubmitted.
@ pending
Statically valid, and the sentinel has submitted the transaction to the network for processing.
auto check_tx(const cbdc::transaction::full_tx &tx) -> std::optional< tx_error >
Runs static validation checks on the given transaction.
-
auto tx_id(const full_tx &tx) noexcept -> hash_t
Calculates the unique hash of a full transaction.
+
auto tx_id(const full_tx &tx) noexcept -> hash_t
Calculates the unique hash of a full transaction.
@ array
A collection of RLP values.
auto to_string(const hash_t &val) -> std::string
Converts a hash to a hexadecimal string.
auto make_buffer(const T &obj) -> std::enable_if_t< std::is_same_v< B, nuraft::ptr< nuraft::buffer > >, nuraft::ptr< nuraft::buffer > >
Serialize object into nuraft::buffer using a cbdc::nuraft_serializer.
@@ -340,8 +340,8 @@
size_t m_attestation_threshold
Number of sentinel attestations needed for a compact transaction.
Definition config.hpp:260
Sentinel-specific representation of shard network information.
-
A condensed, hash-only transaction representation.
-
A complete transaction.
+
A condensed, hash-only transaction representation.
+
A complete transaction.
diff --git a/uhs_2atomizer_2sentinel_2controller_8hpp_source.html b/uhs_2atomizer_2sentinel_2controller_8hpp_source.html index eca3111d4..c37a521c4 100644 --- a/uhs_2atomizer_2sentinel_2controller_8hpp_source.html +++ b/uhs_2atomizer_2sentinel_2controller_8hpp_source.html @@ -206,7 +206,7 @@
std::array< unsigned char, pubkey_len > privkey_t
A private key of a public/private keypair.
Definition keys.hpp:23
@ array
A collection of RLP values.
Project-wide configuration options.
Definition config.hpp:132
-
A complete transaction.
+
A complete transaction.
diff --git a/uhs_2client_2client_8cpp_source.html b/uhs_2client_2client_8cpp_source.html index 9ca633806..0c97bfae6 100644 --- a/uhs_2client_2client_8cpp_source.html +++ b/uhs_2client_2client_8cpp_source.html @@ -528,7 +528,7 @@
auto decode(const std::string &addr_str) -> std::optional< cbdc::hash_t >
auto to_string(tx_status status) -> std::string
Return a human-readable string describing a tx_status.
@ confirmed
Executed to completion.
-
auto tx_id(const full_tx &tx) noexcept -> hash_t
Calculates the unique hash of a full transaction.
+
auto tx_id(const full_tx &tx) noexcept -> hash_t
Calculates the unique hash of a full transaction.
std::array< unsigned char, cbdc::hash_size > hash_t
SHA256 hash container.
@ array
A collection of RLP values.
@@ -536,10 +536,10 @@
std::array< unsigned char, pubkey_len > pubkey_t
A public key of a public/private keypair.
Definition keys.hpp:25
Project-wide configuration options.
Definition config.hpp:132
-
A complete transaction.
-
std::vector< input > m_inputs
The set of inputs for the transaction.
-
An input for a new transaction.
-
out_point m_prevout
The unique identifier of the output.
+
A complete transaction.
+
std::vector< input > m_inputs
The set of inputs for the transaction.
+
An input for a new transaction.
+
out_point m_prevout
The unique identifier of the output.
hash_t m_tx_id
The hash of the transaction which created the out_point.
diff --git a/uhs_2client_2client_8hpp_source.html b/uhs_2client_2client_8hpp_source.html index 173db7b3d..808edb2fa 100644 --- a/uhs_2client_2client_8hpp_source.html +++ b/uhs_2client_2client_8hpp_source.html @@ -272,8 +272,8 @@
@ array
A collection of RLP values.
std::array< unsigned char, pubkey_len > pubkey_t
A public key of a public/private keypair.
Definition keys.hpp:25
Project-wide configuration options.
Definition config.hpp:132
-
A complete transaction.
-
An input for a new transaction.
+
A complete transaction.
+
An input for a new transaction.
diff --git a/uhs_2sentinel_2client_8cpp_source.html b/uhs_2sentinel_2client_8cpp_source.html index a90e7959c..7f32ca343 100644 --- a/uhs_2sentinel_2client_8cpp_source.html +++ b/uhs_2sentinel_2client_8cpp_source.html @@ -192,7 +192,7 @@
@ array
A collection of RLP values.
Request type for transaction validation and attestation.
-
A complete transaction.
+
A complete transaction.
diff --git a/uhs_2sentinel_2client_8hpp_source.html b/uhs_2sentinel_2client_8hpp_source.html index 05ab9295f..6f4e88a69 100644 --- a/uhs_2sentinel_2client_8hpp_source.html +++ b/uhs_2sentinel_2client_8hpp_source.html @@ -181,7 +181,7 @@
@ array
A collection of RLP values.
Project-wide configuration options.
Definition config.hpp:132
-
A complete transaction.
+
A complete transaction.
diff --git a/uhs_2sentinel_2interface_8hpp_source.html b/uhs_2sentinel_2interface_8hpp_source.html index f5263ab2e..a007bee5a 100644 --- a/uhs_2sentinel_2interface_8hpp_source.html +++ b/uhs_2sentinel_2interface_8hpp_source.html @@ -193,7 +193,7 @@
@ pending
Statically valid, and the sentinel has submitted the transaction to the network for processing.
@ confirmed
Executed to completion.
std::variant< execute_request, validate_request > request
Sentinel RPC request type.
-
std::pair< pubkey_t, signature_t > sentinel_attestation
Sentinel attestation type.
+
std::pair< pubkey_t, signature_t > sentinel_attestation
Sentinel attestation type.
@ array
A collection of RLP values.
@@ -204,7 +204,7 @@
cbdc::network::peer_id_t m_peer_id
Network ID of the peer corresponding to this shard generated by a call to cbdc::network::network::con...
config::shard_range_t m_range
UHS ID range.
Request type for transaction validation and attestation.
-
A complete transaction.
+
A complete transaction.
diff --git a/uhs_2transaction_2messages_8cpp_source.html b/uhs_2transaction_2messages_8cpp_source.html index adf00dbe5..24536f58f 100644 --- a/uhs_2transaction_2messages_8cpp_source.html +++ b/uhs_2transaction_2messages_8cpp_source.html @@ -233,9 +233,9 @@
auto operator>>(serializer &deser, parsec::agent::rpc::request &req) -> serializer &
@ array
A collection of RLP values.
auto operator<<(serializer &ser, const parsec::agent::rpc::request &req) -> serializer &
-
A condensed, hash-only transaction representation.
-
A complete transaction.
-
An input for a new transaction.
+
A condensed, hash-only transaction representation.
+
A complete transaction.
+
An input for a new transaction.
The unique identifier of a specific output from a transaction.
An output of a transaction.
An error that may occur when sentinels validate inputs.
diff --git a/uhs_2twophase_2coordinator_2client_8cpp_source.html b/uhs_2twophase_2coordinator_2client_8cpp_source.html index b3e8486cc..46bfdcd0f 100644 --- a/uhs_2twophase_2coordinator_2client_8cpp_source.html +++ b/uhs_2twophase_2coordinator_2client_8cpp_source.html @@ -136,7 +136,7 @@
auto execute_transaction(transaction::compact_tx tx, callback_type result_callback) -> bool override
Requests execution of the given transaction using the coordinator cluster.
@ array
A collection of RLP values.
-
A condensed, hash-only transaction representation.
+
A condensed, hash-only transaction representation.
diff --git a/uhs_2twophase_2coordinator_2client_8hpp_source.html b/uhs_2twophase_2coordinator_2client_8hpp_source.html index 63f2003b4..1e3f59614 100644 --- a/uhs_2twophase_2coordinator_2client_8hpp_source.html +++ b/uhs_2twophase_2coordinator_2client_8hpp_source.html @@ -150,7 +150,7 @@
auto execute_transaction(transaction::compact_tx tx, callback_type result_callback) -> bool override
Requests execution of the given transaction using the coordinator cluster.
@ array
A collection of RLP values.
-
A condensed, hash-only transaction representation.
+
A condensed, hash-only transaction representation.
diff --git a/uhs_2twophase_2coordinator_2controller_8cpp_source.html b/uhs_2twophase_2coordinator_2controller_8cpp_source.html index c147a5b8c..4d467e485 100644 --- a/uhs_2twophase_2coordinator_2controller_8cpp_source.html +++ b/uhs_2twophase_2coordinator_2controller_8cpp_source.html @@ -879,7 +879,7 @@
auto operator==(const coordinator_state &rhs) const -> bool
auto operator==(const sm_command_header &rhs) const -> bool
-
A condensed, hash-only transaction representation.
+
A condensed, hash-only transaction representation.
diff --git a/uhs_2twophase_2coordinator_2controller_8hpp_source.html b/uhs_2twophase_2coordinator_2controller_8hpp_source.html index 9849e1ef7..1af822b05 100644 --- a/uhs_2twophase_2coordinator_2controller_8hpp_source.html +++ b/uhs_2twophase_2coordinator_2controller_8hpp_source.html @@ -308,7 +308,7 @@
A full command for the state machine to process.
std::optional< std::variant< prepare_tx, commit_tx > > m_data
Associated transactions to prepare or commit, if applicable.
-
A condensed, hash-only transaction representation.
+
A condensed, hash-only transaction representation.
diff --git a/uhs_2twophase_2coordinator_2interface_8hpp_source.html b/uhs_2twophase_2coordinator_2interface_8hpp_source.html index 1b375d8ea..edc07d276 100644 --- a/uhs_2twophase_2coordinator_2interface_8hpp_source.html +++ b/uhs_2twophase_2coordinator_2interface_8hpp_source.html @@ -143,7 +143,7 @@
std::function< void(std::optional< bool >)> callback_type
Signature of callback function for a transaction execution result.
@ array
A collection of RLP values.
-
A condensed, hash-only transaction representation.
+
A condensed, hash-only transaction representation.
diff --git a/uhs_2twophase_2coordinator_2messages_8hpp_source.html b/uhs_2twophase_2coordinator_2messages_8hpp_source.html index 85982af49..7df27c913 100644 --- a/uhs_2twophase_2coordinator_2messages_8hpp_source.html +++ b/uhs_2twophase_2coordinator_2messages_8hpp_source.html @@ -118,7 +118,7 @@
bool response
Coordinator RPC response message; a boolean, true if the coordinator completed the transaction,...
@ array
A collection of RLP values.
-
A condensed, hash-only transaction representation.
+
A condensed, hash-only transaction representation.
diff --git a/uhs_2twophase_2coordinator_2server_8cpp_source.html b/uhs_2twophase_2coordinator_2server_8cpp_source.html index 8616f2faf..9392dc372 100644 --- a/uhs_2twophase_2coordinator_2server_8cpp_source.html +++ b/uhs_2twophase_2coordinator_2server_8cpp_source.html @@ -128,7 +128,7 @@
Generic asynchronous RPC server.
@ array
A collection of RLP values.
-
A condensed, hash-only transaction representation.
+
A condensed, hash-only transaction representation.
diff --git a/uhs_2twophase_2locking__shard_2interface_8hpp_source.html b/uhs_2twophase_2locking__shard_2interface_8hpp_source.html index cab6de9c5..22f7474f7 100644 --- a/uhs_2twophase_2locking__shard_2interface_8hpp_source.html +++ b/uhs_2twophase_2locking__shard_2interface_8hpp_source.html @@ -173,7 +173,7 @@
Transaction type processed by locking shards.
transaction::compact_tx m_tx
Compact TX.
auto operator==(const tx &rhs) const -> bool
-
A condensed, hash-only transaction representation.
+
A condensed, hash-only transaction representation.
diff --git a/uhs_2twophase_2sentinel__2pc_2controller_8cpp_source.html b/uhs_2twophase_2sentinel__2pc_2controller_8cpp_source.html index 5fc7f5ccc..0fb31bfcf 100644 --- a/uhs_2twophase_2sentinel__2pc_2controller_8cpp_source.html +++ b/uhs_2twophase_2sentinel__2pc_2controller_8cpp_source.html @@ -298,7 +298,7 @@
188 success
189 = m_sentinel_clients[sentinel_id]->validate_transaction(
190 tx,
- +
191 [=, this](validate_result v_res) {
192 auto r = requested;
193 r.insert(sentinel_id);
194 validate_result_handler(v_res,
@@ -357,7 +357,7 @@
std::variant< execute_request, validate_request > request
Sentinel RPC request type.
auto to_string(cbdc::transaction::validation::tx_error_code err) -> std::string
auto check_tx(const cbdc::transaction::full_tx &tx) -> std::optional< tx_error >
Runs static validation checks on the given transaction.
-
auto tx_id(const full_tx &tx) noexcept -> hash_t
Calculates the unique hash of a full transaction.
+
auto tx_id(const full_tx &tx) noexcept -> hash_t
Calculates the unique hash of a full transaction.
@ array
A collection of RLP values.
auto to_string(const hash_t &val) -> std::string
Converts a hash to a hexadecimal string.
auto pubkey_from_privkey(const privkey_t &privkey, secp256k1_context *ctx) -> pubkey_t
Generates a public key from the specified private key.
Definition keys.cpp:12
@@ -365,8 +365,8 @@
size_t m_attestation_threshold
Number of sentinel attestations needed for a compact transaction.
Definition config.hpp:260
cbdc::sentinel::tx_status m_tx_status
Transaction execution status.
-
A condensed, hash-only transaction representation.
-
A complete transaction.
+
A condensed, hash-only transaction representation.
+
A complete transaction.
diff --git a/uhs_2twophase_2sentinel__2pc_2controller_8hpp_source.html b/uhs_2twophase_2sentinel__2pc_2controller_8hpp_source.html index e3ec5cdb6..5cf52f33d 100644 --- a/uhs_2twophase_2sentinel__2pc_2controller_8hpp_source.html +++ b/uhs_2twophase_2sentinel__2pc_2controller_8hpp_source.html @@ -216,8 +216,8 @@
std::array< unsigned char, pubkey_len > privkey_t
A private key of a public/private keypair.
Definition keys.hpp:23
@ array
A collection of RLP values.
Project-wide configuration options.
Definition config.hpp:132
-
A condensed, hash-only transaction representation.
-
A complete transaction.
+
A condensed, hash-only transaction representation.
+
A complete transaction.
diff --git a/validation_8cpp_source.html b/validation_8cpp_source.html index 8aad3b521..fa0949e74 100644 --- a/validation_8cpp_source.html +++ b/validation_8cpp_source.html @@ -617,16 +617,16 @@
@ duplicate
More than one transaction input contains the same output.
@ data_error
A transaction input includes invalid output data.
auto check_in_out_set(const cbdc::transaction::full_tx &tx) -> std::optional< tx_error >
-
auto tx_id(const full_tx &tx) noexcept -> hash_t
Calculates the unique hash of a full transaction.
+
auto tx_id(const full_tx &tx) noexcept -> hash_t
Calculates the unique hash of a full transaction.
std::array< unsigned char, cbdc::hash_size > hash_t
SHA256 hash container.
auto to_vector(const std::array< unsigned char, S > &arr) -> std::vector< std::byte >
Converts an std::array into an std::vector of the same size via copy.
Definition keys.hpp:42
auto hash_data(const std::byte *data, size_t len) -> hash_t
Calculates the SHA256 hash of the specified data.
@ array
A collection of RLP values.
std::array< unsigned char, pubkey_len > pubkey_t
A public key of a public/private keypair.
Definition keys.hpp:25
Variant handler template.
-
A condensed, hash-only transaction representation.
-
A complete transaction.
-
An input for a new transaction.
+
A condensed, hash-only transaction representation.
+
A complete transaction.
+
An input for a new transaction.
An output of a transaction.
An error that may occur when sentinels validate inputs.
auto operator==(const input_error &rhs) const -> bool
diff --git a/validation_8hpp_source.html b/validation_8hpp_source.html index 2a0769078..0da09bb80 100644 --- a/validation_8hpp_source.html +++ b/validation_8hpp_source.html @@ -280,9 +280,9 @@
std::array< unsigned char, cbdc::hash_size > hash_t
SHA256 hash container.
@ array
A collection of RLP values.
std::array< unsigned char, pubkey_len > pubkey_t
A public key of a public/private keypair.
Definition keys.hpp:25
-
A condensed, hash-only transaction representation.
-
A complete transaction.
-
An input for a new transaction.
+
A condensed, hash-only transaction representation.
+
A complete transaction.
+
An input for a new transaction.
An output of a transaction.
An error that may occur when sentinels validate inputs.
auto operator==(const input_error &rhs) const -> bool
diff --git a/wallet_8cpp_source.html b/wallet_8cpp_source.html index 0d90c1a0f..ad3152ecb 100644 --- a/wallet_8cpp_source.html +++ b/wallet_8cpp_source.html @@ -704,8 +704,8 @@
auto get_p2pk_witness_commitment(const pubkey_t &payee) -> hash_t
witness_program_type
Specifies how validators should interpret the witness program.
-
auto tx_id(const full_tx &tx) noexcept -> hash_t
Calculates the unique hash of a full transaction.
-
auto input_from_output(const full_tx &tx, size_t i, const hash_t &txid) -> std::optional< input >
Converts the output at the specified index to an input.
+
auto tx_id(const full_tx &tx) noexcept -> hash_t
Calculates the unique hash of a full transaction.
+
auto input_from_output(const full_tx &tx, size_t i, const hash_t &txid) -> std::optional< input >
Converts the output at the specified index to an input.
std::array< unsigned char, cbdc::hash_size > hash_t
SHA256 hash container.
std::array< unsigned char, pubkey_len > privkey_t
A private key of a public/private keypair.
Definition keys.hpp:23
@@ -713,11 +713,11 @@
auto pubkey_from_privkey(const privkey_t &privkey, secp256k1_context *ctx) -> pubkey_t
Generates a public key from the specified private key.
Definition keys.cpp:12
std::array< unsigned char, pubkey_len > pubkey_t
A public key of a public/private keypair.
Definition keys.hpp:25
-
A complete transaction.
-
std::vector< input > m_inputs
The set of inputs for the transaction.
-
std::vector< output > m_outputs
The set of new outputs created by the transaction.
-
std::vector< witness_t > m_witness
The set of witnesses.
-
An input for a new transaction.
+
A complete transaction.
+
std::vector< input > m_inputs
The set of inputs for the transaction.
+
std::vector< output > m_outputs
The set of new outputs created by the transaction.
+
std::vector< witness_t > m_witness
The set of witnesses.
+
An input for a new transaction.
An output of a transaction.
uint64_t m_value
The integral value of the output, in atomic units of currency.
hash_t m_witness_program_commitment
Hash of the witness program.
diff --git a/wallet_8hpp_source.html b/wallet_8hpp_source.html index 026483245..7dac6f99b 100644 --- a/wallet_8hpp_source.html +++ b/wallet_8hpp_source.html @@ -261,8 +261,8 @@
std::array< unsigned char, pubkey_len > pubkey_t
A public key of a public/private keypair.
Definition keys.hpp:25
Pseudorandom number generator (PRNG) for generating random data from a given entropy source.
SipHash function to generate STL data structure hash keys for system IDs.
Definition hashmap.hpp:27
-
A complete transaction.
-
An input for a new transaction.
+
A complete transaction.
+
An input for a new transaction.

Data Structures

struct  cbdc::archiver::leveldbWriteOptions
 Wrapper for leveldb::WriteOptions to provide a constructor to set base class member "sync". More...
 
class  cbdc::archiver::controller
 Wrapper for the archiver executable implementation. More...