@ -18,14 +18,14 @@
#if !defined _ARRAYLIST_H_HEADER
#define _ARRAYLIST_H_HEADER
/**
* @file ArrayList.h
* @brief Provides an array-based list implementation using the List interface.
*/
#include "Jupiter.h"
#include "List.h"
namespace Jupiter
{
@ -18,13 +18,13 @@
#if !defined _BASE64_H_HEADER
#define _BASE64_H_HEADER
* @file Base64.h
* @brief Provides C and C++ functions to encode/decode using base64.
#if defined __cplusplus
#include <cstdint>
#if !defined _DLLIST_H_HEADER
#define _DLLIST_H_HEADER
* @file DLList.h
* @brief Provides a generic Doubly Linked List implementation using the List interface.
@ -18,12 +18,12 @@
#if !defined _LIST_H_HEADER
#define _LIST_H_HEADER
* @file List.h
* @brief Provides a generic List interface.
#if !defined _QUEUE_H_HEADER
#define _QUEUE_H_HEADER
* @file Queue.h
* @brief Provides a simple and efficient queue.
#if !defined _SLLIST_H_HEADER
#define _SLLIST_H_HEADER
* @file SLList.h
* @brief Provides a generic Singly Linked List implementation using the List interface.
#if !defined _SECURESOCKET_H_HEADER
#define _SECURESOCKET_H_HEADER
#include "Socket.h"
* @file SecureSocket.h
* @brief Provides an OpenSSL implementation on the Socket interface.