▼ src-base | |
LoxColours.cpp | |
LoxColours.hpp | Several simple methods to handle collections of similar colours |
LoxException.cpp | |
LoxException.hpp | Exception class with an easy-to-use embedded backtrace |
LoxMoney.cpp | |
LoxMoney.hpp | Class to help manage currency |
LoxNumbers.cpp | |
LoxNumbers.hpp | Common functions to work with integers and doubles |
LoxPrices.cpp | |
LoxPrices.hpp | Common functions to work with dollar amounts |
LoxString.cpp | |
LoxString.hpp | Several simple convenience functions for string handling |
LoxTime.cpp | |
LoxTime.hpp | Common functions to handle timestamps and date/time strings |
LoxTypes.hpp | Several common or convenient data types |
▼ src-db | |
LoxDBTools.cpp | |
LoxDBTools.hpp | Helpful or common database functions |
LoxDBTypes.hpp | Several common or convenient database-centric data types |
LoxPQDB.cpp | PostgreSQL database class with simplified access to libpq++ |
LoxPQDB.hpp | PostgreSQL database class with simplified access to libpq++ |
▼ src-log | |
LoxLog.cpp | |
LoxLog.hpp | Logging system, uses syslog on posix and normal logging on Windows |
LoxSyslog.cpp | |
LoxWinlog.cpp | |
▼ src-lox | |
Lox.cpp | Several very simple functions to return basic information on Loxahatchee |
Lox.hpp | Common methods and functionality easily shared between projects |
Loxahatchee.hpp | For convenience, include all of the Loxahatchee header files at once |
LoxBuildDate.cpp | This source file is automatically recompiled at every build to ensure the date+time is kept up-to-date |
▼ src-metric | |
LoxMeasurement.cpp | Common functions to work with and convert metric and imperial measurements |
LoxMeasurement.hpp | Common functions to work with and convert metric and imperial measurements |
LoxMetricTypes.hpp | Several convenient data types for metric values or metric <-> imperial conversions |
LoxTemperature.cpp | Common functions to work with and convert metric and imperial temperatures |
LoxTemperature.hpp | Common functions to work with and convert metric and imperial temperatures |