|
testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
|
#include <functional>#include <string>#include <string_view>#include <utility>#include <vector>Classes | |
| struct | testcontainers::docker::BuildOptions |
| Options for POST /build — the knobs the Docker build endpoint accepts that we surface. More... | |
Namespaces | |
| namespace | testcontainers |
| namespace | testcontainers::docker |
Typedefs | |
| using | testcontainers::docker::BuildLogConsumer = std::function<void(std::string_view)> |
| Receives decoded build output as the daemon emits it: one call per "stream" payload of the build progress (typically a single newline-terminated line, e.g. | |