MGIS
Loading...
Searching...
No Matches
State.ixx File Reference

Namespaces

namespace  mgis
 the namespace mgis encloses all the MGIS project.
 

Functions

StateView mgis::behaviour::make_view (State &)
 make a view from a behaviour data
 
InitialStateView mgis::behaviour::make_view (const State &)
 make a view from a behaviour data
 

Detailed Description

Author
Thomas Helfer
Date
02/08/2018

Function Documentation

◆ make_view() [1/2]

InitialStateView mgis::behaviour::make_view ( const State s)
inline

make a view from a behaviour data

Parameters
[in]sstate
Returns
the view
Note
the view has at most the same life time as the state.

◆ make_view() [2/2]

StateView mgis::behaviour::make_view ( State s)
inline

make a view from a behaviour data

Parameters
[in]sstate
Returns
the view
Note
the view has at most the same life time as the state.