Public Member Functions | Private Attributes
tif_ref_cnt Struct Reference

#include <vil_tiff.h>

List of all members.

Public Member Functions

 tif_ref_cnt (TIFF *tif)
TIFF * tif ()
void ref ()
void unref ()

Private Attributes

TIFF * tif_
unsigned cnt_

Detailed Description

Definition at line 94 of file vil_tiff.h.


Constructor & Destructor Documentation

tif_ref_cnt::tif_ref_cnt ( TIFF *  tif) [inline]

Definition at line 96 of file vil_tiff.h.


Member Function Documentation

void tif_ref_cnt::ref ( ) [inline]

Definition at line 98 of file vil_tiff.h.

TIFF* tif_ref_cnt::tif ( ) [inline]

Definition at line 97 of file vil_tiff.h.

void tif_ref_cnt::unref ( ) [inline]

Definition at line 99 of file vil_tiff.h.


Member Data Documentation

unsigned tif_ref_cnt::cnt_ [private]

Definition at line 108 of file vil_tiff.h.

TIFF* tif_ref_cnt::tif_ [private]

Definition at line 107 of file vil_tiff.h.


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