Arduino Libraries
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
/home/msk/ArduinoMin/libraries/CustomHeaderLibs/ustd_generic.hpp
Go to the documentation of this file.
1 // Author: Mario S. Könz <mskoenz@gmx.net>
2 // Date: 14.06.2013 18:49:17 EDT
3 // File: ustd_generic.hpp
4 
5 /* This program is free software. It comes without any warranty, to
6  * the extent permitted by applicable law. You can redistribute it
7  * and/or modify it under the terms of the Do What The Fuck You Want
8  * To Public License, Version 2, as published by Sam Hocevar. See
9  * http://www.wtfpl.net/ or COPYING for more details. */
10 
11 #ifndef __USTD_GENERIC_HEADER
12 #define __USTD_GENERIC_HEADER
13 
14 #ifndef F
15  #define F(x) x
16  #define STD_SUPPORT
17 #endif //F
18 //contains only stuff that doesn't need Arduino.h and avr
19 
20 #include "ustd/pair.hpp"
21 #include "ustd/array.hpp"
22 #include "ustd/vector.hpp"
23 #include "ustd/string.hpp"
24 #include "ustd/filter.hpp"
25 //~ #include "ustd/bitset.hpp"
26 #include "ustd/ard_assert.hpp"
27 #include "ustd/shared_ptr.hpp"
28 #include "ustd/type_traits.hpp"
29 #include "ustd/fast_bitset.hpp"
30 #include "ustd/accumulator.hpp"
31 #include "ustd/static_vector.hpp"
32 #include "ustd/unordered_map.hpp"
33 
34 #endif //__USTD_GENERIC_HEADER