Konto Class Reference

#include <Konto.h>

List of all members.

Public Member Functions

 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


Detailed Description

Definition at line 3 of file Konto.h.


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.


Member Function Documentation

void Konto::display (  ) 

Definition at line 10 of file Konto.cpp.

References k_nr, k_stand, and name.


Member Data Documentation

string Konto::name [private]

Definition at line 8 of file Konto.h.

Referenced by display().

int Konto::k_nr [private]

Definition at line 9 of file Konto.h.

Referenced by display().

double Konto::k_stand [private]

Definition at line 10 of file Konto.h.

Referenced by display().


The documentation for this class was generated from the following files:
Generated on Thu Jul 3 19:12:45 2008 for Exercise Framework by  doxygen 1.5.1