#include <molpro/memory.h>
#include <cstdint>
Go to the source code of this file.
|
class | molpro::bytestream |
| The bytestream class provides a container for data to be serialised, and subsequently unpacked. More...
|
|
|
| molpro |
| Class that manages input options.
|
|
|
typedef int32_t | molpro::fint |
| Type for integers stored in a bytestream. The intention is that these should match the Fortran standard integer, to allow bytestreams to be interchanged between Fortran and C++. More...
|
|
◆ memory_bytestream_hash()
size_t memory_bytestream_hash |
( |
const char * |
s, |
|
|
size_t |
n |
|
) |
| |