non_virtual_inheritance.h
Go to the documentation of this file.
00001 #include <stdint.h>
00002 struct FirstBase
00003 {
00004     uint64_t first;
00005 };
00006 struct SecondBase
00007 {
00008     uint64_t second;
00009 };
00010 struct Derived : public FirstBase, public SecondBase
00011 {
00012     uint64_t third;
00013 };
00014 


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