.TH "object.h" 3 "Wed Oct 31 2018" "GNU CommonC++" \" -*- nroff -*- .ad l .nh .SH NAME object.h \- Some object manipulation classes for smart pointers, linked lists, etc\&. .SH SYNOPSIS .br .PP \fC#include \fP .br .SS "Classes" .in +1c .ti -1c .RI "class \fBost::RefObject\fP" .br .RI "A reference countable object\&. " .ti -1c .RI "class \fBost::RefPointer\fP" .br .RI "\fBPointer\fP to reference counted objects\&. " .ti -1c .RI "class \fBost::LinkedSingle\fP" .br .RI "Self managed single linked list object chain\&. " .ti -1c .RI "class \fBost::LinkedDouble\fP" .br .RI "Self managed double linked list object chain\&. " .ti -1c .RI "class \fBost::MapTable\fP" .br .RI "A map table allows for entities to be mapped (hash index) onto it\&. " .ti -1c .RI "class \fBost::MapIndex\fP" .br .RI "The \fBMapIndex\fP allows linear access into a \fBMapTable\fP, that otherwise could have its elements being retrieved only by key\&. " .ti -1c .RI "class \fBost::MapObject\fP" .br .RI "The \fBMapObject\fP is a base class which can be used to make a derived class operate on a \fBMapTable\fP\&. " .in -1c .SS "Namespaces" .in +1c .ti -1c .RI " \fBost\fP" .br .in -1c .SS "Variables" .in +1c .ti -1c .RI "class \fB__EXPORT\fP \fBost::MapObject\fP" .br .ti -1c .RI "class \fB__EXPORT\fP \fBost::MapIndex\fP" .br .in -1c .SH "Detailed Description" .PP Some object manipulation classes for smart pointers, linked lists, etc\&. .SH "Author" .PP Generated automatically by Doxygen for GNU CommonC++ from the source code\&.