#include <sharebuf.h>
Inherits W3DMPO, and RefCountClass.
Public Member Functions | |
| ShareBufferClass (int count, const char *msg) | |
| ShareBufferClass (const ShareBufferClass &that) | |
| ~ShareBufferClass (void) | |
| T * | Get_Array (void) |
| int | Get_Count (void) |
| void | Set_Element (int index, const T &thing) |
| const T & | Get_Element (int index) const |
| T & | Get_Element (int index) |
| void | Clear (void) |
Public Member Functions inherited from W3DMPO | |
| virtual | ~W3DMPO () |
Public Member Functions inherited from RefCountClass | |
| RefCountClass (void) | |
| RefCountClass (const RefCountClass &) | |
| void | Add_Ref (void) const |
| WWINLINE void | Release_Ref (void) const |
| int | Num_Refs (void) const |
| virtual void | Delete_This (void) |
Protected Member Functions | |
| ShareBufferClass & | operator= (const ShareBufferClass &) |
Protected Member Functions inherited from W3DMPO | |
| virtual int | glueEnforcer () const =0 |
Protected Member Functions inherited from RefCountClass | |
| virtual | ~RefCountClass (void) |
Protected Attributes | |
| T * | Array |
| int | Count |
Additional Inherited Members | |
Static Public Member Functions inherited from RefCountClass | |
| static int | Total_Refs (void) |
| static RefCountClass * | Add_Active_Ref (RefCountClass *obj) |
| static RefCountClass * | Set_Ref_Owner (RefCountClass *obj, char *file, int line) |
| static void | Remove_Active_Ref (RefCountClass *obj) |
| static bool | Validate_Active_Ref (RefCountClass *obj) |
Public Attributes inherited from RefCountClass | |
| RefCountNodeClass | ActiveRefNode |
| ActiveRefStruct | ActiveRefInfo |
Static Public Attributes inherited from RefCountClass | |
| static RefCountListClass | ActiveRefList |
Definition at line 51 of file sharebuf.h.
| ShareBufferClass< T >::ShareBufferClass | ( | int | count, |
| const char * | msg ) |
Definition at line 91 of file sharebuf.h.
| ShareBufferClass< T >::ShareBufferClass | ( | const ShareBufferClass< T > & | that | ) |
Definition at line 102 of file sharebuf.h.
| ShareBufferClass< T >::~ShareBufferClass | ( | void | ) |
Definition at line 116 of file sharebuf.h.
| void ShareBufferClass< T >::Clear | ( | void | ) |
Definition at line 145 of file sharebuf.h.
|
inline |
Definition at line 63 of file sharebuf.h.
|
inline |
Definition at line 64 of file sharebuf.h.
| T & ShareBufferClass< T >::Get_Element | ( | int | index | ) |
Definition at line 139 of file sharebuf.h.
| const T & ShareBufferClass< T >::Get_Element | ( | int | index | ) | const |
Definition at line 133 of file sharebuf.h.
|
protected |
| void ShareBufferClass< T >::Set_Element | ( | int | index, |
| const T & | thing ) |
Definition at line 125 of file sharebuf.h.
|
protected |
Definition at line 83 of file sharebuf.h.
|
protected |
Definition at line 84 of file sharebuf.h.