/tags/Root-branch-php-utl/SWIG/Examples/python/weave/example.h
# · C++ Header · 18 lines · 15 code · 3 blank · 0 comment · 0 complexity · 7de9ed7f8d9eed44a5990d1f67d630c2 MD5 · raw file
- #ifndef _EXAMPLE_H
- #define _EXAMPLE_H
- class Foo {
- public:
- int x;
- };
- class Bar {
- public:
- int y;
- };
- class FooBar : public Foo, public Bar {
- public:
- int z;
- };
- #endif