Home
last modified time | relevance | path

Searched defs:StringsTraits (Results 1 – 2 of 2) sorted by relevance

/dports/science/py-rmf/rmf-1.3.1/include/RMF/HDF5/
H A Dtypes.h268 struct RMFEXPORT StringsTraits { struct
269 typedef std::vector<std::string> Type;
270 typedef std::vector<Type> Types;
271 static const bool BatchOperations = false;
272 static int get_index() { return 3 + 7; } in get_index()
273 static const Type& get_null_value() { in get_null_value()
277 static bool get_is_null_value(Type t) { return t.empty(); } in get_is_null_value()
282 static std::string get_name() { return "strings"; } in get_name()
285 static void write_values_dataset(hid_t, hid_t, hid_t, const Types&) { in write_values_dataset()
291 static Types read_values_attribute(hid_t, unsigned int) { in read_values_attribute()
[all …]
/dports/science/rmf/rmf-1.3.1/include/RMF/HDF5/
H A Dtypes.h268 struct RMFEXPORT StringsTraits { struct
269 typedef std::vector<std::string> Type;
270 typedef std::vector<Type> Types;
271 static const bool BatchOperations = false;
272 static int get_index() { return 3 + 7; } in get_index()
273 static const Type& get_null_value() { in get_null_value()
277 static bool get_is_null_value(Type t) { return t.empty(); } in get_is_null_value()
282 static std::string get_name() { return "strings"; } in get_name()
285 static void write_values_dataset(hid_t, hid_t, hid_t, const Types&) { in write_values_dataset()
291 static Types read_values_attribute(hid_t, unsigned int) { in read_values_attribute()
[all …]