-
Notifications
You must be signed in to change notification settings - Fork 5
/
inanity-base.hpp
40 lines (37 loc) · 1010 Bytes
/
inanity-base.hpp
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
35
36
37
38
39
40
#ifndef ___INANITY_INANITY_BASE_HPP___
#define ___INANITY_INANITY_BASE_HPP___
// сборный файл для библиотеки inanity-base
#include "ChunkPool.hpp"
#include "CriticalCode.hpp"
#include "CriticalSection.hpp"
#include "EmptyFile.hpp"
#include "Exception.hpp"
#include "File.hpp"
#include "FileInputStream.hpp"
#include "FileSystem.hpp"
#include "SubFileSystem.hpp"
#include "Handler.hpp"
#include "ManagedHeap.hpp"
#include "MemoryFile.hpp"
#include "MemoryPool.hpp"
#include "MemoryStream.hpp"
#include "Object.hpp"
#include "ObjectPool.hpp"
#include "OutputStream.hpp"
#include "PartFile.hpp"
#include "PoolObject.hpp"
#include "Profiling.hpp"
#include "ResourceManager.ipp"
#include "Semaphore.hpp"
#include "Storage.hpp"
#include "StorageInputStream.hpp"
#include "StreamReader.hpp"
#include "StreamWriter.hpp"
#include "String.hpp"
#include "StringTraveler.hpp"
#include "Strings.hpp"
#include "Thread.hpp"
#include "Ticker.hpp"
#include "Time.hpp"
#include "TypedPool.hpp"
#endif