Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | Friends | List of all members
gzomanip< T > Class Template Reference

#include <zfstream.h>

Public Member Functions

 gzomanip (gzofstream &(*f)(gzofstream &, T), T v)
 

Friends

gzofstreamoperator<< (gzofstream &, const gzomanip< T > &)
 

Detailed Description

template<class T>
class gzomanip< T >

Definition at line 92 of file zfstream.h.

Constructor & Destructor Documentation

◆ gzomanip()

template<class T>
gzomanip< T >::gzomanip ( gzofstream &(*)(gzofstream &, T)  f,
v 
)
inline

Definition at line 95 of file zfstream.h.

Friends And Related Function Documentation

◆ operator<<

template<class T>
gzofstream& operator<< ( gzofstream s,
const gzomanip< T > &  m 
)
friend

Definition at line 101 of file zfstream.h.


The documentation for this class was generated from the following file: