Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
client_info Struct Reference

#include <tiffiop.h>

Public Attributes

struct client_infonext
 
voiddata
 
char * name
 

Detailed Description

Definition at line 74 of file tiffiop.h.

Member Data Documentation

◆ data

void* client_info::data

Definition at line 76 of file tiffiop.h.

Referenced by TIFFGetClientInfo(), and TIFFSetClientInfo().

◆ name

char* client_info::name

Definition at line 77 of file tiffiop.h.

Referenced by TIFFCleanup(), TIFFGetClientInfo(), and TIFFSetClientInfo().

◆ next

struct client_info* client_info::next

Definition at line 75 of file tiffiop.h.

Referenced by TIFFCleanup(), TIFFGetClientInfo(), and TIFFSetClientInfo().


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