utilities  0.0
Classes | Namespaces | Typedefs | Functions
bytestreamC.h File Reference
#include <molpro/memory.h>
#include <cstdint>
Include dependency graph for bytestreamC.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  molpro::bytestream
 The bytestream class provides a container for data to be serialised, and subsequently unpacked. More...
 

Namespaces

 molpro
 Class that manages input options.
 

Typedefs

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...
 

Functions

size_t memory_bytestream_hash (const char *s, size_t n)
 

Function Documentation

◆ memory_bytestream_hash()

size_t memory_bytestream_hash ( const char *  s,
size_t  n 
)