Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
steam::cmd::test::anonymous_namespace{command-setup-test.cpp} Namespace Reference

Functions

void do_something_pointless (CommandDef &)
 
void operate (string search, string replace)
 
string capture (string, string)
 
void undoIt (string, string, string oldVal)
 
 COMMAND_DEFINITION (test_CommandSetup_test)
 

Variables

string testString
 will be manipulated by the commands we define
 

Function Documentation

◆ do_something_pointless()

void do_something_pointless ( CommandDef )

Definition at line 52 of file command-setup-test.cpp.

References do_something_pointless(), and testString.

Referenced by do_something_pointless().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operate()

void operate ( string  search,
string  replace 
)

Definition at line 59 of file command-setup-test.cpp.

References testString.

◆ capture()

string capture ( string  ,
string   
)

Definition at line 65 of file command-setup-test.cpp.

References testString.

◆ undoIt()

void undoIt ( string  ,
string  ,
string  oldVal 
)

Definition at line 71 of file command-setup-test.cpp.

References testString.

◆ COMMAND_DEFINITION()

COMMAND_DEFINITION ( test_CommandSetup_test  )

Definition at line 79 of file command-setup-test.cpp.

Variable Documentation

◆ testString

string testString

will be manipulated by the commands we define

Definition at line 48 of file command-setup-test.cpp.

Referenced by capture(), do_something_pointless(), operate(), and undoIt().