Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/repository/example/qi/
Dderived.cpp39 struct derived1 : public base_type { struct
40 derived1(const std::string &name, unsigned int data1) : base_type(name), data1(data1) {} in derived1() argument
41 unsigned int data1;
43 virtual std::ostream &output(std::ostream &os) const in output()
/third_party/boost/libs/poly_collection/test/
Dbase_types.hpp26 struct derived1 final:base struct
28 derived1(int n):n{n}{} in derived1() argument
33 virtual int operator()(int)const{return n;} in operator ()()
34 bool operator==(const derived1& x)const{return n==x.n;} in operator ==()
35 int n;
/third_party/boost/libs/poly_collection/example/
Dperf.cpp90 struct derived1 final:base struct
92 derived1(int n):n{n}{} in derived1() argument
93 virtual int operator()(int)const{return n;} in operator ()()
95 int n;
/third_party/boost/libs/variant/test/
Dvariant_polymorphic_get_test.cpp20 struct derived1 : base{}; struct
Dvariant_get_test.cpp38 struct derived1 : base{}; struct
/third_party/boost/libs/serialization/test/
Dtest_derived.cpp38 class derived1 : public base class
Dtest_diamond.cpp89 class derived1 : virtual public base { class