UTILLib 2.0
Common C++ library with utilities.
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NutilMain namespace for the util library
 Nhw_info
 CIHwInfoSimple wrapper around hardware information
 NlogThe log namespace is used for log related classes and functions
 CIDirectoryThe class is simple wrapper around a directory/file tree structure. It is typically used in applications that needs to keep track of file changes in a root directory
 CIFileClass that wraps a file object in a directory
 CIListenAn interface class that hides the actual implementation of the object
 CIListenClientClass that define a TCP/IP client
 CILoggerInterface against a generic logger
 CListenConfigImplement the shared memory list of listen server configurations
 CListenPortConfigDefines a listen config item in the config memory
 CListenStreamSupport stream class when log messages to the listen functionality
 CLogConfigSingleton class that is used for configure the default logger in an application
 CLogMessage
 CLogStreamThis class implements a stream interface around a log message
 CTempDir
 CThreadSafeQueueImplements a thread-safe queue
 NplotThe plot namespace is used for plotting related classes and functions
 CCsvWriterSimple writer interface when creating a CSV file (comma separated value)
 CGnuPlotSimple wrapper around the gnuplot application that do plotting
 NserialThe serial namespace is used for serial and USB devices
 CSerialPortInfoThe serial port information class is an interface against a serial port and CAN devices
 NstringThe string namespace is used for string manipulation functions
 CIgnoreCase
 CStringParserHelper class that splits a string
 CUnitHelperSupport class that wrap useful Unit functions
 CUnitQuantityUnit - quantity -physical dimension relation
 Nsupervise
 CISuperviseApplicationSupervise an executable application
 CISuperviseMasterInterface against a supervise master
 CSystemInfoSimple support class to known directories
 NsyslogThe syslog namespace is used for the syslog interface
 CISyslogServerDefine a syslog server interface
 CStructuredDataDefines a simple interface against structured data item
 CSyslogMessageSimple wrapper around the parsing and generating os syslog messages
 NxmlThe xml namespace is used for XML related classes and functions
 CIXmlFileInterface class that defines an XML parser
 CIXmlNodeInterface class against a XML tag (node) in a XML file
 CUtilFactoryImplements creators for most interface classes