30 o << ArrayMetadataSerializer(const_cast<ArrayMetadata*>(
this));
34 o << ArrayMetadataSerializer(const_cast<ArrayMetadata*>(&v));
43 "snapshot_drop_volatile_pages_threshold_",
54 "snapshot_drop_volatile_pages_threshold_",
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
Brings error stacktrace information as return value of functions.
std::ostream & operator<<(std::ostream &o, const ArrayCreateLogType &v)
#define CHECK_ERROR(x)
This macro calls x and checks its returned value.
const ErrorStack kRetOk
Normal return value for no-error case.
static ErrorStack get_element(tinyxml2::XMLElement *parent, const std::string &tag, T *out, bool optional=false, T value=0)
Only declaration in header.
static ErrorStack add_element(tinyxml2::XMLElement *parent, const std::string &tag, const std::string &comment, T value)
Only declaration in header.