cpptooling.testdouble.header_filter

Members

Aliases

TestDoubleIncludes
alias TestDoubleIncludes = GenericTestDoubleIncludes!(DummyPayload)

Use when no extra payload is needed.

Functions

stripFile
T stripFile(T fname, Regex!char re)

Strip the filename with the regexp or if that fails use the input filename as is.

Structs

GenericTestDoubleIncludes
struct GenericTestDoubleIncludes(PayloadT)

Includes intended for the test double.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

License

MPL-2