#include <BALL/DATATYPE/regularExpression.h>#include <BALL/DATATYPE/string.h>#include <BALL/SYSTEM/fileSystem.h>#include <stdlib.h>#include <sys/stat.h>#include <stdio.h>#include <algorithm>#include <iostream>#include <fstream>#include <sys/types.h>#include <map>#include <BALL/SYSTEM/file.iC>Go to the source code of this file.
Classes | |
| class | BALL::TransformationManager |
| class | BALL::File |
| class | BALL::File::CannotWrite |
| class | BALL::BinaryFileAdaptor< T > |
Namespaces | |
| namespace | BALL |
Functions | |
| template<typename T > | |
| std::ostream & | BALL::operator<< (std::ostream &os, const BinaryFileAdaptor< T > &data) |
Output stream for BinaryFileAdaptors. | |
| template<typename T > | |
| std::istream & | BALL::operator>> (std::istream &is, BinaryFileAdaptor< T > &data) |
Input stream for BinaryFileAdaptors. | |
| template<typename T > | |
| BALL_INLINE void | BALL::swapBytes (T &t) |