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
png_time_struct Struct Reference

#include <png.h>

Public Attributes

png_uint_16 year
 
png_byte month
 
png_byte day
 
png_byte hour
 
png_byte minute
 
png_byte second
 

Detailed Description

Definition at line 537 of file png.h.

Member Data Documentation

◆ day

png_byte png_time_struct::day

Definition at line 541 of file png.h.

◆ hour

png_byte png_time_struct::hour

Definition at line 542 of file png.h.

◆ minute

png_byte png_time_struct::minute

Definition at line 543 of file png.h.

◆ month

png_byte png_time_struct::month

Definition at line 540 of file png.h.

◆ second

png_byte png_time_struct::second

Definition at line 544 of file png.h.

◆ year

png_uint_16 png_time_struct::year

Definition at line 539 of file png.h.


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