#include "lemur-platform.h"
#include <memory>
#include <utility>
#include <fstream>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <cstring>
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
namespace | lemur_compat |
Defines | |
#define | LEMUR_USES_ENUM_OPENMODE |
|
lemur-compat.hpp The point of this header is to contain the kinds of things that are stored in platform.h on Unix: * endian constants * type size constants * typedefs As this is a Lemur header, it is also appropriate to put general Lemur-specific typedefs here. |