![]() |
XTL
0.1
eXtended Template Library
|
Directories | |
directory | concurrent |
directory | nlp |
directory | windows |
Files | |
file | btree.hpp [code] |
STL-ish map using on disk b-tree. | |
file | callback.hpp [code] |
Single producer - multiple subscriber callback. | |
file | debug.hpp [code] |
Debugging. | |
file | dynamic_library.hpp [code] |
load and invoke methods in a dynamic library | |
file | dynamic_object.hpp [code] |
an object with dynamic properties and values. | |
file | event_trace.hpp [code] |
generate event-trace diagrams of execution flow | |
file | exception.hpp [code] |
generic and special purpose exceptions | |
file | executable.hpp [code] |
represents an executable binary on disk or memory | |
file | filesystem.hpp [code] |
handle necessary filesystem and path functionality until C++17 is finalized | |
file | log.hpp [code] |
runtime logging to various destinations | |
file | lru_cache.hpp [code] |
lru cache | |
file | mapped_file.hpp [code] |
memory mapped files | |
file | mapped_vector.hpp [code] |
memory mapped vector | |
file | memory.hpp [code] |
memory related methods | |
file | meta.hpp [code] |
template meta-programming utilities | |
file | parse.hpp [code] |
text parsing and AST generation | |
file | process.hpp [code] |
represents an in-memory process | |
file | rpc.hpp [code] |
transport neutral light weight IPC/RPC library | |
file | shared_mem_obj.hpp [code] |
creates or loads singleton objects in shared memory regions | |
file | socket.hpp [code] |
general purpose socket communication | |
file | source_location.hpp [code] |
maintains info about locations within source code | |
file | sqlite.hpp [code] |
sqlite interface | |
file | string.hpp [code] |
specializations of std::basic_string for advanced and common string handling | |
file | tuple.hpp [code] |
Tuple manipulation. | |
file | type_info.hpp [code] |
std::type_info extensions | |
file | unique_id.hpp [code] |
global unique identifier / universal unique identifier data type | |
file | var.hpp [code] |
multi-type variant using type-erasure | |
file | wrapped_type.hpp [code] |
wraps a type in a class for compiler type deductive distinction | |
file | xtd.hpp [code] |
host, target and build configurations and settings Various components are purpose built for specific targets xtd.hpp is a descriptive configuration header that is generated by CMake from the xtd.hpp.in template. | |