![]() |
Home | Libraries | People | FAQ | More |
To monitor execution of user supplied function cpp_main() the PEM relies on
the Boost.Test's Execution
Monitor. Also the PEM supplies the function
main()
to facilitate uniform error reporting. Following files constitute the
PEM implementation:
Table 41. PEM implementation files
|
File name |
Content |
|---|---|
|
|
provides EM implementation for all supported configurations |
|
|
supplies function |
|
|
combines all implementation files into single header to be use as inlined version of component |
|
|
contains definitions for |
The PEM 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.