gif gif up gif contents
Nächste Seite: F Syntaxbeschreibungen Vorige Seite: E.2 EmpDept

E.3 SV_dept

class SV_dept : public CBsubView {
    
    friend class CBref<SV_dept>;

 public:
    SV_dept(const CBterm *t) : CBsubView(t),head() {
    }
    
    ~SV_dept() {
    }
    
    CBset< CBattribute<CBobjectName> > head;
    
 private:
    
};



Christoph Quix
31. Juli 1996