> The Program Execution Monitor > Implementation |
To monitor execution of user supplied function cpp_main() the Program Execution Monitor relies on the Boost.Test's Execution Monitor. Also the Program Execution Monitor supplies the function main() to facilitate uniform error reporting. Following files constitute the Program Execution Monitor implementation:
provides Execution Monitor implementation for all supported configurations. | |
supplies function main() for static library build | |
combines all implementation files into single header to be use as inlined version of component | |
contains definitions for main() function for dynamic library build and pragmas for auto-linking feature support. |
The Program Execution Monitor implementation wraps several system headers and is intended to be used as standalone library. While there exist an alternative variant to include the whole implementation directly into your program, for the long term usage the preferable solution is to build library once and reuse it.