#include <aclass.h>
Public Types | |
| enum | blah_blah { BAZ, BAZ2 } |
Public Member Functions | |
| Foo (int blah) | |
| The constructor. | |
| GetBlah (void) const | |
| Gets the current value of blah. | |
Private Member Functions | |
| Foo (int &in, int &out, int &inout) | |
| Testing the in/out parameter stuff. | |
Private Attributes | |
| int | _blah |
| This is a measure of our blahness. | |
Definition at line 13 of file aclass.h.
|
|
Definition at line 30 of file aclass.h.
|
|
|
The constructor.
Definition at line 21 of file aclass.h.
|
|
||||||||||||||||
|
Testing the in/out parameter stuff.
Definition at line 45 of file aclass.h.
|
|
|
Gets the current value of blah.
Definition at line 28 of file aclass.h. 00028 { return _blah; }
|
|
|
This is a measure of our blahness.
|
1.4.4