-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasis.hpp
More file actions
35 lines (22 loc) · 975 Bytes
/
Copy pathbasis.hpp
File metadata and controls
35 lines (22 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#ifndef ___FCF_BASIS__BASIS_HPP___
#define ___FCF_BASIS__BASIS_HPP___
#include "macro.hpp"
#include "bits/PartTypes/GroupNativeTypes.hpp"
#include "PartType.hpp"
#include "PartException.hpp"
#include "PartForeach.hpp"
#include "bits/PartCall/FunctionSignature.hpp"
#include "PartCall.hpp"
#include "PartConvert.hpp"
#include "bits/PartContainerAccess/ContainerAccess.hpp"
#include "bits/PartContainerAccess/DynamicContainerAccessBase.hpp"
#include "bits/PartMetaType/MetaTypeSequence.hpp"
#include "bits/PartMetaType/MetaTypeBoolean.hpp"
#include "bits/PartMetaType/MetaTypeFunction.hpp"
#include "bits/PartMetaType/MetaTypeMaxTypeSize.hpp"
#include "bits/PartMetaType/MetaTypeRemoveDeepConst.hpp"
#include "bits/PartMetaType/MetaTypeRemoveRightReference.hpp"
#include "bits/PartMetaType/MetaTypeSequence.hpp"
#include "bits/PartMetaType/MetaTypeTupleInsert.hpp"
#include "bits/PartMetaType/MetaTypeTupleReplace.hpp"
#endif // #ifndef ___FCF_BASIS__BASIS_HPP___