cpp_algs
Directory actions
More options
Directory actions
More options
cpp_algs
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
TODO: Refactor and add documentation for all interfaces. cpp_algs.hpp is responsible for including/packaging all headers from the library codebase and compiling into one shared object file (.so) so add includes for any new modules you introduce in the codebase at the end or in order of dependency. config.hpp.in will be used by CMAKE at build time to populate any application level variables we'll need in the library ex. version, paths etc. Note: We need to write implementation in headers itself since this project relies heavily on templates and the compiler needs to see interface and implementation at the same time for templated functions.