Sichtbarkeit von Deklarationen

typische Benutzung:

class C {
    int x;
public:
    get_x ();
}

Defaults:



Johannes Waldmann 2005-06-08