#include "steam/engine/diagnostic-buffer-provider.hpp"
Helper for unit tests: Buffer provider reference implementation.
- Todo:
- write type comment
Definition at line 61 of file diagnostic-buffer-provider.hpp.
|
void * | accessMemory (uint bufferID) const |
|
bool | all_buffers_released () const |
|
bool | buffer_was_closed (uint bufferID) const |
|
bool | buffer_was_used (uint bufferID) const |
|
|
class | lib::DependencyFactory< DiagnosticBufferProvider > |
|
◆ build()
build a new Diagnostic Buffer Provider instance, discard the existing one.
Use the static query API for investigating collected data.
Definition at line 57 of file diagnostic-buffer-provider.cpp.
◆ access()
access the diagnostic API of the buffer provider
- Exceptions
-
error::Invalid | if the given provider doesn't allow for diagnostic access or wasn't registered beforehand. |
Definition at line 64 of file diagnostic-buffer-provider.cpp.
The documentation for this class was generated from the following files: