#include <cassert>
#include <cctype>
#include <cerrno>
#include <climits>
#include <cstdlib>
#include <cstring>
#include "Alignment/Geners/interface/BinaryArchiveBase.hh"
#include "Alignment/Geners/interface/CatalogIO.hh"
#include "Alignment/Geners/interface/binaryIO.hh"
Go to the source code of this file.
|
static bool | parse_int (std::ostringstream &err, const char *c, int *result) |
|
static bool | parse_unsigned (std::ostringstream &err, const char *c, unsigned *result) |
|
◆ GENERS_BINARY_ARCHIVE_FORMAT_ID
#define GENERS_BINARY_ARCHIVE_FORMAT_ID (0x1f2e3d4c) |
◆ parse_int()
static bool parse_int |
( |
std::ostringstream & |
err, |
|
|
const char * |
c, |
|
|
int * |
result |
|
) |
| |
|
static |
◆ parse_unsigned()
static bool parse_unsigned |
( |
std::ostringstream & |
err, |
|
|
const char * |
c, |
|
|
unsigned * |
result |
|
) |
| |
|
static |