0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-06 08:45:20 +02:00
construct/include/ircd/util
2019-02-16 13:17:44 -08:00
..
bswap.h
callbacks.h
enum.h
env.h ircd::util: Deinline various utils; minor cleanup. 2018-10-25 13:39:41 -07:00
fpe.h ircd: Move fpe into util. 2019-02-16 13:17:44 -08:00
hash.h ircd: Split and reorg ircd::hash/ircd::crh related headers and units. 2018-11-08 17:04:15 -08:00
instance_list.h
instance_multimap.h
iterator.h
life_guard.h
nothrow.h
params.h
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: Add scope_count tool. 2019-01-02 10:48:05 -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: Deinline various utils; minor cleanup. 2018-10-25 13:39:41 -07:00
tuple.h
typography.h
u2a.h
unique_iterator.h
unit_literal.h
unwind.h
util.h ircd: Move fpe into util. 2019-02-16 13:17:44 -08:00
va_rtti.h ircd::util: Use tuple rather than pair for va_rtti value_type. 2018-11-28 13:15:42 -08:00
what.h ircd::util: Deinline various utils; minor cleanup. 2018-10-25 13:39:41 -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).