idandversion.h File Reference

Namespaces

 maxon
 

Typedefs

using IdAndVersion = Tuple< Id, Id >
 

Enumerations

enum class  ASSET_UPDATE_POLICY {
  NEVER ,
  EXPLICIT ,
  IMPLICIT
}
 

Functions

enum maxon::ASSET_UPDATE_POLICY MAXON_ENUM_LIST (ASSET_UPDATE_POLICY, "net.maxon.datatype.enum.asset_update_policy")
 

Variables

 NEVER
 
 EXPLICIT
 
 IMPLICIT
 

Variable Documentation

◆ NEVER

NEVER

The asset is never updated, so the link always points to the exact version recorded in the link.

◆ EXPLICIT

EXPLICIT

The asset isn't updated implicitly, but the user is asked if the link shall point to the latest version if there is a newer version than the one recorded in the link.

◆ IMPLICIT

IMPLICIT

The asset is updated implicitly whenever a newer version of the asset exists.