]> git.sesse.net Git - stockfish/commit
Finally remove UCIInputParser class altogether
authorMarco Costalba <mcostalba@gmail.com>
Mon, 1 Sep 2008 06:16:17 +0000 (08:16 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 1 Sep 2008 06:16:17 +0000 (08:16 +0200)
commit6ef44d4c4e1a81a55eb764438f3fc2f28429309c
tree118a334e81998691bed92717255e49dfb5f77974
parentd22aeb1cc02597c801c3ca5da094a39b1494a22b
Finally remove UCIInputParser class altogether

Class UCIInputParser is now a typedef of a std::istringstream,
this greatly simplifies the code, especially the many conversions
from string to integer are now handled automatically by the
stream instead of relying on a chunk of C-style atoi() calls.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/uci.cpp