Searched refs:ctors_ (Results 1 – 1 of 1) sorted by relevance
17 counter() : value() { ++ctors_; } in counter()18 static unsigned ctors() { return ctors_; } in ctors()25 ++ctors_; in counter()40 static unsigned ctors_; // Total constructions (including copies). member47 template<class Tag, typename T> unsigned counter<Tag, T>::ctors_ = 0; member in boost::contract::test::detail::counter<Tag, T>