TORCS  1.3.9
The Open Racing Car Simulator
RespTable.h File Reference
#include "Response.h"
#include <SOLID/solid.h>
#include <map>
Include dependency graph for RespTable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RespTable
 

Typedefs

typedef map< DtObjectRef, Response, less< DtObjectRef > > SingleList
 
typedef pair< DtObjectRef, DtObjectRefObjPair
 
typedef map< ObjPair, Response, less< ObjPair > > PairList
 

Functions

ObjPair make_ObjPair (DtObjectRef x, DtObjectRef y)
 

Typedef Documentation

◆ ObjPair

Definition at line 40 of file RespTable.h.

◆ PairList

typedef map<ObjPair, Response, less<ObjPair> > PairList

Definition at line 41 of file RespTable.h.

◆ SingleList

typedef map<DtObjectRef, Response, less<DtObjectRef> > SingleList

Definition at line 39 of file RespTable.h.

Function Documentation

◆ make_ObjPair()

ObjPair make_ObjPair ( DtObjectRef  x,
DtObjectRef  y 
)
inline

Definition at line 43 of file RespTable.h.