K
Klaus Löffelmann
Hi,
how is it possible to have a private class with public members?
When doing some reasearch about double buffered paint actions, I stumbled on
a class GraphicBufferManager which is declared private but has public
members. Since this class is not nested in another one, how is it possible
to declare a class as private, anyway?
Thanks,
Klaus
how is it possible to have a private class with public members?
When doing some reasearch about double buffered paint actions, I stumbled on
a class GraphicBufferManager which is declared private but has public
members. Since this class is not nested in another one, how is it possible
to declare a class as private, anyway?
Thanks,
Klaus