Evo C++ Library v0.5.1
core.h
Go to the documentation of this file.
1 // Evo C++ Library
2 /* Copyright 2019 Justin Crowell
3 Distributed under the BSD 2-Clause License -- see included file LICENSE.txt for details.
4 */
6 
7 #pragma once
8 #ifndef INCL_evo_core_h
9 #define INCL_evo_core_h
10 
11 #include "io.h" // covers: substring.h, string.h, sublist.h, list.h
12 #include "maphash.h" // covers: map.h, strtok.h, array.h, type.h, meta.h, ptrlist.h
13 #include "ptr.h"
14 #include "alg.h"
15 
17 #endif
Evo Smart Pointers.
Evo MapHash container.
Evo I/O streams and Console I/O.
Evo general algorithms.