|
claw 1.9.0
|
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'). | |
| claw::graphic::targa::file_structure::footer::footer | ( | ) |
Constructor.
Definition at line 108 of file targa_file_structure.cpp.
| bool claw::graphic::targa::file_structure::footer::is_valid | ( | ) | const |
Tell if the data of this footer is valid.
Definition at line 119 of file targa_file_structure.cpp.
| unsigned int claw::graphic::targa::file_structure::footer::developer_offset |
| unsigned int claw::graphic::targa::file_structure::footer::extension_offset |
| char claw::graphic::targa::file_structure::footer::signature[18] |