#include <iostream>
#include <iomanip>
#include <fstream>
Go to the source code of this file.
Namespaces | |
namespace | KDL |
Functions | |
void | KDL::_check_istream (std::istream &is) |
void | KDL::Eat (std::istream &is, int delim) |
void | KDL::Eat (std::istream &is, const char *descript) |
void | KDL::EatEnd (std::istream &is, int delim) |
void | KDL::EatWord (std::istream &is, const char *delim, char *storage, int maxsize) |