STK++ 1.0
STK_Display1D.h File Reference

This file define very basic methods for displaying one dimensional Containers. More...

#include "../../STKernel/include/STK_Proxy.h"
#include "../../STKernel/include/STK_Integer.h"
#include "../../STKernel/include/STK_Real.h"
#include "../../STKernel/include/STK_Stream.h"
Include dependency graph for STK_Display1D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


Functions

template<class TYPE , template< class > class Container1D>
ostream & STK::out1D (ostream &s, const Container1D< TYPE > &V)
 Write a Container1D.
template<template< class > class Container1D>
ostream & STK::out1D (ostream &s, const Container1D< Real > &V)
 Specialization for Real.
template<template< class > class Container1D>
ostream & STK::out1D (ostream &s, const Container1D< Integer > &V)
 Specialization for Integer.

Detailed Description

This file define very basic methods for displaying one dimensional Containers.

Definition in file STK_Display1D.h.