.\" This is a wxWidgets manpage page generated from the XML docs .TH wxObjectRefData 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxObjectRefData \- .SH DESCRIPTION This class is used to store reference-counted data. Derive classes from this to store your own data. When retrieving information from a wxObject 's reference data, you will need to cast to your own derived class. .SH "PARENTS" .SH FRIENDS wxObject .SH "INCLUDE FILES" .SH MEMBERS .SS wxObjectRefData () Default constructor. Initialises the m_count member to 1. .SS wxObjectRefData () Destructor. .SH "SEE ALSO" wxObject .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.