0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-02 08:48:18 +02:00
construct/include/ircd/util
2019-04-27 15:51:36 -07: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: Stub a TODO for util::closure. 2019-04-09 21:08:15 -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 ircd::util::fpe: Add interface to set the except flag. 2019-03-04 13:20:39 -08:00
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 ircd::util::params: Relax class access. 2019-03-10 14:25:10 -07:00
pointers.h
pretty.h ircd::util: Use a long double nanoseconds template rep. 2019-01-09 17:05:58 -08:00
pubsetbuf.h ircd::util: Truncate when stream's tellp is out of range. 2019-01-19 17:01:53 -08:00
README.md ircd: Start a README.md for any directory missing one; fix conformity of existing. 2019-01-26 12:29:08 -08:00
reentrance.h
scope_count.h ircd::util: Make scope_count a template. 2019-02-28 17:12:03 -08:00
scope_restore.h ircd::util: Add scope_restore; remove scope_light because generalized. 2019-01-02 15:19:05 -08:00
string.h ircd::util: Add string_buffer() reclosure template. 2019-02-07 18:29:57 -08:00
syscall.h
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
unwind.h ircd::util: Add an unwind::defer device. 2019-04-18 05:46:07 -07:00
util.h ircd::util: Stub a TODO for util::closure. 2019-04-09 21:08:15 -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).