MCPcopy Create free account
hub / github.com/davisking/dlib / action_function

Method action_function

examples/timer_ex.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22{
23public:
24 void action_function()
25 {
26 // print out a message so we can see that this function is being triggered
27 cout << "action_function() called" << endl;
28 }
29};
30
31// ----------------------------------------------------------------------------------------

Callers 1

timer_testFunction · 0.80

Calls

no outgoing calls

Tested by 1

timer_testFunction · 0.64