|
Arachne 1.0
Arachne - the perpetual stitcher of Wikidata entities.
|
#include <include/penelope/inbox.hpp>
Public Attributes | |
| bool | ok { false } |
| bool | applied { false } |
| std::size_t | valid_count { 0 } |
| std::size_t | applied_count { 0 } |
| std::size_t | already_applied_count { 0 } |
| std::size_t | rejected_count { 0 } |
| std::vector< inbox_batch_report > | batches |
| std::size_t arachne::penelope::inbox_result::already_applied_count { 0 } |
| bool arachne::penelope::inbox_result::applied { false } |
Definition at line 41 of file inbox.hpp.
Referenced by arachne::penelope::anonymous_namespace{inbox.cpp}::run_inbox().
| std::size_t arachne::penelope::inbox_result::applied_count { 0 } |
| std::vector<inbox_batch_report> arachne::penelope::inbox_result::batches |
| bool arachne::penelope::inbox_result::ok { false } |
Definition at line 40 of file inbox.hpp.
Referenced by anonymous_namespace{main.cpp}::command_product_inbox(), and arachne::penelope::anonymous_namespace{inbox.cpp}::run_inbox().
| std::size_t arachne::penelope::inbox_result::rejected_count { 0 } |
Definition at line 45 of file inbox.hpp.
Referenced by arachne::penelope::anonymous_namespace{inbox.cpp}::run_inbox().
| std::size_t arachne::penelope::inbox_result::valid_count { 0 } |