Arachne 1.0
Arachne - the perpetual stitcher of Wikidata entities.
Loading...
Searching...
No Matches
arachne::penelope::inbox_result Struct Referencefinal

#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_reportbatches

Detailed Description

Definition at line 39 of file inbox.hpp.

Member Data Documentation

◆ already_applied_count

std::size_t arachne::penelope::inbox_result::already_applied_count { 0 }

Definition at line 44 of file inbox.hpp.

44{ 0 };

◆ applied

bool arachne::penelope::inbox_result::applied { false }

Definition at line 41 of file inbox.hpp.

41{ false };

Referenced by arachne::penelope::anonymous_namespace{inbox.cpp}::run_inbox().

◆ applied_count

std::size_t arachne::penelope::inbox_result::applied_count { 0 }

Definition at line 43 of file inbox.hpp.

43{ 0 };

◆ batches

std::vector<inbox_batch_report> arachne::penelope::inbox_result::batches

Definition at line 46 of file inbox.hpp.

◆ ok

bool arachne::penelope::inbox_result::ok { false }

◆ rejected_count

std::size_t arachne::penelope::inbox_result::rejected_count { 0 }

Definition at line 45 of file inbox.hpp.

45{ 0 };

Referenced by arachne::penelope::anonymous_namespace{inbox.cpp}::run_inbox().

◆ valid_count

std::size_t arachne::penelope::inbox_result::valid_count { 0 }

Definition at line 42 of file inbox.hpp.

42{ 0 };

The documentation for this struct was generated from the following file: