Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
stypemanager.cpp File Reference

Implementation functions of the stream type system. More...

Go to the source code of this file.

Description

Implementation functions of the stream type system.

Definition in file stypemanager.cpp.

Namespaces

namespace  steam
 Steam-Layer implementation namespace root.
 
namespace  steam::control
 Steam-Layer dispatcher, controller and administrative facilities.
 

Functions

CStr ON_STREAMTYPES_RESET ("ON_STREAMTYPES_RESET")
 
void lumiera_StreamType_registerInitFunction (void setupFun(void))
 any stream type implementation, which needs to be present on the pristine default level (without any session specific configuration), should register a setup function, which will be called on each STypemanager::reset()
 

Function Documentation

◆ lumiera_StreamType_registerInitFunction()

void lumiera_StreamType_registerInitFunction ( void   setupFunvoid)

any stream type implementation, which needs to be present on the pristine default level (without any session specific configuration), should register a setup function, which will be called on each STypemanager::reset()

Definition at line 119 of file stypemanager.cpp.

References steam::control::ON_STREAMTYPES_RESET.