Home
last modified time | relevance | path

Searched defs:Derived_class (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/ptr_container/test/
Dtest_data.hpp162 class Derived_class : public Base class
165 Derived_class( const Derived_class& r ) : Base( r ), i_(r.i_) in Derived_class() function in test::Derived_class
190 Derived_class() : i_( rand() ) in Derived_class() function in test::Derived_class