QShared - The QShared struct is internally used for
       implementing shared classes

       #include <qshared.h>

       Inherited by QGLayoutIterator, QGuardedPtrPrivate,
       QMapPrivateBase, QStringData, QValueListPrivate and
       QVariantPrivate.


DESCRIPTION

       The QShared struct is internally used for implementing
       shared classes.

       It only contains a reference count and member functions to
       increment and decrement it.

       Shared classes normally have internal classes that inherit
       QShared and add the shared data.

       See also  Shared Classes


SEE ALSO

       http://doc.trolltech.com/qshared.html
       http://www.trolltech.com/faq/tech.html


COPYRIGHT

       Copyright 1992-2001 Trolltech AS,
       http://www.trolltech.com.  See the license file included
       in the distribution for a complete license statement.


AUTHOR

       Generated automatically from the source code.


BUGS

       If you find a bug in Qt, please report it as described in
       http://doc.trolltech.com/bughowto.html.  Good bug reports
       make our job much simpler. Thank you.

       In case of content or formattting problems with this
       manual page, please report them to qt-bugs@trolltech.com.
       Please include the name of the manual page (qshared.3qt)
       and the Qt version (2.3.1).


Man(1) output converted with man2html