Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
SpecDone.h
Go to the documentation of this file.
1#pragma once
2
3#include <Specs/API.h>
4
5namespace SpecsCpp {
6
7 class SpecDone {
9
10 public:
12
13 void operator()() { _doneFn->invoke(); }
14 };
15}
SpecDone(ISpecCodeBlock::SpecCodeBlockAsyncDoneFn *doneFn)
Definition SpecDone.h:11
Definition API.h:3
IFunctionPointer< void()> SpecCodeBlockAsyncDoneFn
Definition API.h:201