----------------------------------------------------------------------------- VDataTable::getCount(); Return the number of DataTable entries. -----------------------------------------------------------------------------
| 128 | // |
| 129 | //----------------------------------------------------------------------------- |
| 130 | S32 VDataTable::getCount( void ) |
| 131 | { |
| 132 | return mDataMap.size(); |
| 133 | } |
| 134 | |
| 135 | //----------------------------------------------------------------------------- |
| 136 | // |
no test coverage detected