scclib
Stable Cloud Computing C++ Library
Modules
general utilities
Collaboration diagram for general utilities:

Modules

 Signaling kernel event counter
 A wrapper for Linux eventfd.
 
 File descriptor
 Wraps an open file descriptor, providing safe duplication and destruction.
 
 Common file system utilities
 File system utility common operations.
 
 input/output stream utilities
 Allows wrapping of generic streaming objects into std::iostream.
 
 Thread safe logging
 Logging utility which can share std::ostream objects between multiple threads.
 
 Kernel file descriptor event notification poller
 Linux kernel file descriptor event notification, using Linux epoll.
 
 Signal-safe C library wrapper
 Provides signal safe wrapper for commonly used C library APIs.
 

Detailed Description