IN2OSM  1.0.1
StreamLocalCopy< Stream, 0 >

Keep reference. More...

#include <reader.h>

Collaboration diagram for StreamLocalCopy< Stream, 0 >:
Collaboration graph

Public Member Functions

 StreamLocalCopy (Stream &original)
 

Public Attributes

Stream & s
 

Private Member Functions

StreamLocalCopyoperator= (const StreamLocalCopy &)
 

Detailed Description

template<typename Stream>
class internal::StreamLocalCopy< Stream, 0 >

Keep reference.

Definition at line 244 of file reader.h.

Constructor & Destructor Documentation

◆ StreamLocalCopy()

StreamLocalCopy ( Stream &  original)
inline

Definition at line 246 of file reader.h.

246 : s(original) {}

Member Function Documentation

◆ operator=()

StreamLocalCopy& operator= ( const StreamLocalCopy< Stream, 0 > &  )
private

Member Data Documentation

◆ s

Stream& s

Definition at line 248 of file reader.h.


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