libpniio
|
IFD entry reader template. More...
#include <ifd_entry_reader.hpp>
Static Public Member Functions | |
static void | read (std::vector< RTYPE > &r, std::ifstream &stream) |
read entry data More... | |
This template reads IFD entries of a particular type and returns the result as a vector of a particular result type.
|
static |
This static method reads IFD entry data from a stream. It assumes that the stream is already properly positioned at the begining of the entries data section. The method does no repositioning of the stream once it is finished. This must be done by the calling function or method.
r | number of elements to read |
stream | input stream from which to read data |