smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
smgl::Update< T > Struct Template Reference

Typed update sent over connections. More...

#include <smgl/Ports.hpp>

Collaboration diagram for smgl::Update< T >:
[legend]

Public Attributes

val
 
std::size_t tick {0}
 

Detailed Description

template<typename T>
struct smgl::Update< T >

Typed update sent over connections.

Definition at line 34 of file Ports.hpp.

Member Data Documentation

◆ tick

template<typename T >
std::size_t smgl::Update< T >::tick {0}

Update tick

Definition at line 38 of file Ports.hpp.

◆ val

template<typename T >
T smgl::Update< T >::val

Value of update

Definition at line 36 of file Ports.hpp.


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