#include <bpipexx/bpipexx.h>
|
| | DpktF (const char *cname) |
| | Construct a scalar field with the given name and type. More...
|
| |
|
|
string | name |
| |
|
BPMatrix * | matrix |
| |
|
BPDataType | BPT |
| |
template<typename T>
struct SAOTrace::BPipeX::DpktF< T >
A simple structure to hold information about a \bpipe data field. Note that the existing constructors set the matrix field to NULL.
- Template Parameters
-
| T | The storage type of the data. This is one of the intrinsic types and structures supported by the bpipe library. |
◆ DpktF()
Construct a scalar field with the given name and type.
- Template Parameters
-
| T | The storage type of the data. This is one of the intrinsic types and structures supported by the bpipe library. |
- Parameters
-
| [in] | cname | The name of the field. |
The documentation for this struct was generated from the following file: