My Project
Main Page
Classes
Files
File List
test.h
1
2
3
// If this forward declaration is uncommented, it doxygen will render CxxThing2's
4
// functions like Objective C methods.
5
@class
ObjcThing;
6
8
class
CxxThing2
{
9
public
:
11
int
foo
(
double
x);
13
int
bar
(ObjcThing *ocThing);
14
};
15
-[CxxThing2 foo]
int foo(double x)
-[CxxThing2 bar]
int bar(ObjcThing *ocThing)
CxxThing2
Definition:
test.h:8
Generated by
1.8.9.1