hops
Classes | Functions
create_datatype.cpp File Reference
#include <iostream>
#include <highfive/H5File.hpp>
#include <highfive/H5DataType.hpp>
Include dependency graph for create_datatype.cpp:

Classes

struct  csl
 

Functions

static const std::string FILE_NAME ("create_datatype_example.h5")
 
static const std::string DATASET_NAME ("test_dataset")
 
bool operator== (csl x, csl y)
 
bool operator!= (csl x, csl y)
 
CompoundType create_compound_csl ()
 
int main (void)
 

Function Documentation

◆ create_compound_csl()

CompoundType create_compound_csl ( )

◆ DATASET_NAME()

static const std::string DATASET_NAME ( "test_dataset"  )
static

◆ FILE_NAME()

static const std::string FILE_NAME ( "create_datatype_example.h5"  )
static

◆ main()

int main ( void  )

◆ operator!=()

bool operator!= ( csl  x,
csl  y 
)

◆ operator==()

bool operator== ( csl  x,
csl  y 
)