TMCIndex< TIndexType > Class Template Reference
[MCCore]
List of all members.
Detailed Description
template<class TIndexType>
class TMCIndex< TIndexType >
Base class to create index classes when you need the compiler to perform type checking. Example: class TCellIndex : public TMCIndex<int32> { };
Constructor & Destructor Documentation
template<class TIndexType >
template<class TIndexType >
Member Function Documentation
template<class TIndexType >
TIndexType TMCIndex< TIndexType >::GetValue |
( |
|
) |
const [inline] |
template<class TIndexType >
template<class TIndexType >
template<class TIndexType >
void TMCIndex< TIndexType >::MakeInvalid |
( |
|
) |
[inline] |
template<class TIndexType >
template<class TIndexType >
void TMCIndex< TIndexType >::operator++ |
( |
|
) |
[inline] |
template<class TIndexType >
template<class TIndexType >
boolean TMCIndex< TIndexType >::operator< |
( |
TIndexType |
count |
) |
const [inline] |
template<class TIndexType >
template<class TIndexType >
boolean TMCIndex< TIndexType >::operator<= |
( |
TIndexType |
count |
) |
const [inline] |
template<class TIndexType >
template<class TIndexType >
template<class TIndexType >
void TMCIndex< TIndexType >::SetValue |
( |
TIndexType |
value |
) |
[inline] |
Member Data Documentation
template<class TIndexType >
template<class TIndexType >
The documentation for this class was generated from the following file: