#include <OpenMS/CONCEPT/Types.h>
#include <iosfwd>
#include <string>
Go to the source code of this file.
|
| class | XMLFile |
| | Base class for loading and storing XML files via Xerces, with optional schema validation and transparent gzip / bzip2 / zip decompression on load. More...
|
| |
|
| namespace | OpenMS |
| | Main OpenMS namespace.
|
| |
| namespace | OpenMS::Internal |
| | Namespace used to hide implementation details from users.
|
| |
|
| std::string | encodeTab (const std::string &to_encode) |
| | Encodes tabs '\t' in the string as 	 and returns the encoded string.
|
| |