FOC/L4RE: Upstream revision 40
This commit is contained in:
24
tools/preprocess/test/multifile1.cpp
Normal file
24
tools/preprocess/test/multifile1.cpp
Normal file
@@ -0,0 +1,24 @@
|
||||
INTERFACE:
|
||||
|
||||
class Foo
|
||||
{
|
||||
};
|
||||
|
||||
IMPLEMENTATION [part1]:
|
||||
|
||||
PUBLIC
|
||||
void
|
||||
Foo::bar ()
|
||||
{}
|
||||
|
||||
PROTECTED inline NEEDS [Foo::rambo]
|
||||
void
|
||||
Foo::baz ()
|
||||
{}
|
||||
|
||||
IMPLEMENTATION:
|
||||
|
||||
PRIVATE
|
||||
void
|
||||
Foo::gizmatic ()
|
||||
{}
|
||||
Reference in New Issue
Block a user