View the Library Source Files

Below is the list of the current source files within the Omni library, navigating the list will take you to the respective file. You can also save the individual files via your browsers 'save as' functionality.

If you wish to view an HTML syntax highlighted version of the source with links that allow you to navigate any library classes, compile options or API's used throughout the code, you can navigate to the source view portal; alternatively, you can download the latest version and view it in your favourite editor.

It should be noted that the helper headers that merely reference the other library files (e.g. #include <omni/sync/mutex>) are not included in this list for brevities sake, but you can still view them by removing the .hpp from the file URL, for example omni/sync/mutex.hpp would just become omni/sync/mutex, if you wished to view that helper header (though all helper headers in the library simply have an #include that includes the .hpp version of it for convenience).