ignored_base_class.h
Go to the documentation of this file.
00001 struct Base
00002 {
00003 private:
00004     double first;
00005 };
00006 
00007 struct Derived : public Base
00008 {
00009     double second;
00010 };
00011 


typelib
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Sat Jun 8 2019 18:49:22