The Nebula Device 3: BaseGameFeature::CategoryManager::Entry Class Reference

The Nebula Device 3

BaseGameFeature::CategoryManager::Entry Class Reference

#include <categorymanager.h>


Detailed Description

describes an entry in a value table

Public Member Functions

 Entry ()
 default constructor
 Entry (const Util::String &categoryName, const Ptr< Db::ValueTable > &valueTable, IndexT rowIndex)
 constructor with value table and row index
bool IsValid () const
 return true if valid
const Util::StringCategory () const
 get category name
const Ptr
< Db::ValueTable > & 
Values () const
 get pointer to value table
IndexT RowIndex () const
 get row index in value table