|
Core Library
1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
|
| ▼ Include | |
| ► Asio | |
| AsioDefines.h | File containing useful definitions |
| IoContextThreadGroup.h | File containing declarations relating the IoContextThreadGroup class |
| MessageUtils.h | File containing message utils declaration |
| MulticastReceiver.h | File containing multicast receiver class declaration |
| MulticastSender.h | File containing multicast sender class declaration |
| MulticastTypedSender.h | File containing UDP typed sender class declaration |
| SimpleMulticastReceiver.h | File containing simple multicast receiver class declaration |
| SimpleMulticastSender.h | File containing simple multicast sender class declaration |
| SimpleTcpClient.h | File containing the simple TCP client class declaration |
| SimpleTcpClientList.h | File containing simple TCP client list class declaration |
| SimpleTcpServer.h | File containing the simple TCP server class declaration |
| SimpleUdpReceiver.h | File containing simple UDP receiver class declaration |
| SimpleUdpSender.h | File containing simple UDP sender class declaration |
| TcpClient.h | File containing TCP client class declaration |
| TcpClientList.h | File containing TCP client list class declaration |
| TcpConnection.h | File containing TCP connection class declaration |
| TcpConnections.h | File containing TCP connections class declaration |
| TcpServer.h | File containing TCP server class declaration |
| TcpTypedClient.h | File containing TCP typed client class declaration |
| TcpTypedServer.h | File containing TCP typed server class declaration |
| UdpReceiver.h | File containing UDP receiver class declaration |
| UdpSender.h | File containing UDP sender class declaration |
| UdpTypedSender.h | File containing UDP typed sender class declaration |
| ► CsvGrid | |
| CsvGrid.h | File containing declarations relating the CsvGrid objects |
| CsvGridCell.h | File containing declarations relating the Cell class |
| CsvGridCellDouble.h | File containing declarations relating the CellDouble class |
| CsvGridMain.h | File containing declarations relating the TCsvGrid class |
| CsvGridRow.h | File containing declarations relating the CSVGridRow class |
| ► DebugLog | |
| DebugLog.h | File containing declaration of DebugLog class |
| DebugLogging.h | Wrapper header linking to other logging headers |
| DebugLogSingleton.h | File containing declaration of DebugLog Singleton |
| ► Exceptions | |
| DetailedException.h | File containing declarations relating to custom exception handling |
| ► FileUtils | |
| FileUtils.h | File containing declarations relating various file utilities |
| ► IniFile | |
| IniFile.h | File containing declarations relating the IniFile class |
| IniFileLines.h | File containing declarations relating the IniFile support classes |
| IniFileSectionDetails.h | File containing declarations relating the IniFile support classes |
| ► Platform | |
| PlatformDefines.h | File containing platform specific definitions |
| ► Serialization | |
| SerializationIncludes.h | File containing includes for Cereal serialization |
| SerializeToVector.h | File containing utilities to serialize objects to byte vectors |
| ► Sorting | |
| GenericSorting.h | File containing declarations generic sorting algorithms |
| ► StringUtils | |
| StringUtils.h | File containing declarations relating various string utilities |
| ► Threads | |
| BoundedBuffer.h | File containing bounded buffer declaration |
| ConcurrentQueue.h | File containing concurrent queue declaration |
| EventThread.h | File containing declaration of EventThread class |
| JoinThreads.h | File containing multi-thread joiner declaration |
| MessageQueueThread.h | File containing declaration of MessageQueueThread class |
| SyncEvent.h | File containing declaration of SyncEvent class |
| ThreadBase.h | File containing declaration of ThreadBase class |
| ThreadGroup.h | File containing thread group declaration |
| ThreadRunner.h | File containing declaration of ThreadRunner class |
| CoreLibraryDllGlobal.h | File containing declaration of DLL import/export control defines |
| ▼ Source | |
| ► Asio | |
| AsioDefines.cpp | File containing useful definitions |
| IoContextThreadGroup.cpp | File containing definitions relating the IoContextThreadGroup class |
| MessageUtils.cpp | File containing message utils definitions |
| MulticastReceiver.cpp | File containing multicast receiver class definition |
| MulticastSender.cpp | File containing multicast sender class definition |
| SimpleMulticastReceiver.cpp | File containing simple multicast receiver class definition |
| SimpleMulticastSender.cpp | File containing simple multicast sender class definition |
| SimpleTcpClient.cpp | File containing the simple TCP client class definition |
| SimpleTcpClientList.cpp | File containing simple TCP client list class definition |
| SimpleTcpServer.cpp | File containing the simple TCP server class definition |
| SimpleUdpReceiver.cpp | File containing simple UDP receiver class definition |
| SimpleUdpSender.cpp | File containing simple UDP sender class definition |
| TcpClient.cpp | File containing TCP client class definition |
| TcpClientList.cpp | File containing TCP client list class definition |
| TcpConnection.cpp | File containing TCP connection class definition |
| TcpConnections.cpp | File containing TCP connections class definition |
| TcpServer.cpp | File containing TCP server class definition |
| UdpReceiver.cpp | File containing UDP receiver class definition |
| UdpSender.cpp | File containing UDP sender class definition |
| ► CsvGrid | |
| CsvGridCell.cpp | File containing definitions relating the Cell class |
| CsvGridCellDouble.cpp | File containing definitions relating the CellDouble class |
| ► DebugLog | |
| DebugLog.cpp | File containing definition of DebugLog class |
| ► FileUtils | |
| FileUtils.cpp | File containing definitions relating various file utilities |
| ► IniFile | |
| IniFile.cpp | File containing definitions relating the IniFile class |
| IniFileLines.cpp | File containing definitions relating the IniFile support classes |
| IniFileSectionDetails.cpp | File containing definitions relating the IniFile support classes |
| ► StringUtils | |
| StringUtils.cpp | File containing definitions relating various string utilities |
| ► Threads | |
| EventThread.cpp | File containing definition of EventThread class |
| SyncEvent.cpp | File containing definition of SyncEvent class |
| ThreadBase.cpp | File containing definition of ThreadBase class |
| ThreadGroup.cpp | File containing thread group definition |
| ThreadRunner.cpp | File containing definition of ThreadRunner class |