Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
#include <streambuf>
#include <iostream>
#include <vector>
#include <stdexcept>
#include <datatools/exception.h>
Go to the source code of this file.
Classes | |
class | datatools::array_input_buffer |
Input stream buffer associated to a plain array of characters (char *) More... | |
class | datatools::iarraystream |
std::istream interface for a plain array of characters (char *) More... | |
class | datatools::vector_input_buffer |
Input stream buffer associated to a std::vector of characters (std::vector<char>) More... | |
class | datatools::ivectorstream |
std::istream interface for a std::vector of characters (std::vector<char>) More... | |
class | datatools::vector_output_buffer |
Output stream buffer associated to a std::vector of characters (std::vector<char>) More... | |
class | datatools::ovectorstream |
std::ostream interface for a std::vector of characters (std::vector<char>) More... | |
Namespaces | |
datatools | |
The Bayeux/datatools library top-level namespace. | |