ui-utilcpp 1.10.3
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 1234]
 NUINamespace for any Schlund+Partner C++ code
 NUtilNamespace for ui-utilcpp
 NHttpNamespace for all HTTP related code
 CConnection
 CCookie
 CCookiesHandle "Cookie" request header field values syntactically
 CExceptionException for Http namespace
 CHeaderArray of header fields
 CHeaderFieldHeader field
 CRequestLineParse and represent a request's request line
 CSetCookieHandle "SetCookie" request header field values syntactically
 CSetCookiesHandle a vector of SetCookie's
 CStatusLineParse and represent a response's status line
 CURLHTTP URL parser
 CURLGet
 NSysNamespace for system/library calls
 CExceptionUse this exception class if you want to catch failures on system/library calls
 CAlphaNumericKeyClass using boost::mt19937 as random engine
 Cauto_baseBase adapter class to hold a pointer that can't be freed using standard "delete"
 Cauto_cvecControl freeing of C vector pointers via delete[]
 Cauto_freeControl freeing of memory via std::free
 CAutoRemoveFileGuarantuee to run "remove(2)" on path in destructor
 CBSDFileMutexMutex For BSD Advisory File Locking
 CCapC++ encapsulation for libcap's 'cap_t'
 CCapScopeHelper to enable effective capabilities safely for a scope
 CCFileStreamSimple exception-save FILE abstraction
 CCLOptionMost general class for a command line option. Use this class for a option without argument
 CCLOptionArgClass representing a command line option with mandatory argument
 CCLOptionOptArgClass representing a command line option with optional argument
 CConversionHolder class for conversion results
 CConverterFactory for Conversions
 CCpp2Base64ConverterConverter for Base64 encoding, using CommonCpp functions
 CCStrArrayHelper to construct/use C-String arrays ("char **"), occasionally needed by some c functions
 CEUIDSwapHelper class to get a scope executed with some other effective uid
 CFDTypeBufTemplate IO stream buffer for all file descriptors types
 CFDTypeStreamIO stream for file descriptors
 CFileFile representation
 CFileDescriptorFile Descriptor Holder Class
 CForkThreadSimple encapsulation of fork(2) using common thread syntax
 CFQuotaInfoVariant of QuotaInfo from any file in FS
 CFsInfoFile system information abstraction
 CGetOptAbstraction class for GNU getopt_long(3)
 CIConvConverterCharacter set converter, using libc's "iconv" directly
 CIdnEMailConverterConverter from an-char-encoded string with randomly placed email-adresse -> the same string w/ domain parts magically replaced with IDN-encoding
 CINetSocketINet Socket
 CLibRecodeConverterConverter based on librecode (see there)
 CMutexLockMutex Lock class; an object of this class will guard a scope
 CPIDFileWrite and keep pid file during lifetime
 CPosixFileMutexMutex For Posix Advisory File Locking
 CPosixRegexWrapper class for POSIX.2 regex functions
 CMatchHelper class representing match data
 CProcessThreadSimple encapsulation for any process based threading system
 CQuotaInfoQuota information abstraction
 CExceptionQuotaInfo exceptions
 CFSHelper class to hold the device string and (optional) the fs type (to be able to do better selection on the quota method to use)
 CRealPathGet canonical absolute path name (mutex-protected)
 CRealTimeStampRealTimeStamp class encapsulating "gettimeofday"
 CRecoderMeta converter class: converter switcher and generic interface
 CRecoderCacheThis can be used to cache recoder instances
 CRfc2047ConverterConverter charEncoding -> rfc2047 (MIME)
 CRfc3490Utf8ConverterConverter UTF-8 <-> rfc3490 (IDN)
 CScopeRealTimeLog time used for a scope
 CSocketSocket abstraction
 CSocketPairSocketpair(2) abstraction
 CStdFreeConversionConversion w/ std::free call on the supplied C-String
 CStringConversionConversion w/ std::string holder
 CSysLogMonoC++ Abstraction of syslog(3) for mono threaded applications
 CSysLogMonoSingletonSingleton class holding one SysLogMono object
 CUnixSocketUnix Socket
 CURLConverterConverter for URL-Encoding
 CXConversionClass to convert between different systems
 CCodeExceptionAdding code facility to Exception
 CExceptionGeneric exception class for namespace UI