Home
last modified time | relevance | path

Searched refs:TOSTREAM (Results 1 – 2 of 2) sorted by relevance

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tools/
H A DtRecorder.h169 typedef T TOSTREAM; //!< type to put into the stream typedef
178 typedef STREAM TOSTREAM; \
1107 typedef typename tTypeToStream< DATA >::TOSTREAM TOSTREAM; in Write() typedef
1108 TOSTREAM dummy = static_cast< TOSTREAM >( data ); in Write()
1151 typedef typename tTypeToStream< DATA >::TOSTREAM TOSTREAM; in Read() typedef
1152 TOSTREAM dummy ; in Read()
H A DtConfiguration.h321 typedef T TOSTREAM; //!< type to put into the stream typedef
330 typedef STREAM TOSTREAM; \
382 typename tTypeToConfig< T >::TOSTREAM dummy; in DoRead()
396 s << static_cast< typename tTypeToConfig< T >::TOSTREAM >( value ); in DoWrite()