bbtkTestIstringStream.cxx File Reference

#include <sstream>

Include dependency graph for bbtkTestIstringStream.cxx:

Go to the source code of this file.

Functions

int main ()


Function Documentation

int main (  ) 

Definition at line 21 of file bbtkTestIstringStream.cxx.

00022 {
00023   std::istringstream os;
00024   int vm;
00025   std::string s = "5";
00026   os.str(s);
00027 
00028   os >> vm;
00029 
00030   return vm;
00031 }


Generated on Wed Nov 12 11:38:14 2008 for BBTK by  doxygen 1.5.6