libGDF
gdf::HeaderArray< T, P, L > Struct Template Reference

Store array-style header variable of length L and type T at offset P. More...

#include <HeaderItem.h>

+ Inheritance diagram for gdf::HeaderArray< T, P, L >:
+ Collaboration diagram for gdf::HeaderArray< T, P, L >:

Public Member Functions

T & operator[] (size_t idx)
const T & operator[] (size_t idx) const
void tostream (std::ostream &out) const
void fromstream (std::istream &in)

Data Fields

item [L]
size_t pos
size_t len

Detailed Description

template<typename T, size_t P, size_t L>
struct gdf::HeaderArray< T, P, L >

Store array-style header variable of length L and type T at offset P.

Definition at line 114 of file HeaderItem.h.


The documentation for this struct was generated from the following file:
 All Data Structures Functions Variables Friends