Defines the util::Buffer class. More...
#include <config.h>
#include <stdexcept>
#include <iostream>
Go to the source code of this file.
Classes | |
class | util::Buffer< T, size > |
A ranged checked array. More... | |
Namespaces | |
namespace | util |
Various utility classes for generic programming. | |
Functions | |
template<class T , unsigned int size> | |
std::ostream & | util::operator<< (std::ostream &os, Buffer< T, size > &b) |
Stream output to the array. | |
template<class T , unsigned int size> | |
std::istream & | util::operator>> (std::istream &is, Buffer< T, size > &b) |
Stream input to the array. |
Defines the util::Buffer class.
Definition in file buffer.h.