mimic++ v9.2.1
Loading...
Searching...
No Matches
ScopedSequence.hpp File Reference
#include "mimic++/Expectation.hpp"
#include "mimic++/ExpectationBuilder.hpp"
#include "mimic++/Sequence.hpp"
#include "mimic++/config/Config.hpp"
#include "mimic++/utilities/SourceLocation.hpp"
#include <deque>
#include <functional>
#include <utility>
Include dependency graph for ScopedSequence.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mimicpp::BasicScopedSequence< Strategy >
 A sequence type that verifies its owned expectations during destruction. More...
 

Namespaces

namespace  mimicpp
 
namespace  mimicpp::sequence
 

Typedefs

using mimicpp::GreedyScopedSequence = BasicScopedSequence<sequence::detail::GreedyStrategy{}>
 The scoped-sequence type with greedy strategy.
 
using mimicpp::LazyScopedSequence = BasicScopedSequence<sequence::detail::LazyStrategy{}>
 The scoped-sequence type with lazy strategy.
 
using mimicpp::ScopedSequence = LazyScopedSequence
 The default scoped-sequence type (lazy strategy).