struct MAGES::SceneGraph::Editor::SceneGraphView::CachedConnection

struct CachedConnection
{
    // properties

    Port Input;
    Port Output;

    // methods

    CachedConnection(Port input, Port output);
};