ORE Studio 0.0.4
Loading...
Searching...
No Matches
connection_manager Member List

This is the complete list of members for connection_manager, including all inherited members.

add_tag_to_connection(const boost::uuids::uuid &connection_id, const boost::uuids::uuid &tag_id) (defined in connection_manager)connection_manager
add_tag_to_environment(const boost::uuids::uuid &environment_id, const boost::uuids::uuid &tag_id) (defined in connection_manager)connection_manager
change_master_password(const std::string &new_password)connection_manager
connection_manager(const std::filesystem::path &db_path, const std::string &master_password)connection_manager
create_connection(domain::connection conn, const std::string &password) (defined in connection_manager)connection_manager
create_environment(const domain::environment &env) (defined in connection_manager)connection_manager
create_folder(const domain::folder &folder) (defined in connection_manager)connection_manager
create_tag(const domain::tag &tag) (defined in connection_manager)connection_manager
delete_connection(const boost::uuids::uuid &id) (defined in connection_manager)connection_manager
delete_environment(const boost::uuids::uuid &id) (defined in connection_manager)connection_manager
delete_folder(const boost::uuids::uuid &id) (defined in connection_manager)connection_manager
delete_tag(const boost::uuids::uuid &id) (defined in connection_manager)connection_manager
get_all_connections() (defined in connection_manager)connection_manager
get_all_environments() (defined in connection_manager)connection_manager
get_all_folders() (defined in connection_manager)connection_manager
get_all_tags() (defined in connection_manager)connection_manager
get_child_folders(const boost::uuids::uuid &parent_id) (defined in connection_manager)connection_manager
get_connection(const boost::uuids::uuid &id) (defined in connection_manager)connection_manager
get_connections_in_folder(const std::optional< boost::uuids::uuid > &folder_id) (defined in connection_manager)connection_manager
get_connections_with_tag(const boost::uuids::uuid &tag_id) (defined in connection_manager)connection_manager
get_environment(const boost::uuids::uuid &id) (defined in connection_manager)connection_manager
get_environments_in_folder(const std::optional< boost::uuids::uuid > &folder_id) (defined in connection_manager)connection_manager
get_environments_with_tag(const boost::uuids::uuid &tag_id) (defined in connection_manager)connection_manager
get_folder(const boost::uuids::uuid &id) (defined in connection_manager)connection_manager
get_password(const boost::uuids::uuid &connection_id)connection_manager
get_root_folders() (defined in connection_manager)connection_manager
get_tag(const boost::uuids::uuid &id) (defined in connection_manager)connection_manager
get_tag_by_name(const std::string &name) (defined in connection_manager)connection_manager
get_tags_for_connection(const boost::uuids::uuid &connection_id) (defined in connection_manager)connection_manager
get_tags_for_environment(const boost::uuids::uuid &environment_id) (defined in connection_manager)connection_manager
purge()connection_manager
remove_tag_from_connection(const boost::uuids::uuid &connection_id, const boost::uuids::uuid &tag_id) (defined in connection_manager)connection_manager
remove_tag_from_environment(const boost::uuids::uuid &environment_id, const boost::uuids::uuid &tag_id) (defined in connection_manager)connection_manager
resolve_connection(const boost::uuids::uuid &connection_id)connection_manager
update_connection(domain::connection conn, const std::optional< std::string > &password) (defined in connection_manager)connection_manager
update_environment(const domain::environment &env) (defined in connection_manager)connection_manager
update_folder(const domain::folder &folder) (defined in connection_manager)connection_manager
update_tag(const domain::tag &tag) (defined in connection_manager)connection_manager
verify_master_password()connection_manager