| 
    Nektar++
    
   | 
 
#include <LibUtilities/BasicConst/GitRevision.h>#include <LibUtilities/BasicUtils/CompressData.h>#include <boost/archive/iterators/base64_from_binary.hpp>#include <boost/archive/iterators/binary_from_base64.hpp>#include <boost/archive/iterators/transform_width.hpp>#include <boost/assign/list_of.hpp>#include <boost/iostreams/copy.hpp>#include <boost/iostreams/filter/zlib.hpp>#include <boost/iostreams/filtering_stream.hpp>#include <boost/lexical_cast.hpp>#include <cstdint>#include <set>Go to the source code of this file.
Namespaces | |
| Nektar | |
| The above copyright notice and this permission notice shall be included.  | |
| Nektar::LibUtilities | |
| Nektar::LibUtilities::CompressData | |
Macros | |
| #define | NOMINMAX | 
| #define | NEKTAR_VERSION "Unknown" | 
Functions | |
| EndianType | Nektar::LibUtilities::Endianness (void) | 
| std::string | Nektar::LibUtilities::CompressData::GetCompressString (void) | 
| std::string | Nektar::LibUtilities::CompressData::GetBitSizeStr (void) | 
| void | Nektar::LibUtilities::CompressData::BinaryStrToBase64Str (std::string &compressedDataString, std::string &base64string) | 
| void | Nektar::LibUtilities::CompressData::Base64StrToBinaryStr (std::string &base64string, std::string &compressedDataString) | 
| #define NEKTAR_VERSION "Unknown" | 
Definition at line 56 of file CompressData.cpp.
| #define NOMINMAX | 
Definition at line 34 of file CompressData.cpp.