|
|
|||
File indexing completed on 2026-06-22 08:31:42
0001 #ifndef PODIO_UTILITIES_READERUTILS_H 0002 #define PODIO_UTILITIES_READERUTILS_H 0003 0004 #include <cstddef> 0005 0006 struct SizeStats { 0007 size_t numBytes; 0008 float compressionFactor; 0009 }; 0010 0011 #endif // PODIO_UTILITIES_READERUTILS_H
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|