introduced field_attributes shortcuts and added method on_base() to all processor classes
This commit is contained in:
@@ -38,6 +38,8 @@ public:
|
||||
completer.complete_node(node);
|
||||
}
|
||||
|
||||
template<typename BaseType>
|
||||
static void on_base(const BaseType&) {}
|
||||
template<class PrimaryKeyType>
|
||||
static void on_primary_key(const char * /*id*/, PrimaryKeyType &/*pk*/, const utils::primary_key_attribute & /*attr*/) {}
|
||||
static void on_revision(const char * /*id*/, uint64_t &/*rev*/) {}
|
||||
|
||||
Reference in New Issue
Block a user