BOSS 7.0.2
BESIII Offline Software System
|
Go to the source code of this file.
Functions | |
void | foo (int n) |
void | massive_test () |
int | main (int argc, char **argv) |
This file contains a very simple example of using ERS. Basically, we use the custom issue defined in ExampleIssue.
Definition in file Event/ers/ers-00-00-03/test/test.cxx.
void foo | ( | int | n | ) |
This function illustrates the usage of range checking macros.
n | an integer excepted to be between 0 and 42. |
Definition at line 26 of file Event/ers/ers-00-00-03/test/test.cxx.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 39 of file Event/ers/ers-00-00-03/test/test.cxx.
void massive_test | ( | ) |
Definition at line 31 of file Event/ers/ers-00-00-03/test/test.cxx.
Referenced by main().