Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
util.hpp
Go to the documentation of this file.
1// The Reactive C++ Toolbox.
2// Copyright (C) 2013-2019 Swirly Cloud Limited
3// Copyright (C) 2022 Reactive Markets Limited
4//
5// Licensed under the Apache License, Version 2.0 (the "License");
6// you may not use this file except in compliance with the License.
7// You may obtain a copy of the License at
8//
9// http://www.apache.org/licenses/LICENSE-2.0
10//
11// Unless required by applicable law or agreed to in writing, software
12// distributed under the License is distributed on an "AS IS" BASIS,
13// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14// See the License for the specific language governing permissions and
15// limitations under the License.
16
17#ifndef TOOLBOX_UTIL_HPP
18#define TOOLBOX_UTIL_HPP
19
20#include "util/Alarm.hpp"
21#include "util/Allocator.hpp"
22#include "util/Argv.hpp"
23#include "util/Array.hpp"
24#include "util/Concepts.hpp"
25#include "util/Config.hpp"
26#include "util/Enum.hpp"
27#include "util/Exception.hpp"
28#include "util/Finally.hpp"
29#include "util/IntTypes.hpp"
30#include "util/Math.hpp"
31#include "util/Options.hpp"
32#include "util/RefCount.hpp"
33#include "util/RingBuffer.hpp"
34#include "util/RobinHood.hpp"
35#include "util/Slot.hpp"
36#include "util/Storage.hpp"
37#include "util/Stream.hpp"
39#include "util/String.hpp"
40#include "util/StringBuf.hpp"
41#include "util/Struct.hpp"
42#include "util/TaskQueue.hpp"
43#include "util/Tokeniser.hpp"
44#include "util/Traits.hpp"
45#include "util/Trans.hpp"
46#include "util/TypeTraits.hpp"
47#include "util/Utility.hpp"
48#include "util/VarSub.hpp"
49#include "util/Variant.hpp"
50#include "util/Version.hpp"
51
52#endif // TOOLBOX_UTIL_HPP
Command-line options parser.