diff options
Diffstat (limited to 'include/ocl.hpp')
| -rw-r--r-- | include/ocl.hpp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/include/ocl.hpp b/include/ocl.hpp new file mode 100644 index 0000000..435c69e --- /dev/null +++ b/include/ocl.hpp @@ -0,0 +1,28 @@ +/* + * File: ocl.hpp + * Purpose: Open C++ Libraries. + * Author: Amlal El Mahrouss (amlal@nekernel.org) + * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License. + */ + +#ifndef __OCL_HPP +#define __OCL_HPP + +// Mandatory core headers. +#include <ocl/allocator_op.hpp> +#include <ocl/crc_hash.hpp> +#include <ocl/option.hpp> +#include <ocl/is_same.hpp> +#include <ocl/print.hpp> +#include <ocl/smart_ptr.hpp> +#include <ocl/tracked_ptr.hpp> +#include <ocl/smart_socket.hpp> + +#ifdef __OCL_FIX + +# include <ocl/fix/parser.hpp> +# include <ocl/fix/checksum.hpp> + +#endif + +#endif // ifndef __OCL_HPP
\ No newline at end of file |
