Public Member Functions | Private Attributes | List of all members
tif_ref_cnt Struct Reference

#include <vil_tiff.h>

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 95 of file vil_tiff.h.

Constructor & Destructor Documentation

◆ tif_ref_cnt()

tif_ref_cnt::tif_ref_cnt ( TIFF *  tif)
inline

Definition at line 97 of file vil_tiff.h.

Member Function Documentation

◆ ref()

void tif_ref_cnt::ref ( )
inline

Definition at line 99 of file vil_tiff.h.

◆ tif()

TIFF* tif_ref_cnt::tif ( )
inline

Definition at line 98 of file vil_tiff.h.

◆ unref()

void tif_ref_cnt::unref ( )
inline

Definition at line 100 of file vil_tiff.h.

Member Data Documentation

◆ cnt_

unsigned tif_ref_cnt::cnt_
private

Definition at line 113 of file vil_tiff.h.

◆ tif_

TIFF* tif_ref_cnt::tif_
private

Definition at line 112 of file vil_tiff.h.


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