Defines | Functions
contrib/oul/ouml/io.txx File Reference
#include "io.h"
#include <vcl_iostream.h>

Go to the source code of this file.

Defines

#define ouml_io_txx_

Functions

template<class T >
vcl_ostream & operator<< (vcl_ostream &os, const vnl_vector< T > &vec)
template<class T >
vcl_ostream & operator<< (vcl_ostream &os, const vcl_vector< T > &vec)
template<class T , class S >
vcl_ostream & operator<< (vcl_ostream &os, const vcl_map< T, S > &omap)
template<class T >
vcl_ostream & operator<< (vcl_ostream &os, const vcl_set< T > &vec)
vcl_ostream & operator<< (vcl_ostream &os, const vil1_rgb< unsigned char > &colour)

Define Documentation

#define ouml_io_txx_

Definition at line 2 of file io.txx.


Function Documentation

template<class T >
vcl_ostream& operator<< ( vcl_ostream &  os,
const vnl_vector< T > &  vec 
)

Definition at line 9 of file io.txx.

template<class T >
vcl_ostream& operator<< ( vcl_ostream &  os,
const vcl_vector< T > &  vec 
)

Definition at line 25 of file io.txx.

template<class T , class S >
vcl_ostream& operator<< ( vcl_ostream &  os,
const vcl_map< T, S > &  omap 
)

Definition at line 41 of file io.txx.

template<class T >
vcl_ostream& operator<< ( vcl_ostream &  os,
const vcl_set< T > &  vec 
)

Definition at line 57 of file io.txx.

vcl_ostream& operator<< ( vcl_ostream &  os,
const vil1_rgb< unsigned char > &  colour 
)

Definition at line 73 of file io.txx.