ThingWorx C SDK
Public Member Functions | Friends | List of all members
gzomanip2< T1, T2 > Class Template Reference

Gzipped file output stream manipulator class. More...

#include <zfstream.h>

Public Member Functions

 gzomanip2 (gzofstream &(*f)(gzofstream &, T1, T2), T1 v1, T2 v2)
 

Friends

template<typename Ta , typename Tb >
gzofstreamoperator<< (gzofstream &, const gzomanip2< Ta, Tb > &)
 

Detailed Description

template<typename T1, typename T2>
class gzomanip2< T1, T2 >

Gzipped file output stream manipulator class.

This class defines a two-argument manipulator for gzofstream. It is used as base for the setcompression(int,int) manipulator.


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