| 111 | return mSpaceAvailable; |
| 112 | } |
| 113 | int GetNumItems() const |
| 114 | { |
| 115 | ASSERT(Initialized()); |
| 116 | return mNumItems; |
| 117 | } |
| 118 | // returns the number of items currently being stored in the array |
| 119 | |
| 120 | /////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected