Main Page   Namespace List   Compound List   File List   Namespace Members   Compound Members   File Members  

Foo Class Reference

This class does blah. More...

#include <aclass.h>

List of all members.

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...


Detailed Description

This class does blah.

Definition at line 13 of file aclass.h.


Member Enumeration Documentation

enum Foo::blah_blah
 

Enumeration values:
BAZ 
BAZ2 

Definition at line 30 of file aclass.h.

00031         {
00032             BAZ,
00033             BAZ2,
00034         };


Constructor & Destructor Documentation

Foo::Foo int    blah [inline]
 

The constructor.

Parameters:
blah  Some kind of fish.

Definition at line 21 of file aclass.h.

References _blah.

00022         : _blah(blah)
00023         {}


Member Function Documentation

Foo::GetBlah void    const [inline]
 

Gets the current value of blah.

Definition at line 28 of file aclass.h.

References _blah.

00028 { return _blah; }


Member Data Documentation

int Foo::_blah [private]
 

This is a measure of our blahness.

Definition at line 39 of file aclass.h.

Referenced by Foo, and GetBlah.


The documentation for this class was generated from the following file:
Generated on Sun Mar 24 14:21:23 2002 for Test project by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002