TORCS  1.3.9
The Open Racing Car Simulator
Tuple4.h File Reference
#include "Basic.h"
#include <assert.h>
#include <iostream>
Include dependency graph for Tuple4.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Tuple4
 

Functions

bool operator== (const Tuple4 &t1, const Tuple4 &t2)
 
ostream & operator<< (ostream &os, const Tuple4 &t)
 

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  os,
const Tuple4 t 
)
inline

Definition at line 70 of file Tuple4.h.

◆ operator==()

bool operator== ( const Tuple4 t1,
const Tuple4 t2 
)
inline

Definition at line 66 of file Tuple4.h.