21 INLINE EggCharacterDb::Key::
24 _table_type(table_type),
34 INLINE
bool EggCharacterDb::Key::
35 operator < (
const EggCharacterDb::Key &other)
const {
36 if (_joint != other._joint) {
37 return _joint < other._joint;
39 if (_table_type != other._table_type) {
40 return _table_type < other._table_type;
42 return _frame < other._frame;
This is a base class for EggJointNodePointer and EggMatrixTablePointer.