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

Typedefs

typedef function< string()> FunS
 

Functions

void operate (FunS func, bool *fail)
 
string capture (FunS, bool *)
 
void undoIt (FunS, bool *fail, string previousProtocol)
 

Variables

ostringstream check_
 

Typedef Documentation

◆ FunS

typedef function<string()> FunS

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

Function Documentation

◆ operate()

void operate ( FunS  func,
bool fail 
)
inline

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

References check_.

Referenced by CommandUse2_test::run().

+ Here is the caller graph for this function:

◆ capture()

string capture ( FunS  ,
bool  
)
inline

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

References check_.

Referenced by CommandUse2_test::run().

+ Here is the caller graph for this function:

◆ undoIt()

void undoIt ( FunS  ,
bool fail,
string  previousProtocol 
)
inline

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

References check_.

Referenced by CommandUse2_test::run().

+ Here is the caller graph for this function:

Variable Documentation

◆ check_