PLearn 0.1
Namespaces | Functions
TinyVectorIO.h File Reference

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"
Include dependency graph for TinyVectorIO.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)

Detailed Description

This file provides I/O functionality of TinyVectors for PStreams.

Definition in file TinyVectorIO.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines