|
BOSS 8.0.0
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/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 22 of file Event/ers/test/test.cxx.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 33 of file Event/ers/test/test.cxx.
| void massive_test | ( | ) |