Hi,
suppose the
following c++-class:
class list_of_facts
: public list<fact>, public entity, private PrivateParentClass, protected
ProtectedParentClass
{
// bla bla bla
};
AFAIK currently the
information about the protection of the inheritance is not available, right?
Means, currrently
the c++-parser gives
me the information that list_of_facts is derived from the four
classes
list<fact>,
entity, PrivateParentClass and ProtectedParentClass but gives me not the
information
that:
- list<fact>
and entity are of type public inheritance
- PrivateParentClass
is of type private inheritance
-
ProtectedParentClass is of type protected inheritance
Would it be hard to
gives this information too?
Thanks,
Klaus
Carl-Wery-Str. 42, 81739 Muenchen, Germany
Tel +49 89 63812-392, Fax -220