ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
connection_tag Struct Referencefinal

Junction type for the many-to-many relationship between connections and tags. More...

#include <connection_tag.hpp>

Collaboration diagram for connection_tag:
Collaboration graph

Public Attributes

boost::uuids::uuid connection_id
 The connection being tagged.
 
boost::uuids::uuid tag_id
 The tag being applied.
 

Detailed Description

Junction type for the many-to-many relationship between connections and tags.

This type represents the association between a connection and a tag. A connection can have multiple tags, and a tag can be applied to multiple connections.