blob: 0dc0299891f2a3b3d9c0061fb806457c03a5b61e (
plain)
1
2
3
4
5
6
7
8
|
A = Template('inherit::A', 'inherit.h')
A_int = A('int', 'A_int')
Class('inherit::B', 'inherit.h')
Class('inherit::D', 'inherit.h')
E = Class('inherit::E', 'inherit.h')
exclude(E.s)
exclude(E.ab)
|