Skip to content
Snippets Groups Projects
ADIOS_CPP.h 663 B
Newer Older
 * Distributed under the OSI-approved Apache License, Version 2.0.  See
 * accompanying file Copyright.txt for details.
 *
wfg's avatar
wfg committed
 * ADIOS_CPP.h
 *
 *  Created on: Jan 9, 2017
 *      Author: wfg
 */

wfg's avatar
wfg committed
#ifndef ADIOS_CPP_H_
#define ADIOS_CPP_H_
#include "ADIOSTypes.h"
#include "core/Method.h"
#include "core/Engine.h"
#include "core/Transform.h"
wfg's avatar
wfg committed
#include "engine/bp/BPFileWriter.h"
// Will allow to create engines directly (no polymorphism)
#ifdef ADIOS_HAVE_DATAMAN
#include "engine/dataman/DataManReader.h"
#include "engine/dataman/DataManWriter.h"
#include "transform/BZip2.h"
wfg's avatar
wfg committed
#endif /* ADIOS_CPP_H_ */