| tests.cpp | 125 struct impl::tc_impl { struct in class:impl 128 tc_impl(const tc_impl&); 129 tc_impl& operator=(const tc_impl&); 136 tc_impl(const std::string& ident, const bool has_cleanup) : function in struct:impl::tc_impl 177 pimpl(new tc_impl(ident, has_cleanup))
|