SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
Public Types | Public Attributes | List of all members
smtk::resource::LinkInformation Struct Reference

Given a Key, Information about the object to which a link connects can be returned. More...

#include <LinkInformation.h>

Collaboration diagram for smtk::resource::LinkInformation:
[legend]

Public Types

enum  Status : char { Valid, Invalid, Unknown }
 A link is either Valid (can be accessed), Invalid (the object to which it links has been removed), or Unknown (the object is or belongs to a resource that is not in memory).
 
enum  Type : char { Resource, Component }
 A link connects to either a component or a resource.
 

Public Attributes

Status status
 
Type type
 
std::string location
 The on-disk location of the linked object.
 
smtk::common::UUID id
 The id of the linked object.
 
Links::RoleType role
 The role of the link.
 

Detailed Description

Given a Key, Information about the object to which a link connects can be returned.


The documentation for this struct was generated from the following file: