#include <aclass.h>
Public Types | |
| enum | blah_blah { BAZ, BAZ2 } |
Public Methods | |
| Foo (int blah) | |
| The constructor. More... | |
| GetBlah (void) const | |
| Gets the current value of blah. More... | |
Private Attributes | |
| int | _blah |
| This is a measure of our blahness. More... | |
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. References _blah.
|
|
|
Gets the current value of blah.
Definition at line 28 of file aclass.h. References _blah.
00028 { return _blah; }
|
|
|
This is a measure of our blahness.
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002