Crypto++
8.8
Free C++ class library of cryptographic schemes
pch.h
Go to the documentation of this file.
1
// pch.h - originally written and placed in the public domain by Wei Dai
2
3
/// \file pch.h
4
/// \brief Precompiled header file
5
/// \details The precompiled header files are used Windows.
6
7
#ifndef CRYPTOPP_PCH_H
8
#define CRYPTOPP_PCH_H
9
10
# ifdef CRYPTOPP_GENERATE_X64_MASM
11
#include "
cpu.h
"
12
13
# else
14
#include "
config.h
"
15
16
#ifdef USE_PRECOMPILED_HEADERS
17
#include "
simple.h
"
18
#include "
secblock.h
"
19
#include "
misc.h
"
20
#include "
smartptr.h
"
21
#include "
stdcpp.h
"
22
#endif
23
# endif
24
25
// Enable file and line numbers, if available.
26
// #if defined(_MSC_VER) && defined(_DEBUG) && defined(USE_PRECOMPILED_HEADERS)
27
// # define DEBUG_NEW new(_NORMAL_BLOCK, __FILE__, __LINE__)
28
// # define new DEBUG_NEW
29
// #endif
30
31
#endif // CRYPTOPP_PCH_H
secblock.h
Classes and functions for secure memory allocations.
smartptr.h
Classes for automatic resource management.
simple.h
Classes providing basic library services.
misc.h
Utility functions for the Crypto++ library.
cpu.h
Functions for CPU features and intrinsics.
stdcpp.h
Common C++ header files.
config.h
Library configuration file.
Generated on Fri Jun 14 2024 14:12:00 for Crypto++ by
1.8.17