|
|
|
|
|
#include <pantheios/pantheios.h>
#include <stlsoft/stlsoft.h>
#include <pantheios/internal/threading.h>
#include <string>
Go to the source code of this file.
Namespaces | |
| namespace | pantheios |
| namespace | pantheios::be |
| namespace | pantheios::be::test |
Classes | |
| class | Time |
| Represents a date/time epoch. More... | |
| struct | Entry |
| Represents an entry in the statement history. More... | |
| class | Results |
| Represents the collection of entries since the last call to reset(). More... | |
Defines | |
| #define | pantheios_be_test_parseArgs NULL |
| Parses the be.test back-end flags. | |
Functions | |
| int | pantheios_be_test_init (PAN_CHAR_T const *processIdentity, int id, void *unused, void *reserved, void **ptoken) |
| Implements the functionality for pantheios_be_init() over the Test API. | |
| void | pantheios_be_test_uninit (void *token) |
| Implements the functionality for pantheios_be_uninit() over the Test API. | |
| int | pantheios_be_test_logEntry (void *feToken, void *beToken, int severity, PAN_CHAR_T const *entry, size_t cchEntry) |
| Implements the functionality for pantheios_be_logEntry() over the Test API. | |
| void | reset () |
| Resets all results. | |
| Results | results () |
| Obtain a copy of the current test results. | |
|
|
|
| pantheios Library documentation © Matthew Wilson & Synesis Software, 2006-2011 |
|