state_machine_cpp
sanity_check.h
Go to the documentation of this file.
1 //
2 // Created by henri on 23/04/21.
3 //
4 
5 #ifndef STATE_MACHINE_CPP_LIB_SANITY_CHECK_H
6 #define STATE_MACHINE_CPP_LIB_SANITY_CHECK_H
7 
8 namespace state_machine_cpp {
9  namespace Algorithm {
10  class Instance;
11  bool sanity_check(const Algorithm::Instance &t_algorithm);
12  }
13 }
14 
15 #endif //STATE_MACHINE_CPP_LIB_SANITY_CHECK_H
state_machine_cpp
Definition: algorithm.h:14
state_machine_cpp::Algorithm::sanity_check
bool sanity_check(const Algorithm::Instance &t_algorithm)