0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-30 07:48:22 +02:00
construct/include/ircd/util
2019-06-22 17:36:42 -06:00
..
bswap.h ircd::util: Add hton()/ntoh() in-place swap overloads. 2019-04-06 17:12:01 -07:00
callbacks.h
closure.h ircd::util: Update TODO comment. 2019-05-24 18:23:26 -07:00
custom_ptr.h ircd::util: Split custom_ptr; make strong type; pointer conversion. 2019-04-03 17:18:21 -07:00
enum.h
env.h
fpe.h
hash.h
instance_list.h ircd::util: Null the instance_list allocator ptr after use. 2019-04-19 17:42:34 -07:00
instance_multimap.h
iterator.h
life_guard.h
nothrow.h
params.h
pointers.h
pretty.h
pubsetbuf.h
README.md
reentrance.h
scope_count.h
scope_restore.h
string.h
syscall.h
test.h ircd::util: Add a weak interface for the test trigger stub. 2019-05-24 18:24:33 -07:00
timer.h ircd::util: Add pretty() convenience to timer. 2019-04-27 15:51:36 -07:00
tuple.h
typography.h
u2a.h
unique_iterator.h
unit_literal.h ircd: Mark recommended noexcept on inline constructors. 2019-06-22 17:36:42 -06:00
unwind.h ircd::util: Add an unwind::defer device. 2019-04-18 05:46:07 -07:00
util.h ircd::util: Add a weak interface for the test trigger stub. 2019-05-24 18:24:33 -07:00
va_rtti.h
what.h

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).