|
bpipexx
1.0.9_01
|
#include <bpipexx/bpipexx.h>
Collaboration diagram for SAOTrace::BPipeX::HdrF< T >:Public Member Functions | |
| HdrF (const char *cname, T idatum) | |
| Construct a scalar field with the given name, data, and type. More... | |
| T * | data () |
| Return a pointer to the data. More... | |
Public Attributes | |
| string | name |
| BPMatrix * | matrix |
| BPDataType | BPT |
| T | datum |
| bool | copy |
A simple structure to hold information about a bpipe header field. Note that the existing constructors set the matrix field to NULL.
| T | The storage type of the data. This is one of the intrinsic types and structures supported by the bpipe library. |
| SAOTrace::BPipeX::HdrF< T >::HdrF | ( | const char * | cname, |
| T | idatum | ||
| ) |
Construct a scalar field with the given name, data, and type.
| T | The storage type of the data. This is one of the intrinsic types and structures supported by the bpipe library. |
| [in] | cname | The name of the field. |
| [in] | idatum | The data to store. This is copied. |
|
inline |
Return a pointer to the data.
Referenced by SAOTrace::BPipeX::Simple::add().