Go to the documentation of this file.
   54 int main(
int argc, 
char** argv)
 
   59     std::cout << 
"Please give 'write' or 'read' as argument " << std::endl;
 
   65   if(std::string(argv[1]) == 
"read")
 
   69   else if(std::string(argv[1]) == 
"write")
 
   75     std::cout << 
"Wrong argument!" << std::endl;