Actually, I'm was looking for private-members. special-members is for
members that have a double underscore at *both* the beginning and end of
their name. Members that have a double underscore *only* at the
beginning (which causes their names to be mangled) are covered by
private-members.
I'm having trouble getting it to work properly with an inner class, but
that's a subject for a different thread.