Public Member Functions | Private Attributes
tif_smart_ptr Struct Reference

#include <vil_tiff.h>

List of all members.

Public Member Functions

 tif_smart_ptr ()
 tif_smart_ptr (tif_ref_cnt *tptr)
 tif_smart_ptr (tif_smart_ptr const &tp)
 ~tif_smart_ptr ()
bool operator! () const
 Inverse bool.
TIFF * tif () const
 Convenient get TIFF* for header construction; assumes temporary use.

Private Attributes

tif_ref_cnttptr_

Detailed Description

Definition at line 112 of file vil_tiff.h.


Constructor & Destructor Documentation

tif_smart_ptr::tif_smart_ptr ( ) [inline]

Definition at line 114 of file vil_tiff.h.

tif_smart_ptr::tif_smart_ptr ( tif_ref_cnt tptr) [inline]

Definition at line 116 of file vil_tiff.h.

tif_smart_ptr::tif_smart_ptr ( tif_smart_ptr const &  tp) [inline]

Definition at line 119 of file vil_tiff.h.

tif_smart_ptr::~tif_smart_ptr ( ) [inline]

Definition at line 122 of file vil_tiff.h.


Member Function Documentation

bool tif_smart_ptr::operator! ( ) const [inline]

Inverse bool.

Definition at line 132 of file vil_tiff.h.

TIFF* tif_smart_ptr::tif ( ) const [inline]

Convenient get TIFF* for header construction; assumes temporary use.

Definition at line 138 of file vil_tiff.h.


Member Data Documentation

Definition at line 140 of file vil_tiff.h.


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