PLearn 0.1
|
This file provides I/O functionality of TinyVectors for PStreams. More...
#include <iostream>
#include <plearn/base/TinyVector.h>
#include <plearn/math/TVec.h>
#include "PStream.h"
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
template<class T , unsigned N, class TTrait > | |
ostream & | PLearn::operator<< (ostream &os, const TinyVector< T, N, TTrait > &tiny_vec) |
template<class T , unsigned N, class TTrait > | |
PStream & | PLearn::operator<< (PStream &os, const TinyVector< T, N, TTrait > &tiny_vec) |
template<class T , unsigned N, class TTrait > | |
PStream & | PLearn::operator>> (PStream &is, TinyVector< T, N, TTrait > &tiny_vec) |
This file provides I/O functionality of TinyVectors for PStreams.
Definition in file TinyVectorIO.h.