|
jaffarCommon
|
| ▼ include | |
| ▼ jaffarCommon | |
| ▼ deserializers | |
| base.hpp | Contains the base class for the data deserializers |
| contiguous.hpp | Contains the contiguous data deserializer |
| differential.hpp | Contains the differential data deserializer |
| ▼ loggers | |
| ncurses.hpp | Contains common functions related to output and logging using NCurses |
| stdio.hpp | Contains common functions related to output and logging using stdio |
| ▼ serializers | |
| base.hpp | Contains the base class for the data serializers |
| contiguous.hpp | Contains the contiguous data serializer |
| differential.hpp | Contains the differential data serializer |
| bitwise.hpp | Contains common functions related to bitwise operations |
| concurrent.hpp | Containers designed for fast parallel, mutual exclusive access |
| dethreader.hpp | Contains the classes for serializing threading-parallel applications |
| exceptions.hpp | Contains common functions for exception throwing |
| file.hpp | Contains common functions related to file manipulation |
| hash.hpp | Contains common function related to hashing |
| json.hpp | Contains common functions related to JSON manipulation |
| logger.hpp | Contains common functions related to output and logging |
| parallel.hpp | Definitions and utilities for parallel execution |
| string.hpp | Contains common functions related to manipulating strings |
| timing.hpp | Contains common functions related to time measurement |