Claw  1.7.3
Public Member Functions | Public Attributes | List of all members
claw::graphic::targa::file_structure::footer Class Reference

Footer of a targa file. More...

#include <targa.hpp>

Public Member Functions

 footer ()
 Constructor.
bool is_valid () const
 Tell if the data of this footer is valid.

Public Attributes

unsigned int extension_offset
 Offset of the extension area.
unsigned int developer_offset
 Offset of the developer directory.
char signature [18]
 Footer identier. Must be as long as std::string("TRUEVISION-XFILE.") + 1 (for the last '\0').

Detailed Description

Footer of a targa file.

Definition at line 154 of file targa.hpp.


The documentation for this class was generated from the following files: