DryChem
1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
errors.hpp
Go to the documentation of this file.
1
// Copyright (c) 2020-2025 Cody R. Drisko. All rights reserved.
2
// Licensed under the MIT License. See the LICENSE file in the project root for more information.
3
//
4
// Name: errors.hpp - Version 3.1.0
5
// Author: cdrisko
6
// Date: 01/31/2020-15:31:26
7
// Description: The public API for the Errors section of the Common-Utilities library.
8
// This header file should be included in all user programs using these utilities.
9
//
10
// Note: The internal implementation details associated with this API should not be used in any
11
// user program as they are subject to change at any time without warning.
12
13
#ifndef DRYCHEM_COMMON_UTILITIES_INCLUDE_COMMON_UTILS_ERRORS_HPP
14
#define DRYCHEM_COMMON_UTILITIES_INCLUDE_COMMON_UTILS_ERRORS_HPP
15
16
#include "
errors/exceptions/fatalException.hpp
"
17
#include "
errors/traits/isFatal.hpp
"
18
#include "
errors/utils/errorHandling.hpp
"
19
#include "
errors/utils/errorTypes.hpp
"
20
22
namespace
DryChem
23
{
24
inline
namespace
CppUtils
25
{
26
inline
namespace
Errors
27
{
28
using namespace
::
CppUtils::Errors
;
29
}
30
}
// namespace CppUtils
31
}
// namespace DryChem
32
33
#endif
errorHandling.hpp
errorTypes.hpp
fatalException.hpp
isFatal.hpp
CppUtils::Errors
Definition
fatalException.hpp:20
CppUtils
Definition
fatalException.hpp:20
DryChem
Allow for a shorter namespace name for less using statements.
Definition
errors.hpp:23
common-utilities
include
common-utils
errors.hpp
Generated on Thu Feb 13 2025 11:55:13 for DryChem by
1.13.2