![]() |
|
|||
File indexing completed on 2025-04-19 08:55:35
0001 #pragma once 0002 0003 #include <H5Tpublic.h> 0004 0005 namespace HighFive { 0006 0007 enum class StringPadding : std::underlying_type<H5T_str_t>::type { 0008 NullTerminated = H5T_STR_NULLTERM, 0009 NullPadded = H5T_STR_NULLPAD, 0010 SpacePadded = H5T_STR_SPACEPAD 0011 }; 0012 0013 0014 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |