SoundFontInfoLib
2.21.6
Library for parsing and rendering SF2 files
|
Memory layout of a 'iver' entry in a sound font resource. More...
#include <Version.hpp>
Public Member Functions | |
Version () | |
void | load (const IO::Pos &pos) |
Constructor that reads from file. More... | |
void | dump (const std::string &indent) const |
Utility for displaying bag contents on output stream. More... | |
Static Public Attributes | |
constexpr static size_t | size = 4 |
Memory layout of a 'iver' entry in a sound font resource.
Holds the version info of a file.
|
inline |
void Version::dump | ( | const std::string & | indent | ) | const |
Utility for displaying bag contents on output stream.
indent | the prefix to write out before each line |
|
inline |
Constructor that reads from file.
pos | location to read from |
References SF2::IO::Pos::readInto(), and size.
Referenced by SF2::IO::File::File().
|
staticconstexpr |
Referenced by load().