44 lines
564 B
C++
44 lines
564 B
C++
// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
|
|
|
|
#ifndef drop_single1_h
|
|
#define drop_single1_h
|
|
|
|
//
|
|
// INTERFACE definition follows
|
|
//
|
|
|
|
#line 2 "dropsection.cpp"
|
|
|
|
class Gen_foo
|
|
{
|
|
public:
|
|
int baz;
|
|
|
|
protected:
|
|
int foo( int );
|
|
|
|
|
|
public:
|
|
#line 21 "dropsection.cpp"
|
|
void
|
|
bar( unsigned x );
|
|
|
|
#line 54 "dropsection.cpp"
|
|
int
|
|
tust( int y );
|
|
};
|
|
#line 12 "dropsection.cpp"
|
|
|
|
class Gen_foo_ext : private Gen_foo, public Ixdebix
|
|
{
|
|
protected:
|
|
unsigned stuff;
|
|
|
|
public:
|
|
#line 27 "dropsection.cpp"
|
|
void
|
|
test();
|
|
};
|
|
|
|
#endif // drop_single1_h
|