#include <vector>
#include "Persistency/File.h"
#include "Util/DatabaseWriteNative.h"
#include "Core/Array/Element/TypeString.h"
#include "Core/Array/ArraySet.h"
#include "Core/Array/Endian.h"
Include dependency graph for WriteRaw.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Array |
Functions | |
template<class ArrayT> | |
void | Impala::Core::Array::WriteRaw (ArrayT *src, Util::IOBuffer *buffer, bool binary) |
template<class ArrayT> | |
void | Impala::Core::Array::WriteRaw (ArrayT *src, String fileName, Util::Database *db, bool binary) |
template<class ArrayT> | |
void | Impala::Core::Array::WriteRaw (ArrayT *src, Persistency::File file, bool binary) |
template<class ArrayT> | |
void | Impala::Core::Array::WriteRawList (std::vector< ArrayT * > list, Util::IOBuffer *buffer, bool binary) |
template<class ArrayT> | |
void | Impala::Core::Array::WriteRawList (std::vector< ArrayT * > list, String fileName, Util::Database *db, bool binary) |
template<class ArrayT> | |
void | Impala::Core::Array::WriteRawList (std::vector< ArrayT * > list, Persistency::File file, bool binary) |
template<class ArrayT> | |
void | Impala::Core::Array::WriteRawList (ArraySet< ArrayT > &aSet, String fileName, bool binary) |
template<class ArrayT> | |
void | Impala::Core::Array::WriteRawList (ArraySet< ArrayT > &aSet, Persistency::File file, bool binary) |
template<class ArrayT> | |
void | Impala::Core::Array::WriteRawListVar (std::vector< ArrayT * > list, Util::IOBuffer *buffer, bool binary) |
template<class ArrayT> | |
void | Impala::Core::Array::WriteRawListVar (std::vector< ArrayT * > list, String fileName, Util::Database *db, bool writeIndex, bool binary) |
template<class ArrayT> | |
void | Impala::Core::Array::WriteRawListVar (std::vector< ArrayT * > list, Persistency::File file, bool writeIndex, bool binary) |