Home
last modified time | relevance | path

Searched refs:tc_impl (Results 1 – 2 of 2) sorted by relevance

/dports/devel/atf/atf-0.21/atf-c++/
H A Dtests.hpp69 struct tc_impl;
76 std::auto_ptr< tc_impl > pimpl;
85 friend struct tc_impl;
H A Dtests.cpp148 struct impl::tc_impl { struct in impl
151 tc_impl(const tc_impl&);
152 tc_impl& operator=(const tc_impl&);
159 tc_impl(const std::string& ident, const bool has_cleanup) : in tc_impl() function
193 pimpl(new tc_impl(ident, has_cleanup)) in tc()