momo  3.12
all.h
Go to the documentation of this file.
1 /**********************************************************\
2 
3  This file is part of the
4  https://github.com/morzhovets/momo
5  project, distributed under the MIT License. See
6  https://github.com/morzhovets/momo/blob/branch_cpp11/LICENSE
7  for details.
8 
9  momo/stdish/all.h
10 
11 \**********************************************************/
12 
13 #ifndef MOMO_INCLUDE_GUARD_STDISH_ALL
14 #define MOMO_INCLUDE_GUARD_STDISH_ALL
15 
16 #include "vector.h"
17 #include "set.h"
18 #include "map.h"
19 #include "unordered_set.h"
20 #include "unordered_map.h"
21 #include "unordered_multimap.h"
22 #include "pool_allocator.h"
23 
24 #include MOMO_PARENT_HEADER(Version)
25 
26 #endif // MOMO_INCLUDE_GUARD_STDISH_ALL
unordered_map.h
unordered_multimap.h
pool_allocator.h
unordered_set.h
map.h
vector.h
set.h