Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Konto Class Reference

#include <Konto.h>

List of all members.

Public Methods

 Konto (const string &name="Peter Muster", unsigned long k_nr=1111, double k_stand=0.0)
void display ()

Private Attributes

string name
int k_nr
double k_stand


Constructor & Destructor Documentation

Konto::Konto const string &    name = "Peter Muster",
unsigned long    k_nr = 1111,
double    k_stand = 0.0
 

Definition at line 4 of file Konto.cpp.

References k_nr, k_stand, and name.


Member Function Documentation

void Konto::display  
 

Definition at line 10 of file Konto.cpp.

References k_nr, k_stand, and name.


Member Data Documentation

int Konto::k_nr [private]
 

Definition at line 9 of file Konto.h.

Referenced by display(), and Konto().

double Konto::k_stand [private]
 

Definition at line 10 of file Konto.h.

Referenced by display(), and Konto().

string Konto::name [private]
 

Definition at line 8 of file Konto.h.

Referenced by display(), and Konto().


The documentation for this class was generated from the following files:
Generated on Sat Jul 19 18:19:54 2003 for Exercise Framework by doxygen1.2.18