#include <NvBlastTkType.h>
Public Member Functions | |
| virtual const char * | getName () const =0 |
| virtual uint32_t | getVersion () const =0 |
| bool | operator== (const TkType &type) const |
| virtual const char* Nv::Blast::TkType::getName | ( | ) | const [pure virtual] |
The class name.
| virtual uint32_t Nv::Blast::TkType::getVersion | ( | ) | const [pure virtual] |
The data format version for this class. When deserializing, this version must match the current version. If not, the user may convert the data format using the format conversion extension.
| bool Nv::Blast::TkType::operator== | ( | const TkType & | type | ) | const [inline] |