Files and folders in the library.
- Index Files
- Each folder might have an index file such as the cbls/index.hpp.
- The index file lists all the files in the folder that it is contained in.
- The index file also lists all the index files in all the subfolders.
- The index file lists files in the subfolders that do not have indexes.
- The index file thus in a top-down recursive way includes everything.
- Files and subfolders are listed in an order suitable for reading.
- Just include the index file to address file dependency maximally.
- File Extensions
- hpp: header files that include indexes and c++ headers.
- cpp: source files that include c++ implementation codes.
- Project Settings
- Project Modules