Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
steam::control::test::command3 Namespace Reference

Functions

void operate ()
 
ulong capture ()
 
void undoIt (ulong oldVal)
 

Variables

ulong check_
 < test command with zero arguments
 

Function Documentation

◆ operate()

void operate ( )
inline

Definition at line 126 of file test-dummy-commands.hpp.

References check_.

Referenced by CommandQueue_test::CommandQueue_test(), and CommandBinding_test::zeroArgumentCommand().

+ Here is the caller graph for this function:

◆ capture()

ulong capture ( )
inline

Definition at line 132 of file test-dummy-commands.hpp.

References check_.

Referenced by CommandQueue_test::CommandQueue_test(), and CommandBinding_test::zeroArgumentCommand().

+ Here is the caller graph for this function:

◆ undoIt()

void undoIt ( ulong  oldVal)
inline

Definition at line 138 of file test-dummy-commands.hpp.

References check_.

Referenced by CommandQueue_test::CommandQueue_test(), and CommandBinding_test::zeroArgumentCommand().

+ Here is the caller graph for this function:

Variable Documentation

◆ check_

ulong check_

< test command with zero arguments

Definition at line 43 of file test-dummy-commands.cpp.

Referenced by capture(), operate(), undoIt(), and CommandBinding_test::zeroArgumentCommand().