0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-08 09:45:41 +02:00
construct/include/ircd/util
2020-06-17 23:01:23 -07:00
..
all.h ircd::util: Start an all() convenience template w/ bool specialization. 2020-06-08 16:13:00 -07:00
boolean.h
bswap.h
callbacks.h
closure.h
construction.h
custom_ptr.h
enum.h
env.h
hash.h
identity.h
instance_list.h
instance_multimap.h
iterator.h
life_guard.h
maybe.h
nothrow.h
pair.h ircd::util: Add template typedef convenience for std::pair. 2020-04-12 14:33:47 -07:00
params.h
pointers.h
pretty.h
pubsetbuf.h ircd::util: Assert for tellp() result >= 0. 2020-04-11 13:25:12 -07:00
README.md
reentrance.h
scope_count.h ircd::util: Improve some comments; minor cleanup. 2020-05-28 15:20:32 -07:00
scope_restore.h ircd::util: Improve some comments; minor cleanup. 2020-05-28 15:20:32 -07:00
string.h
test.h
timer.h
tuple.h
typography.h
u2a.h
unique_iterator.h
unit_literal.h
unwind.h
util.h ircd: Move fpe out of util. 2020-06-17 23:01:23 -07:00
va_rtti.h
what.h ircd::util: Add overload for what() on std::exception value-type. 2020-04-23 04:19:53 -07:00

Utility Toolchest

This namespace contains an accumulated collection of miscellaneous classes and functions which have demonstrated value some place in the project, but are not really specific to the project's application. While most of libircd is arguably a utility suite itself (i.e tokens.h and lex_cast.h and base.h which are not within ircd::util) the contents of this namespace tend to be even more abstract, and serve as utilities to the utilities, etc. This collection is here to save developers time and enforce DRY.

These tools still rank below ircd::exception, *_view, buffer:: and allocator:: and can still make use of those considering the linear inclusion strategy of the project (see: ircd.h).