Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CheckBackref< T > Class Template Reference

Public Member Functions

CollideMap::iterator operator() (T *input, unsigned int location_index)
 

Detailed Description

template<class T>
class CheckBackref< T >

Definition at line 260 of file collide_map.cpp.

Member Function Documentation

template<class T>
CollideMap::iterator CheckBackref< T >::operator() ( T *  input,
unsigned int  location_index 
)
inline

Definition at line 263 of file collide_map.cpp.

264  {
265  return input->location[location_index];
266  }

The documentation for this class was generated from the following file: