relation completer progress
This commit is contained in:
@@ -26,11 +26,11 @@ public:
|
||||
[[nodiscard]] const object_definition& definition() const;
|
||||
[[nodiscard]] std::shared_ptr<attribute_definition> reference_column() const;
|
||||
|
||||
void register_relation_endpoint(const std::type_index &tindex, const relation_endpoint &endpoint);
|
||||
void unregister_relation_endpoint(const std::type_index &tindex);
|
||||
void register_relation_endpoint(const std::type_index &type, const relation_endpoint &endpoint);
|
||||
void unregister_relation_endpoint(const std::type_index &type);
|
||||
|
||||
const_endpoint_iterator find_relation_endpoint(const std::type_index &tindex) const;
|
||||
endpoint_iterator find_relation_endpoint(const std::type_index &tindex);
|
||||
const_endpoint_iterator find_relation_endpoint(const std::type_index &type) const;
|
||||
endpoint_iterator find_relation_endpoint(const std::type_index &type);
|
||||
|
||||
const_endpoint_iterator find_relation_endpoint(const std::string &field) const;
|
||||
endpoint_iterator find_relation_endpoint(const std::string &field);
|
||||
|
||||
Reference in New Issue
Block a user